* Re: [PATCH 6.12 162/265] selftests: mptcp: join: check removing signal+subflow endp [not found] ` <20260312201024.124696392@linuxfoundation.org> @ 2026-03-13 9:54 ` Matthieu Baerts 2026-03-13 16:02 ` Greg Kroah-Hartman 0 siblings, 1 reply; 3+ messages in thread From: Matthieu Baerts @ 2026-03-13 9:54 UTC (permalink / raw) To: Greg Kroah-Hartman, stable Cc: patches, Mat Martineau, Jakub Kicinski, Sasha Levin, MPTCP Linux Hi Greg, On 12/03/2026 21:09, Greg Kroah-Hartman wrote: > 6.12-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Matthieu Baerts (NGI0) <matttbe@kernel.org> > > commit 1777f349ff41b62dfe27454b69c27b0bc99ffca5 upstream. > > This validates the previous commit: endpoints with both the signal and > subflow flags should always be marked as used even if it was not > possible to create new subflows due to the MPTCP PM limits. FYI, this patch adds a new subtest in the MPTCP selftests to validate that the upstream parent commit -- 579a752464a6 ("mptcp: pm: in-kernel: always mark signal+subflow endp as used") -- fixes a warning. Except that this commit had a conflict and is currently not in v6.12. Sasha sent a version without the conflict (BTW, thank you for that!): https://lore.kernel.org/20260309153846.1288656-1-sashal@kernel.org I guess that's probably fine like that because the issue exposed by this new test is not new, and it will be fixed by the missing patch soon I suppose. Probably no need to modify this RC, and the fix can wait the next version, but I prefer to send this message just in case people hit the issue. Cheers, Matt -- Sponsored by the NGI0 Core fund. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 6.12 162/265] selftests: mptcp: join: check removing signal+subflow endp 2026-03-13 9:54 ` [PATCH 6.12 162/265] selftests: mptcp: join: check removing signal+subflow endp Matthieu Baerts @ 2026-03-13 16:02 ` Greg Kroah-Hartman 2026-03-13 16:24 ` Matthieu Baerts 0 siblings, 1 reply; 3+ messages in thread From: Greg Kroah-Hartman @ 2026-03-13 16:02 UTC (permalink / raw) To: Matthieu Baerts Cc: stable, patches, Mat Martineau, Jakub Kicinski, Sasha Levin, MPTCP Linux On Fri, Mar 13, 2026 at 10:54:07AM +0100, Matthieu Baerts wrote: > Hi Greg, > > On 12/03/2026 21:09, Greg Kroah-Hartman wrote: > > 6.12-stable review patch. If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Matthieu Baerts (NGI0) <matttbe@kernel.org> > > > > commit 1777f349ff41b62dfe27454b69c27b0bc99ffca5 upstream. > > > > This validates the previous commit: endpoints with both the signal and > > subflow flags should always be marked as used even if it was not > > possible to create new subflows due to the MPTCP PM limits. > > FYI, this patch adds a new subtest in the MPTCP selftests to validate > that the upstream parent commit -- 579a752464a6 ("mptcp: pm: in-kernel: > always mark signal+subflow endp as used") -- fixes a warning. Except > that this commit had a conflict and is currently not in v6.12. Sasha > sent a version without the conflict (BTW, thank you for that!): > > https://lore.kernel.org/20260309153846.1288656-1-sashal@kernel.org > > I guess that's probably fine like that because the issue exposed by this > new test is not new, and it will be fixed by the missing patch soon I > suppose. Probably no need to modify this RC, and the fix can wait the > next version, but I prefer to send this message just in case people hit > the issue. Thanks for the info, I'll queue up that other patch for the next round of stable releases, sorry I didn't get to it at this point in time. greg k-h ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 6.12 162/265] selftests: mptcp: join: check removing signal+subflow endp 2026-03-13 16:02 ` Greg Kroah-Hartman @ 2026-03-13 16:24 ` Matthieu Baerts 0 siblings, 0 replies; 3+ messages in thread From: Matthieu Baerts @ 2026-03-13 16:24 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: stable, patches, Mat Martineau, Jakub Kicinski, Sasha Levin, MPTCP Linux On 13/03/2026 17:02, Greg Kroah-Hartman wrote: > On Fri, Mar 13, 2026 at 10:54:07AM +0100, Matthieu Baerts wrote: >> Hi Greg, >> >> On 12/03/2026 21:09, Greg Kroah-Hartman wrote: >>> 6.12-stable review patch. If anyone has any objections, please let me know. >>> >>> ------------------ >>> >>> From: Matthieu Baerts (NGI0) <matttbe@kernel.org> >>> >>> commit 1777f349ff41b62dfe27454b69c27b0bc99ffca5 upstream. >>> >>> This validates the previous commit: endpoints with both the signal and >>> subflow flags should always be marked as used even if it was not >>> possible to create new subflows due to the MPTCP PM limits. >> >> FYI, this patch adds a new subtest in the MPTCP selftests to validate >> that the upstream parent commit -- 579a752464a6 ("mptcp: pm: in-kernel: >> always mark signal+subflow endp as used") -- fixes a warning. Except >> that this commit had a conflict and is currently not in v6.12. Sasha >> sent a version without the conflict (BTW, thank you for that!): >> >> https://lore.kernel.org/20260309153846.1288656-1-sashal@kernel.org >> >> I guess that's probably fine like that because the issue exposed by this >> new test is not new, and it will be fixed by the missing patch soon I >> suppose. Probably no need to modify this RC, and the fix can wait the >> next version, but I prefer to send this message just in case people hit >> the issue. > > Thanks for the info, I'll queue up that other patch for the next round > of stable releases Thank you! > sorry I didn't get to it at this point in time. No need to apologise, I understand, no hurry :) Cheers, Matt -- Sponsored by the NGI0 Core fund. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-13 16:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260312201018.128816016@linuxfoundation.org>
[not found] ` <20260312201024.124696392@linuxfoundation.org>
2026-03-13 9:54 ` [PATCH 6.12 162/265] selftests: mptcp: join: check removing signal+subflow endp Matthieu Baerts
2026-03-13 16:02 ` Greg Kroah-Hartman
2026-03-13 16:24 ` Matthieu Baerts
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox