[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y8aEmeorHCmRNccR@debian>
Date: Tue, 17 Jan 2023 12:20:57 +0100
From: Guillaume Nault <gnault@...hat.com>
To: Eric Dumazet <edumazet@...gle.com>
Cc: "David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, netdev@...r.kernel.org,
eric.dumazet@...il.com,
syzbot+bbd35b345c7cab0d9a08@...kaller.appspotmail.com,
Cong Wang <cong.wang@...edance.com>
Subject: Re: [PATCH net] l2tp: prevent lockdep issue in l2tp_tunnel_register()
On Tue, Jan 17, 2023 at 11:01:31AM +0000, Eric Dumazet wrote:
> lockdep complains with the following lock/unlock sequence:
>
> lock_sock(sk);
> write_lock_bh(&sk->sk_callback_lock);
> [1] release_sock(sk);
> [2] write_unlock_bh(&sk->sk_callback_lock);
>
> We need to swap [1] and [2] to fix this issue.
Reviewed-by: Guillaume Nault <gnault@...hat.com>
Powered by blists - more mailing lists