[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220106220638.305287-1-mathew.j.martineau@linux.intel.com>
Date: Thu, 6 Jan 2022 14:06:35 -0800
From: Mat Martineau <mathew.j.martineau@...ux.intel.com>
To: netdev@...r.kernel.org
Cc: Mat Martineau <mathew.j.martineau@...ux.intel.com>,
davem@...emloft.net, kuba@...nel.org, matthieu.baerts@...sares.net,
mptcp@...ts.linux.dev, pabeni@...hat.com, geliang.tang@...e.com
Subject: [PATCH net 0/3] mptcp: Fixes for buffer reclaim and option writing
Here are three fixes dealing with a syzkaller crash MPTCP triggers in
the memory manager in 5.16-rc8, and some option writing problems.
Patches 1 and 2 fix some corner cases in MPTCP option writing.
Patch 3 addresses a crash that syzkaller found a way to trigger in the mm
subsystem by passing an invalid value to __sk_mem_reduce_allocated().
Geliang Tang (1):
mptcp: fix a DSS option writing error
Mat Martineau (1):
mptcp: Check reclaim amount before reducing allocation
Matthieu Baerts (1):
mptcp: fix opt size when sending DSS + MP_FAIL
net/mptcp/options.c | 10 +++++++---
net/mptcp/protocol.c | 4 +++-
2 files changed, 10 insertions(+), 4 deletions(-)
base-commit: 36595d8ad46d9e4c41cc7c48c4405b7c3322deac
--
2.34.1
Powered by blists - more mailing lists