]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-a-bunch-of-fixes'
authorJakub Kicinski <kuba@kernel.org>
Tue, 23 Feb 2021 02:55:01 +0000 (18:55 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 23 Feb 2021 02:55:02 +0000 (18:55 -0800)
commit4d776cb24784980a27dc2423fbb76110b2519019
treef408921b80f8f4659198c29569f578d99d153428
parent67b8be4600e1854cf7105f91811afbcc99f167c0
parent58c611265f22b9297c883607322aa520e395ce70
Merge branch 'mptcp-a-bunch-of-fixes'

Paolo Abeni says:

====================
mptcp: a bunch of fixes

This series bundle a few MPTCP fixes for the current net tree.
They have been detected via syzkaller and packetdrill

Patch 1 fixes a slow close for orphaned sockets

Patch 2 fixes another hangup at close time, when no
data was actually transmitted before close

Patch 3 fixes a memory leak with unusual sockopts

Patch 4 fixes stray wake-ups on listener sockets
====================

Link: https://lore.kernel.org/r/cover.1613755058.git.pabeni@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>