From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03D70C432BE for ; Tue, 17 Aug 2021 09:40:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D838860F35 for ; Tue, 17 Aug 2021 09:40:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239204AbhHQJkw (ORCPT ); Tue, 17 Aug 2021 05:40:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:33802 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236133AbhHQJko (ORCPT ); Tue, 17 Aug 2021 05:40:44 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 6AEB360F35; Tue, 17 Aug 2021 09:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629193211; bh=V9Bku/K/4t7oyt1jzwKixNxdquZRMQx4YUQra0E8/ME=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DW+nWchzNdunC6g/e4SZfCDN7+hkb70xSwIMrAAy1OE4kk5A9g+vQWkWVoZgWJ0yo 7edNw+3MUixJm+Wi/LjH4a0U32nEbmtaugrQvvGAZ7E+cej2vKYcKkTcRzYgHneUyB uVagpa0/J2h9wOyb5xBHrb1oxXeWBAz2ibfWYqQo9xqB7p1yhwcT+Mp5tezu3x5R7e XGsWoIwNp18jws/blTHaVAaNzezRA3/Dsbl0Vg8DMgBDyevWseu2sCVAW320QccZwK D+5el5S3VF4fKTm9GUFqjvIleGpCH0Ym8geLTHvo1P6FsIIFGLS0wpdHG2HELxl0ku HOhkWmWCbl2aA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/4] net: bridge: vlan: fixes for vlan mcast contexts From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162919321138.26227.14459978814742770113.git-patchwork-notify@kernel.org> Date: Tue, 17 Aug 2021 09:40:11 +0000 References: <20210816145707.671901-1-razor@blackwall.org> In-Reply-To: <20210816145707.671901-1-razor@blackwall.org> To: Nikolay Aleksandrov Cc: netdev@vger.kernel.org, roopa@nvidia.com, bridge@lists.linux-foundation.org, nikolay@nvidia.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 16 Aug 2021 17:57:03 +0300 you wrote: > From: Nikolay Aleksandrov > > Hi, > These are four fixes for vlan multicast contexts. The first patch enables > mcast ctx snooping when adding already existing master vlans to be > consistent with the rest of the code. The second patch accounts for the > mcast ctx router ports when allocating skb for notification. The third > one fixes two suspicious rcu usages due to wrong vlan group helper, and > the fourth updates host vlan mcast state along with port mcast state. > > [...] Here is the summary with links: - [net-next,1/4] net: bridge: vlan: enable mcast snooping for existing master vlans https://git.kernel.org/netdev/net-next/c/b92dace38f8f - [net-next,2/4] net: bridge: vlan: account for router port lists when notifying https://git.kernel.org/netdev/net-next/c/05d6f38ec0a5 - [net-next,3/4] net: bridge: mcast: use the correct vlan group helper https://git.kernel.org/netdev/net-next/c/3f0d14efe2fa - [net-next,4/4] net: bridge: mcast: toggle also host vlan state in br_multicast_toggle_vlan https://git.kernel.org/netdev/net-next/c/affce9a774ca You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html