drop 1 patch based on RC review feedback
Dropped patches:
- "mptcp: sync the msk->sndbuf at accept() time"
Queues: 6.18
Reason: MPTCP maintainer Matthieu Baerts reported a general protection
fault in mptcp_stream_accept during the mptcp_connect selftest. On 6.18,
the inline mptcp_for_each_subflow(msk, subflow) loop in
mptcp_stream_accept clobbers the local 'subflow' variable before the
newly-added __mptcp_propagate_sndbuf(newsk, mptcp_subflow_tcp_sock(subflow))
call, causing a bogus dereference. Upstream/7.0 use the
mptcp_graft_subflows() helper (commit
68c7c3867145) and are unaffected.
Report: https://lore.kernel.org/stable/
1bbeee9b-b69b-4be9-84ee-
ddadda4793ef@kernel.org/
Signed-off-by: Sasha Levin <sashal@kernel.org>