]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-prevent-tcp_push-crash-and-selftest-temp-file-buildup'
authorJakub Kicinski <kuba@kernel.org>
Wed, 1 Sep 2021 17:55:51 +0000 (10:55 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 1 Sep 2021 17:55:51 +0000 (10:55 -0700)
commit3d460f94d6130e93e330fab786fca459f8047244
tree306543d6fd15ed7268a931143ea5c74c77a46eb4
parent9fae05b24761b6089e40e38fa4255deab00337b8
parent8b365b832a85ec55c7d9d9d298107fe0eaed4358
Merge branch 'mptcp-prevent-tcp_push-crash-and-selftest-temp-file-buildup'

Mat Martineau says:

====================
mptcp: Prevent tcp_push() crash and selftest temp file buildup

These are two fixes for the net tree, addressing separate issues.

Patch 1 addresses a divide-by-zero crash seen in syzkaller and also
reported by a user on the netdev list. This changes MPTCP code so
tcp_push() cannot be called with an invalid (0) mss_now value.

Patch 2 fixes a selftest temp file cleanup issue that consumes excessive
disk space when running repeated tests.
====================

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