lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <175556520776.2966773.2798007329883348467.git-patchwork-notify@kernel.org>
Date: Tue, 19 Aug 2025 01:00:07 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Michael Chan <michael.chan@...adcom.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org, edumazet@...gle.com,
 kuba@...nel.org, pabeni@...hat.com, andrew+netdev@...n.ch,
 pavan.chebbi@...adcom.com, andrew.gospodarek@...adcom.com, sdf@...ichev.me
Subject: Re: [PATCH net v2] bnxt_en: Fix lockdep warning during rmmod

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:

On Sat, 16 Aug 2025 11:38:50 -0700 you wrote:
> The commit under the Fixes tag added a netdev_assert_locked() in
> bnxt_free_ntp_fltrs().  The lock should be held during normal run-time
> but the assert will be triggered (see below) during bnxt_remove_one()
> which should not need the lock.  The netdev is already unregistered by
> then.  Fix it by calling netdev_assert_locked_or_invisible() which will
> not assert if the netdev is unregistered.
> 
> [...]

Here is the summary with links:
  - [net,v2] bnxt_en: Fix lockdep warning during rmmod
    https://git.kernel.org/netdev/net/c/4611d88a37cf

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ