]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 Jun 2021 23:47:45 +0000 (16:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jun 2021 23:47:45 +0000 (16:47 -0700)
commitbbe94bf15cc6afd0e669f8952819554fcefa7fd0
treecda31a1aa2fb6132768b9b4c1fdf9c8255a76dcb
parente4f0976b332ec595bb2efe5b4f30f385baff3b49
parent52e7370d5a5b805486f18caccaf594b9ed22b2ba
Merge branch 'mptcp-fixes'

Mat Martineau says:

====================
mptcp: More v5.13 fixes

Here's another batch of MPTCP fixes for v5.13.

Patch 1 cleans up memory accounting between the MPTCP-level socket and
the subflows to more reliably transfer forward allocated memory under
pressure.

Patch 2 wakes up socket readers more reliably.

Patch 3 changes a WARN_ONCE to a pr_debug.

Patch 4 changes the selftests to only use syncookies in test cases where
they do not cause spurious failures.

Patch 5 modifies socket error reporting to avoid a possible soft lockup.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>