kernel_optimize_test/net
Patrick McHardy be33690d8f [XFRM]: Fix aevent related crash
When xfrm_user isn't loaded xfrm_nl is NULL, which makes IPsec crash because
xfrm_aevent_is_on passes the NULL pointer to netlink_has_listeners as socket.
A second problem is that the xfrm_nl pointer is not cleared when the socket
is releases at module unload time.

Protect references of xfrm_nl from outside of xfrm_user by RCU, check
that the socket is present in xfrm_aevent_is_on and set it to NULL
when unloading xfrm_user.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20 22:40:54 -08:00
..
802
8021q
appletalk
atm [NET]: sem2mutex part 2 2006-03-20 22:35:41 -08:00
ax25
bluetooth [NET] sem2mutex: net/ 2006-03-20 22:33:17 -08:00
bridge [NET]: sem2mutex part 2 2006-03-20 22:35:41 -08:00
core [NET] sem2mutex: net/ 2006-03-20 22:33:17 -08:00
dccp [DCCP]: Fix uninitialized var warnings in dccp_parse_options(). 2006-03-20 22:36:01 -08:00
decnet
econet
ethernet
ieee80211
ipv4 [TCP]: sysctl to allow TCP window > 32767 sans wscale 2006-03-20 22:40:29 -08:00
ipv6 [NET]: sem2mutex part 2 2006-03-20 22:35:41 -08:00
ipx
irda
key [NET] sem2mutex: net/ 2006-03-20 22:33:17 -08:00
lapb
llc [LLC]: Fix sap refcounting 2006-03-20 21:28:11 -08:00
netfilter [NET]: sem2mutex part 2 2006-03-20 22:35:41 -08:00
netlink
netrom
packet
rose
rxrpc
sched [NET]: dev_put/dev_hold cleanup 2006-03-20 22:32:28 -08:00
sctp
sunrpc [NET]: sem2mutex part 2 2006-03-20 22:35:41 -08:00
tipc [TIPC]: Avoid compiler warning 2006-03-20 22:38:33 -08:00
unix [NET]: sem2mutex part 2 2006-03-20 22:35:41 -08:00
wanrouter
x25
xfrm [XFRM]: Fix aevent related crash 2006-03-20 22:40:54 -08:00
compat.c
Kconfig
Makefile
nonet.c
socket.c [NET] sem2mutex: net/ 2006-03-20 22:33:17 -08:00
sysctl_net.c
TUNABLE