]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'tcp-better-memory-control-for-not-yet-accepted-sockets'
authorJakub Kicinski <kuba@kernel.org>
Thu, 10 Jul 2025 02:24:12 +0000 (19:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 10 Jul 2025 02:24:12 +0000 (19:24 -0700)
commit95253dc7002408aec7cbb7281478f03797ca2519
tree715c09c72ebf9ab09b3a87eeb39e99b909fa89f0
parentffdde7bf5a439aaa1955ebd581f5c64ab1533963
parentb939c074efc160648de884a41aeb5e857f2c5c68
Merge branch 'tcp-better-memory-control-for-not-yet-accepted-sockets'

Eric Dumazet says:

====================
tcp: better memory control for not-yet-accepted sockets

Address a possible OOM condition caused by a recent change.

Add a new packetdrill test checking the expected behavior.
====================

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