]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'af_unix-fix-so_peek_off-bug-in-unix_stream_read_generic'
authorJakub Kicinski <kuba@kernel.org>
Wed, 19 Nov 2025 03:19:28 +0000 (19:19 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 19 Nov 2025 03:19:29 +0000 (19:19 -0800)
commit106a67494c53c56f55a2bd0757be0edb6eaa5407
tree4d2b54539603000c667519a6be39a070a201bf36
parentd47515af6cccd7484d8b0870376858c9848a18ec
parente1bb28bf13f41af5d7cc48359d1755cbcda4d502
Merge branch 'af_unix-fix-so_peek_off-bug-in-unix_stream_read_generic'

Kuniyuki Iwashima says:

====================
af_unix: Fix SO_PEEK_OFF bug in unix_stream_read_generic().

Miao Wang reported a bug of SO_PEEK_OFF on AF_UNIX SOCK_STREAM socket.

Patch 1 fixes the bug and Patch 2 adds a new selftest to cover the case.
====================

Link: https://patch.msgid.link/20251117174740.3684604-1-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>