remarkable-linux/net/netlink
Thomas Graf 79dc4386ae [GENETLINK]: Fix race in genl_unregister_mc_groups()
family->mcast_groups is protected by genl_lock so it must
be held while accessing the list in genl_unregister_mc_groups().
Requires adding a non-locking variant of genl_unregister_mc_group().

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-07-24 15:32:46 -07:00
..
af_netlink.c [NETLIKN]: Allow removing multicast groups. 2007-07-18 15:47:05 -07:00
attr.c [NETLINK]: attr: add nested compat attribute type 2007-07-10 22:15:38 -07:00
genetlink.c [GENETLINK]: Fix race in genl_unregister_mc_groups() 2007-07-24 15:32:46 -07:00
Makefile