Message ID | cover.1619989856.git.lucien.xin@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | sctp: fix the race condition in sctp_destroy_sock in a proper way | expand |
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 3 May 2021 05:11:40 +0800 you wrote: > The original fix introduced a dead lock, and has to be removed in > Patch 1/2, and we will get a proper way to fix it in Patch 2/2. > > Xin Long (2): > Revert "net/sctp: fix race condition in sctp_destroy_sock" > sctp: delay auto_asconf init until binding the first addr > > [...] Here is the summary with links: - [net,1/2] Revert "net/sctp: fix race condition in sctp_destroy_sock" https://git.kernel.org/netdev/net/c/01bfe5e8e428 - [net,2/2] sctp: delay auto_asconf init until binding the first addr https://git.kernel.org/netdev/net/c/34e5b0118685 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Hi Xin, On Mon, May 03, 2021 at 05:11:40AM +0800, Xin Long wrote: > The original fix introduced a dead lock, and has to be removed in > Patch 1/2, and we will get a proper way to fix it in Patch 2/2. > > Xin Long (2): > Revert "net/sctp: fix race condition in sctp_destroy_sock" > sctp: delay auto_asconf init until binding the first addr > > net/sctp/socket.c | 38 ++++++++++++++++++++++---------------- > 1 file changed, 22 insertions(+), 16 deletions(-) The original commit which got reverted in this series, was already applied to several stable series, namely all of 4.4.268, 4.9.268, 4.14.232, 4.19.189, 5.4.114, 5.10.32, 5.11.16. Is it planned to do the revert and bugfix in those as well? Regards, Salvatore
On Mon, May 10, 2021 at 3:10 PM Salvatore Bonaccorso <carnil@debian.org> wrote: > > Hi Xin, > > On Mon, May 03, 2021 at 05:11:40AM +0800, Xin Long wrote: > > The original fix introduced a dead lock, and has to be removed in > > Patch 1/2, and we will get a proper way to fix it in Patch 2/2. > > > > Xin Long (2): > > Revert "net/sctp: fix race condition in sctp_destroy_sock" > > sctp: delay auto_asconf init until binding the first addr > > > > net/sctp/socket.c | 38 ++++++++++++++++++++++---------------- > > 1 file changed, 22 insertions(+), 16 deletions(-) > > The original commit which got reverted in this series, was already > applied to several stable series, namely all of 4.4.268, 4.9.268, > 4.14.232, 4.19.189, 5.4.114, 5.10.32, 5.11.16. > > Is it planned to do the revert and bugfix in those as well? Yes. Thanks.