Eric Dumazet 2903037400 net: fix sk_forward_alloc corruptions
As David found out, sock_queue_err_skb() should be called with socket
lock hold, or we risk sk_forward_alloc corruption, since we use non
atomic operations to update this field.

This patch adds bh_lock_sock()/bh_unlock_sock() pair to three spots.
(BH already disabled)

1) skb_tstamp_tx() 
2) Before calling ip_icmp_error(), in __udp4_lib_err() 
3) Before calling ipv6_icmp_error(), in __udp6_lib_err()

Reported-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-05-29 00:20:48 -07:00
..
2010-02-22 16:20:22 -08:00
2010-04-20 19:06:52 -07:00
2010-02-22 16:20:22 -08:00
2010-05-11 14:40:55 +02:00
2009-09-14 17:03:05 -07:00
2010-05-28 23:02:35 -07:00
2010-05-17 22:36:55 -07:00
2010-05-16 00:36:33 -07:00
2010-05-29 00:20:48 -07:00
2010-01-17 19:16:02 -08:00