Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@xxxxxxxxxx>: On Wed, 30 Nov 2022 18:04:31 -0500 you wrote: > After commit 9ed7bfc79542 ("sctp: fix memory leak in > sctp_stream_outq_migrate()"), sctp_sched_set_sched() is the only > place calling sched->free(), and it can actually be replaced by > sched->free_sid() on each stream, and yet there's already a loop > to traverse all streams in sctp_sched_set_sched(). > > This patch adds a function sctp_sched_free_sched() where it calls > sched->free_sid() for each stream to replace sched->free() calls > in sctp_sched_set_sched() and then deletes the unused free member > from struct sctp_sched_ops. > > [...] Here is the summary with links: - [net-next] sctp: delete free member from struct sctp_sched_ops https://git.kernel.org/netdev/net-next/c/7d802c8098c5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html