Re: [PATCH net 0/2] sctp: fix the race condition in sctp_destroy_sock in a proper way
From: Salvatore Bonaccorso <hidden>
Date: 2021-05-10 19:10:39
Also in:
linux-sctp
From: Salvatore Bonaccorso <hidden>
Date: 2021-05-10 19:10:39
Also in:
linux-sctp
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