From: Eric Dumazet <eric.dumazet@xxxxxxxxx> Date: Wed, 22 Sep 2010 21:34:48 +0200 > [PATCH] net: fix a lockdep splat > > We have for each socket : ... > This patch makes sure inet_csk_listen_stop() uses following lock order : > > write_lock_bh(&sk->sk_callback_lock) > spin_lock(&sk->sk_slock) > ... > spin_unlock(&sk->sk_slock) > write_unlock_bh(&sk->sk_callback_lock) > > Reported-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> > Signed-off-by: Eric Dumazet <eric.dumazet@xxxxxxxxx> FWIW, this looks fine to me. I'll apply it when we have positive testing feedback from Tetsuo. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html