OSDN Git Service

Merge branch 'mptcp-fixes-for-5-17'
authorJakub Kicinski <kuba@kernel.org>
Fri, 25 Feb 2022 05:54:56 +0000 (21:54 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 25 Feb 2022 05:54:57 +0000 (21:54 -0800)
commita6df953f0178c8a11fb2de95327643b622077018
treeb0bed94f83ecfdce733388722afcee8d0a52ea42
parent8a7271000b915bd6301866699c54c1e11885bc84
parent877d11f0332cd2160e19e3313e262754c321fa36
Merge branch 'mptcp-fixes-for-5-17'

Mat Martineau says:

====================
mptcp: Fixes for 5.17

Patch 1 fixes an issue with the SIOCOUTQ ioctl in MPTCP sockets that
have performed a fallback to TCP.

Patch 2 is a selftest fix to correctly remove temp files.

Patch 3 fixes a shift-out-of-bounds issue found by syzkaller.
====================

Link: https://lore.kernel.org/r/20220225005259.318898-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>