]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit26dfdf1a5bba969eef529ef39f3ea7aa48659171
treeaee18de53cd077094d7451ce8788320198460b6b
parentdaa402c9d1cef5d293eca36ad5771eeabd52befb
parentbeabf11323f329cf7f2553e61e461eafe292891b
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>