]> git.baikalelectronics.ru Git - kernel.git/commit
xfrm: dont assume rcu_read_lock in xfrm_output_one()
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 16 Sep 2010 12:27:50 +0000 (12:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Sep 2010 04:46:15 +0000 (21:46 -0700)
commit87eec0c2a2bd7248f70c52a2427463614bf66584
treebec0ddc23b1176cac8f3a53b76aa8f2bc5e653a1
parentb06826e717f5fcf9246b7cd13a99f08c0375acf6
xfrm: dont assume rcu_read_lock in xfrm_output_one()

ip_local_out() is called with rcu_read_lock() held from ip_queue_xmit()
but not from other call sites.

Reported-and-bisected-by: Nick Bowler <nbowler@elliptictech.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_output.c