From: David S. Miller Date: Mon, 16 Aug 2021 12:58:00 +0000 (+0100) Subject: Merge branch 'bridge-mcast-fixes' X-Git-Tag: libata-5.15-2021-09-05~51^2~193 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ab6361382fc1cd57e2d06a1ee29bf7b8e98ca257;p=linux-block.git Merge branch 'bridge-mcast-fixes' Nikolay Aleksandrov says: ==================== net: bridge: mcast: fixes for mcast querier state 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. ==================== Signed-off-by: David S. Miller --- ab6361382fc1cd57e2d06a1ee29bf7b8e98ca257