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-next>] [day] [month] [year] [list]
Message-ID: <20250428225903.1867675-1-michael.chan@broadcom.com>
Date: Mon, 28 Apr 2025 15:58:55 -0700
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/8] bnxt_en: Misc. bug fixes

This series fixes a bug in the driver initialization path, MSIX
setup sequencing issue in the FW error and AER paths, a missing
skb_mark_for_recycle() in the VLAN error path, some ethtool coredump
fixes, an ethtool selftest fix, and an ethtool register dump byte order
fix.

Kalesh AP (1):
  bnxt_en: Fix ethtool selftest output in one of the failure cases

Kashyap Desai (2):
  bnxt_en: call pci_alloc_irq_vectors() after bnxt_reserve_rings()
  bnxt_en: delay pci_alloc_irq_vectors() in the AER path

Michael Chan (1):
  bnxt_en: Fix ethtool -d byte order for 32-bit values

Shravya KN (1):
  bnxt_en: Fix error handling path in bnxt_init_chip()

Shruti Parab (2):
  bnxt_en: Fix coredump logic to free allocated buffer
  bnxt_en: Fix out-of-bound memcpy() during ethtool -w

Somnath Kotur (1):
  bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan()

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 28 +++++++------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |  1 +
 .../ethernet/broadcom/bnxt/bnxt_coredump.c    | 20 +++++++---
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 40 +++++++++++++++----
 4 files changed, 65 insertions(+), 24 deletions(-)

-- 
2.30.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ