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: <20250916212801.2818440-1-anthony.l.nguyen@intel.com>
Date: Tue, 16 Sep 2025 14:27:55 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
	kuba@...nel.org,
	pabeni@...hat.com,
	edumazet@...gle.com,
	andrew+netdev@...n.ch,
	netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-09-16 (ice, i40e, ixgbe, igc)

For ice:
Jake resolves leaking pages with multi-buffer frames when a 0-sized
descriptor is encountered.

For i40e:
Maciej removes a redundant, and incorrect, memory barrier.

For ixgbe:
Jedrzej adjusts lifespan of ACI lock to ensure uses are while it is
valid.

For igc:
Kohei Enju does not fail probe on LED setup failure which resolves a
kernel panic in the cleanup path, if we were to fail.

The following are changes since commit 93ab4881a4e2b9657bdce4b8940073bfb4ed5eab:
  net: natsemi: fix `rx_dropped` double accounting on `netif_rx()` failure
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Jacob Keller (1):
  ice: fix Rx page leak on multi-buffer frames

Jedrzej Jagielski (2):
  ixgbe: initialize aci.lock before it's used
  ixgbe: destroy aci.lock later within ixgbe_remove path

Kohei Enju (1):
  igc: don't fail igc_probe() on LED setup error

Maciej Fijalkowski (1):
  i40e: remove redundant memory barrier when cleaning Tx descs

 drivers/net/ethernet/intel/i40e/i40e_txrx.c   |  3 -
 drivers/net/ethernet/intel/ice/ice_txrx.c     | 80 ++++++++-----------
 drivers/net/ethernet/intel/ice/ice_txrx.h     |  1 -
 drivers/net/ethernet/intel/igc/igc.h          |  1 +
 drivers/net/ethernet/intel/igc/igc_main.c     | 12 ++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 22 ++---
 6 files changed, 56 insertions(+), 63 deletions(-)

-- 
2.47.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ