Re: [PATCH net-next] bridge: mcast: Synchronously shutdown port multicast timers
[email protected] Fri, 05 Jun 2026 01:20:17 +0000
| Newsgroups | dev.linux.lists.bridge,org.kernel.vger.netdev |
|---|---|
| Message-ID | <178062241739.3090676.1203878185997865685.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <[email protected]>: On Wed, 3 Jun 2026 13:35:22 +0300 you wrote: > Currently, while four timers are set up during port multicast context > initialization, only two are synchronously deleted when the context is > de-initialized, just before being deleted. > > This is fine because the structure containing the multicast context > (either a bridge port or a VLAN) is only deleted after an RCU grace > period and it will not pass as long as the timers are executing. These > timers are also not supposed to do any work at this stage. They acquire > the bridge multicast lock, see that the multicast context was disabled > and exit. > > [...] Here is the summary with links: - [net-next] bridge: mcast: Synchronously shutdown port multicast timers https://git.kernel.org/netdev/net-next/c/7a188fcc18d4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html