]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'netdev_lockdep_set_classes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Jun 2016 20:28:38 +0000 (13:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Jun 2016 20:28:38 +0000 (13:28 -0700)
commit148bbbc55142e4b5e23952f32be783c66dabe370
treee2596fb5628d463cc4acb13f282a612496174aae
parent62f34db31c9557fc25ad96b773db7ca79f815667
parent6245a95092d2b29f4fc637539dc15a974f215e38
Merge branch 'netdev_lockdep_set_classes'

Eric Dumazet says:

====================
net: better lockdep annotations

Introduction of qdisc->running seqcount added lockdep false positives.

While chasing the bug, it came to me that we had a lot of copies of the
same stuff in virtual drivers.

This patch series has the qdisc->running fix (considers that a trylock
is attempted in lockdep terminology), and adds a generic helper so
that we no longer have to patch many virtual drivers when a new per-device
or per-qdisc lock is added.

Thanks to David Ahern for reporting the issue and testing my patches :)
====================

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