[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANn89iKzJVEsO75JjjfMv4oMtA2ieStr3pLk_qjUjKJF0vrUqg@mail.gmail.com>
Date: Fri, 9 Feb 2024 10:47:21 +0100
From: Eric Dumazet <edumazet@...gle.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: davem@...emloft.net, netdev@...r.kernel.org, pabeni@...hat.com,
sd@...asysnail.net, vadim.fedorenko@...ux.dev, valis <sec@...is.email>,
borisp@...dia.com, john.fastabend@...il.com, vinay.yadav@...lsio.com
Subject: Re: [PATCH net 2/7] tls: fix race between async notify and socket close
On Wed, Feb 7, 2024 at 2:19 AM Jakub Kicinski <kuba@...nel.org> wrote:
>
> The submitting thread (one which called recvmsg/sendmsg)
> may exit as soon as the async crypto handler calls complete()
> so any code past that point risks touching already freed data.
>
> Try to avoid the locking and extra flags altogether.
> Have the main thread hold an extra reference, this way
> we can depend solely on the atomic ref counter for
> synchronization.
>
> Don't futz with reiniting the completion, either, we are now
> tightly controlling when completion fires.
>
> Reported-by: valis <sec@...is.email>
> Fixes: 0cada33241d9 ("net/tls: fix race condition causing kernel panic")
> Signed-off-by: Jakub Kicinski <kuba@...nel.org>
> ---
> CC: borisp@...dia.com
> CC: john.fastabend@...il.com
> CC: vinay.yadav@...lsio.com
Thanks Jakub, this looks much nicer indeed.
Reviewed-by: Eric Dumazet <edumazet@...gle.com>
Powered by blists - more mailing lists