]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'tls-fix-plaintext-sk_msg-ring-over-fill'
authorJakub Kicinski <kuba@kernel.org>
Thu, 6 Aug 2026 16:01:56 +0000 (09:01 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 6 Aug 2026 16:01:56 +0000 (09:01 -0700)
chanyoung says:

====================
tls: fix plaintext sk_msg ring over-fill

An unprivileged user can oops the kernel by splicing into a kTLS socket
whose open record already has a full plaintext sk_msg ring.  Reproduced on
net (53658c6f3682) with a stock config, no KASAN.

Patch 2 oopses an unpatched kernel and passes with patch 1 applied.
====================

Link: https://patch.msgid.link/20260804052837.49015-1-ppoo1220@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge