From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 A69212918D5 for ; Thu, 24 Apr 2025 18:20:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745518802; cv=none; b=BJ6utogwCZsUGALSrcNszOnmxCu50HIr129cUd5br+L4GCj8Zouk1R2ONDcGcoCEOJBM3U02Qt541fahVxOfv+OSTv60MiH9WwVVrIyVjxniJTyPeL5WnYyc8XPockSEkBj4yXZ8OgrfXI3X+ROILntv+S48g8SSaZDzzaQnBYo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745518802; c=relaxed/simple; bh=F0g9GkC45SNM6fRGftx4Szqpqh3klFm32E3CDDeUPOc=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=EESDv9UR4TV5vYDUFR0Gid6Zgw+9PKGnJ9+A+5bXKYSrLesxfu6eyz+ujmOSbm+93jUskdzyPalp3pKchMMfJr2BPhD8S45akOy4OxsAxhvmkliNzQdrxuZ89Li/CTcBqyosoe/O8IUPwdF2FZv2/vncN6AVGmaUL3cFyD6WRaw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MW6Qbl8Y; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="MW6Qbl8Y" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C659C4CEED; Thu, 24 Apr 2025 18:20:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1745518802; bh=F0g9GkC45SNM6fRGftx4Szqpqh3klFm32E3CDDeUPOc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=MW6Qbl8YgoCP72KCeIi5Cv/httYQLyx+OtFHwbPi8MWF+saIOrhApV+8XaIckvIct aY9wb50Lp7Le4f7aic0Ry1dv4VmZhzTqt8qsKvyihAa0STRNEZZYjxuYAXFGzf/X3a bfSeYps3Oya9/v7UcyTYy1S7i2jouicfP6XsCmpHgSPrFreUbDRTKOXKdnubi7iDYl q6OKLGYWHmR+Qytity18moRt4KgnjHEo2bvIvXj0MDE3WOloMtjS++N6sabAvbUIA4 BWvmnBwxjV+pktnYMVhfjsJdxAILzwkUte41VJ2y16GqYoDIPEgAY4r1F86Fg6oAlb cMliu+UvkIBrQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id EAE0E380CFD9; Thu, 24 Apr 2025 18:20:41 +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] vxlan: vnifilter: Fix unlocked deletion of default FDB entry From: patchwork-bot+netdevbpf@kernel.org Message-Id: <174551884074.3443031.2705222387841498439.git-patchwork-notify@kernel.org> Date: Thu, 24 Apr 2025 18:20:40 +0000 References: <20250423145131.513029-1-idosch@nvidia.com> In-Reply-To: <20250423145131.513029-1-idosch@nvidia.com> To: Ido Schimmel Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, andrew+netdev@lunn.ch, razor@blackwall.org, petrm@nvidia.com, roopa@nvidia.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 23 Apr 2025 17:51:31 +0300 you wrote: > When a VNI is deleted from a VXLAN device in 'vnifilter' mode, the FDB > entry associated with the default remote (assuming one was configured) > is deleted without holding the hash lock. This is wrong and will result > in a warning [1] being generated by the lockdep annotation that was > added by commit ebe642067455 ("vxlan: Create wrappers for FDB lookup"). > > Reproducer: > > [...] Here is the summary with links: - [net] vxlan: vnifilter: Fix unlocked deletion of default FDB entry https://git.kernel.org/netdev/net/c/087a9eb9e597 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html