Re: [PATCH net v3] sctp: keep chunk->transport in step with the list it is queued on
[email protected] Mon, 03 Aug 2026 21:30:11 +0000
| Newsgroups | org.kernel.vger.linux-sctp,org.kernel.vger.linux-kernel,org.kernel.vger.netdev,org.kernel.vger.stable |
|---|---|
| Message-ID | <178579261188.2840566.3318214381652988676.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <[email protected]>: On Thu, 30 Jul 2026 01:00:28 +0900 you wrote: > __sctp_outq_flush_rtx() moves a gap-acked chunk onto another transport's > transmitted list without updating chunk->transport: > > if (chunk->tsn_gap_acked) { > list_move_tail(&chunk->transmitted_list, > &transport->transmitted); > continue; > } > > [...] Here is the summary with links: - [net,v3] sctp: keep chunk->transport in step with the list it is queued on https://git.kernel.org/netdev/net/c/9f2cf069a9a7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html