From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DC49D2DCF6C for ; Wed, 20 May 2026 01:29:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779240599; cv=none; b=bBggLyRADP5enwR8wUpPg6RtVnk0r1oTZjYgsV7PgtYBL/kz1l8+vN5IRK17CcHsM/AFwYhulTVHL9dBtilWRfHrCIvDjzRTb60yS/UHZQZv9a85opKYoLcgolC177P14kpuunJJ3xYrxjyHQNO7J7yDdCtyJIHUOt2udO95bLI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779240599; c=relaxed/simple; bh=sM1L1zx+i2ahd/cTMDH9+znC4xMTO3u/lXS6BOMeSBU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=vCwYGSciyxeApcYENOeb6cPaW+fh5x/AgQrVDUvImg2Tny8vldAu5csnaBD8aemY0hY9HRDTiL5rRqJu6geKZaEL8Kw419VFn9YmCDTLBlYsIDVyjdUEv27kJFGsMnZQoOz7yYhjcuzMjEeupCqeMaKusZm0L+zBkL6vgSHXdrQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=l5B8zQvz; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="l5B8zQvz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 846071F000E9; Wed, 20 May 2026 01:29:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779240598; bh=jszwEy24nLcTVgF3m5AFIH/l9o58q+amtk0RnAFl0DY=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=l5B8zQvzlECZ2ERhen3wNV1X03DG0ukqKYw5UIO1KAiA37ppkfBphvmUUKeLXDGJq GOYcvTHW66fbzXNZVaFJjKRWx76OpsVSrV4WLBU/Z/tOIAIdfJ1lNNnNZwLqlBRYdf Si3cAsr3CbjYfwNmRG+HylhNDvsqqxt5BBcX+93RBJdJJe+noXCWsrceAVMOwEep1B bzPx+gj5PbA7qM07TOMAXJ+07P3ujRJ8DfSQyaIkB7oO3n2T4VnBZviui2bPsLOeyh j2jo0MB1EB8Waly9jiOKtuu5o144l/fy5zYOlWDrxDPh4j/TPrOhxBqF9rUvusVD2Q lVchhj+4EojDA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 939B4383BF53; Wed, 20 May 2026 01:30:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 0/2] bridge: mcast: Fix a possible use-after-free when removing a bridge port From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177924060914.2943546.7719678973905052337.git-patchwork-notify@kernel.org> Date: Wed, 20 May 2026 01:30:09 +0000 References: <20260517121122.188333-1-idosch@nvidia.com> In-Reply-To: <20260517121122.188333-1-idosch@nvidia.com> To: Ido Schimmel Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, razor@blackwall.org, horms@kernel.org, dsahern@kernel.org, yongwang@nvidia.com, aroulin@nvidia.com, petrm@nvidia.com, tglx@kernel.org Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Sun, 17 May 2026 15:11:20 +0300 you wrote: > Patch #1 fixes a possible use-after-free when removing a bridge port. > > Patch #2 adds a test case that triggers the problem. > > In net-next we can: > > 1. Add DEBUG_NET_WARN_ON_ONCE() when a port multicast context is > de-initialized while enabled. > > [...] Here is the summary with links: - [net,1/2] bridge: mcast: Fix a possible use-after-free when removing a bridge port https://git.kernel.org/netdev/net/c/4df78ff02629 - [net,2/2] selftests: bridge_vlan_mcast: Test toggling of multicast snooping https://git.kernel.org/netdev/net/c/ae743a8ca8db You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html