Re: [PATCH v3 net-next 0/5] net: better lockdep annotations

2016-06-09 Thread David Miller
From: Eric Dumazet Date: Thu, 9 Jun 2016 07:45:10 -0700 > 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 (consid

[PATCH v3 net-next 0/5] net: better lockdep annotations

2016-06-09 Thread Eric Dumazet
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 gen