Files
linux/net/core
Dmitry Mishin fda9ef5d67 [NET]: Fix sk->sk_filter field access
Function sk_filter() is called from tcp_v{4,6}_rcv() functions with arg
needlock = 0, while socket is not locked at that moment. In order to avoid
this and similar issues in the future, use rcu for sk->sk_filter field read
protection.

Signed-off-by: Dmitry Mishin <dim@openvz.org>
Signed-off-by: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Signed-off-by: Kirill Korotaev <dev@openvz.org>
2006-09-22 15:18:47 -07:00
..
2006-09-22 14:54:35 -07:00
2006-04-09 22:25:48 -07:00
2006-09-22 15:18:47 -07:00
2006-09-22 15:18:19 -07:00
2005-04-16 15:20:36 -07:00
2005-05-01 08:59:08 -07:00
2006-09-22 15:18:19 -07:00
2006-01-11 18:42:14 -08:00
2006-09-22 15:18:19 -07:00
2006-09-22 15:18:47 -07:00
2006-07-12 17:58:53 -07:00