tcp: md5: correct a RCU lockdep splat
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 7 Mar 2012 04:45:43 +0000 (04:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Mar 2012 20:13:42 +0000 (15:13 -0500)
commit a8afca0329 (tcp: md5: protects md5sig_info with RCU) added a
lockdep splat in tcp_md5_do_lookup() in case a timer fires a tcp
retransmit.

At this point, socket lock is owned by the sofirq handler, not the user,
so we should adjust a bit the lockdep condition, as we dont hold
rcu_read_lock().

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Reported-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found