summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2010-11-18 18:30:42 +0100
committerDavid S. Miller <davem@davemloft.net>2010-11-18 18:30:42 +0100
commit3006bc38895895f1a0352c2e17e1a503f35f7e2f (patch)
tree24a3a9ecbee9215898b4c6b30357740eeeb632bb /MAINTAINERS
parentgianfar: fix signedness issue (diff)
downloadlinux-3006bc38895895f1a0352c2e17e1a503f35f7e2f.tar.xz
linux-3006bc38895895f1a0352c2e17e1a503f35f7e2f.zip
bonding: fix a race in IGMP handling
RCU conversion in IGMP code done in net-next-2.6 raised a race in __bond_resend_igmp_join_requests(). It iterates in_dev->mc_list without appropriate protection (RTNL, or read_lock on in_dev->mc_list_lock). Another cpu might delete an entry while we use it and trigger a fault. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions