]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
drop 1 patch based on RC review feedback
authorSasha Levin <sashal@kernel.org>
Tue, 5 May 2026 20:29:30 +0000 (16:29 -0400)
committerSasha Levin <sashal@kernel.org>
Tue, 5 May 2026 20:34:03 +0000 (16:34 -0400)
commit83ab144dded31ee1759419e45297777594d682e3
tree3b80cd925482d74533822a64c552b03aa4cd072b
parentb43ca423c1da68aa73fd05dc3194eb82f85af2d1
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>
queue-6.18/mptcp-sync-the-msk-sndbuf-at-accept-time.patch [deleted file]
queue-6.18/series