Re: [PATCH] Re: Nested VLAN causes recursive locking error

2008-01-02 Thread Benny Amorsen
Jarek Poplawski <[EMAIL PROTECTED]> writes: > Subject: [PATCH] nested VLAN: fix lockdep's recursive locking warning > > Allow vlans nesting other vlans without lockdep's warnings (max. 8 levels). > > Reported-by: Benny Amorsen > Tested-by: Benny Amorsen (?) NEEDS TESTING! > > Signed-off-by: J

Re: [PATCH] Re: Nested VLAN causes recursive locking error

2007-12-31 Thread Jarek Poplawski
On Mon, Dec 31, 2007 at 06:45:55PM +0100, Jarek Poplawski wrote: > On Mon, Dec 31, 2007 at 04:04:17PM +0100, Patrick McHardy wrote: ... > > That will increment the subclass globally, but it should actually just > > use real_dev->subclass + 1. [...] ... > to two subclasses - any nested vlan gets sec

Re: [PATCH] Re: Nested VLAN causes recursive locking error

2007-12-31 Thread Jarek Poplawski
On Mon, Dec 31, 2007 at 06:45:55PM +0100, Jarek Poplawski wrote: > Patric, [...] OOPS... Sorry Patrick! Jarek P. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] Re: Nested VLAN causes recursive locking error

2007-12-31 Thread Jarek Poplawski
On Mon, Dec 31, 2007 at 04:04:17PM +0100, Patrick McHardy wrote: > Jarek Poplawski wrote: >> diff -Nurp linux-2.6.24-rc5-/net/8021q/vlan.c >> linux-2.6.24-rc5+/net/8021q/vlan.c >> --- linux-2.6.24-rc5-/net/8021q/vlan.c 2007-12-17 13:29:19.0 >> +0100 >> +++ linux-2.6.24-rc5+/net/8021

Re: [PATCH] Re: Nested VLAN causes recursive locking error

2007-12-31 Thread Patrick McHardy
Jarek Poplawski wrote: diff -Nurp linux-2.6.24-rc5-/net/8021q/vlan.c linux-2.6.24-rc5+/net/8021q/vlan.c --- linux-2.6.24-rc5-/net/8021q/vlan.c 2007-12-17 13:29:19.0 +0100 +++ linux-2.6.24-rc5+/net/8021q/vlan.c 2007-12-20 14:21:02.0 +0100 @@ -307,12 +307,15 @@ int unregister_vlan

[PATCH] Re: Nested VLAN causes recursive locking error

2007-12-20 Thread Jarek Poplawski
On 19-12-2007 00:03, Chuck Ebbert wrote: > From: > https://bugzilla.redhat.com/show_bug.cgi?id=426164 > > > kernel version is 2.6.24-0.107.rc5.git3.fc9 > > From boot log on serial console: > (full log attached) > > Added VLAN with VID == 2 to IF -:eth0.1568:- > > ==