From: David S. Miller Date: Mon, 16 Aug 2021 12:58:00 +0000 (+0100) Subject: Merge branch 'bridge-mcast-fixes' X-Git-Tag: v5.15-rc1~157^2~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab6361382fc1cd57e2d06a1ee29bf7b8e98ca257;p=thirdparty%2Fkernel%2Flinux.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