Message ID | 20210816101134.577413-1-razor@blackwall.org (mailing list archive) |
---|---|
Headers | show |
Series | net: bridge: mcast: fixes for mcast querier state | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 16 Aug 2021 13:11:31 +0300 you wrote: > From: Nikolay Aleksandrov <nikolay@nvidia.com> > > Hi, > These three fix querier state dumping. The first patch can be considered > a minor behaviour improvement, it avoids dumping querier state when mcast > snooping is disabled. The second patch was a report of sizeof(0) used > for nested netlink attribute size which should be just 0, and the third > patch accounts for IPv6 querier state size when allocating skb for > notifications. > > [...] Here is the summary with links: - [net-next,1/3] net: bridge: mcast: don't dump querier state if snooping is disabled https://git.kernel.org/netdev/net-next/c/f137b7d4ecf8 - [net-next,2/3] net: bridge: mcast: drop sizeof for nest attribute's zero size https://git.kernel.org/netdev/net-next/c/cdda378bd8d9 - [net-next,3/3] net: bridge: mcast: account for ipv6 size when dumping querier state https://git.kernel.org/netdev/net-next/c/175e66924719 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Nikolay Aleksandrov <nikolay@nvidia.com> Hi, These three fix querier state dumping. The first patch can be considered a minor behaviour improvement, it avoids dumping querier state when mcast snooping is disabled. The second patch was a report of sizeof(0) used for nested netlink attribute size which should be just 0, and the third patch accounts for IPv6 querier state size when allocating skb for notifications. Thanks, Nik Nikolay Aleksandrov (3): net: bridge: mcast: don't dump querier state if snooping is disabled net: bridge: mcast: drop sizeof for nest attribute's zero size net: bridge: mcast: account for ipv6 size when dumping querier state net/bridge/br_multicast.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-)