OSDN Git Service

Merge branch 'dsa-mv88e6xxx-lockdep'
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 06:21:23 +0000 (22:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 06:21:23 +0000 (22:21 -0800)
commit169431ed16a3d275c403c85a26fc788187e6d09e
treeaee18de53cd077094d7451ce8788320198460b6b
parent3d25eabbbf6717bc0465754a66d6ebe51d5faa54
parent342a0ee70acbee97fdeb91349420f8744eb291fb
Merge branch 'dsa-mv88e6xxx-lockdep'

Andrew Lunn says:

====================
mv88e6xxx: Avoid false positive Lockdep splats

When acquiring the GPIO interrupt line for the switch, it is possible
to trigger lockdep splats. These are false positives, the mutex is in
a different IRQ descriptor. But fix it anyway, since it could mask
real locking issues.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>