From: Nikolay Aleksandrov <nikolay@xxxxxxxxxx> 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(-) -- 2.31.1