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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251104005700.542174-1-michael.chan@broadcom.com>
Date: Mon,  3 Nov 2025 16:56:54 -0800
From: Michael Chan <michael.chan@...adcom.com>
To: davem@...emloft.net
Cc: 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
Subject: [PATCH net 0/5] bnxt_en: Bug fixes

Patches 1, 3, and 4 are bug fixes related to the FW log tracing driver
coredump feature recently added in 6.13.  Patch #1 adds the necessary
call to shutdown the FW logging DMA during PCI shutdown.  Patch #3 fixes
a possible null pointer derefernce when using early versions of the FW
with this feature.  Patch #4 adds the coredump header information
unconditionally to make it more robust.

Patch #2 fixes a possible memory leak during PTP shutdown.  Patch #5
eliminates a dmesg warning when doing devlink reload.

Gautam R A (1):
  bnxt_en: Fix null pointer dereference in bnxt_bs_trace_check_wrap()

Kalesh AP (1):
  bnxt_en: Fix a possible memory leak in bnxt_ptp_init

Kashyap Desai (1):
  bnxt_en: Always provide max entry and entry size in coredump segments

Michael Chan (1):
  bnxt_en: Shutdown FW DMA in bnxt_shutdown()

Shantiprasad Shettar (1):
  bnxt_en: Fix warning in bnxt_dl_reload_down()

 drivers/net/ethernet/broadcom/bnxt/bnxt.c          | 6 +++++-
 drivers/net/ethernet/broadcom/bnxt/bnxt.h          | 3 ++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c | 5 +++--
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c  | 2 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c      | 4 ++--
 5 files changed, 13 insertions(+), 7 deletions(-)

-- 
2.51.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ