Flavio Leitner c85bb41e93 igmp: fix ip_mc_sf_allow race [v5]
Almost all igmp functions accessing inet->mc_list are protected by
rtnl_lock(), but there is one exception which is ip_mc_sf_allow(),
so there is a chance of either ip_mc_drop_socket or ip_mc_leave_group
remove an entry while ip_mc_sf_allow is running causing a crash.

Signed-off-by: Flavio Leitner <fleitner@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-02 07:32:29 -08:00
..
2009-12-16 12:16:41 -05:00
2010-01-16 01:04:04 -08:00
2010-01-17 19:16:02 -08:00
2009-11-25 15:14:13 -08:00
2009-12-26 20:38:23 -08:00
2010-02-02 07:32:29 -08:00
2010-01-28 06:31:06 -08:00
2010-01-10 13:27:58 -08:00
2009-12-15 08:53:25 -08:00
2010-01-17 19:16:02 -08:00
2010-01-17 19:16:02 -08:00
2010-01-16 01:04:04 -08:00
2009-11-25 15:14:13 -08:00
2010-01-28 21:27:00 -08:00
2010-01-23 01:21:27 -08:00
2010-01-19 14:23:57 -08:00
2010-01-17 19:16:02 -08:00
2009-07-12 12:22:34 -07:00
2009-12-17 10:51:40 -05:00