From: Sasha Levin <sashal@kernel.org>
To: stable@vger.kernel.org, gregkh@linuxfoundation.org
Cc: "Sasha Levin" <sashal@kernel.org>,
linux-crypto@vger.kernel.org, herbert@gondor.apana.org.au,
ebiggers@kernel.org,
"Muhammet Kaan KILINÇ" <muhammetkaankilinc@gmail.com>
Subject: Re: [PATCH v3 0/2] crypto: algif_skcipher - fix AIO IV race in stable trees
Date: Thu, 16 Jul 2026 21:37:38 -0400 [thread overview]
Message-ID: <20260716232340.0014-stable-reply@kernel.org> (raw)
In-Reply-To: <20260716025838.2672-1-muhammetkaankilinc@gmail.com>
On Thu, Jul 16, 2026 at 02:58:35AM +0000, Muhammet Kaan KILINÇ wrote:
> Both patches fix this the same way: force the operation synchronous, so
> ctx->iv is only ever dereferenced under the socket lock held by
> recvmsg(). They are split only because the surrounding code differs
> between trees, not because the approach differs.
Queued patch 1 for 7.1, 6.18, and 6.12, and patch 2 for 6.6, 6.1,
5.15, and 5.10, thanks.
--
Thanks,
Sasha
prev parent reply other threads:[~2026-07-17 1:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-16 2:58 [PATCH v3 0/2] crypto: algif_skcipher - fix AIO IV race in stable trees Muhammet Kaan KILINÇ
2026-07-16 2:58 ` [PATCH v3 1/2] crypto: algif_skcipher - force synchronous processing Muhammet Kaan KILINÇ
2026-07-16 2:58 ` [PATCH v3 2/2] crypto: algif_skcipher - force synchronous processing on trees without ctx->state Muhammet Kaan KILINÇ
2026-07-17 1:37 ` Sasha Levin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260716232340.0014-stable-reply@kernel.org \
--to=sashal@kernel.org \
--cc=ebiggers@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=muhammetkaankilinc@gmail.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.