]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
bridge: fix icmpv6 endian bug and other sparse warnings
authorstephen hemminger <shemminger@vyatta.com>
Thu, 13 Dec 2012 06:51:28 +0000 (06:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Dec 2012 17:58:11 +0000 (12:58 -0500)
commiteca2a43bb0d2c6ebd528be6acb30a88435abe307
tree28504250426ed34eac1c678bbe59624a7555e22d
parentdc2e57340deb8be1133b1eae2c7d4303133c133c
bridge: fix icmpv6 endian bug and other sparse warnings

Fix the warnings reported by sparse on recent bridge multicast
changes. Mostly just rcu annotation issues but in this case
sparse found a real bug! The ICMPv6 mld2 query mrc
values is in network byte order.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c