[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130820.233659.1757125533943263798.davem@davemloft.net>
Date: Tue, 20 Aug 2013 23:36:59 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: makita.toshiaki@....ntt.co.jp
Cc: vyasevic@...hat.com, netdev@...r.kernel.org
Subject: Re: [net PATCH] bridge: Use the correct bit length for bitmap
functions in the VLAN code
From: Toshiaki Makita <makita.toshiaki@....ntt.co.jp>
Date: Tue, 20 Aug 2013 17:10:18 +0900
> The VLAN code needs to know the length of the per-port VLAN bitmap to
> perform its most basic operations (retrieving VLAN informations, removing
> VLANs, forwarding database manipulation, etc). Unfortunately, in the
> current implementation we are using a macro that indicates the bitmap
> size in longs in places where the size in bits is expected, which in
> some cases can cause what appear to be random failures.
> Use the correct macro.
>
> Signed-off-by: Toshiaki Makita <makita.toshiaki@....ntt.co.jp>
Applied and queued up for -stable, thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists