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: <20240305185737.3925349-1-anthony.l.nguyen@intel.com>
Date: Tue,  5 Mar 2024 10:57:28 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
	kuba@...nel.org,
	pabeni@...hat.com,
	edumazet@...gle.com,
	netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2024-03-05 (idpf, ice, i40e, igc, e1000e)

This series contains updates to idpf, ice, i40e, igc and e1000e drivers.

Emil disables local BH on NAPI schedule for proper handling of softirqs
on idpf.

Jake stops reporting of virtchannel RSS option which in unsupported on
ice.

Rand Deeb adds null check to prevent possible null pointer dereference
on ice.

Michal Schmidt moves DPLL mutex initialization to resolve uninitialized
mutex usage for ice.

Jesse fixes incorrect variable usage for calculating Tx stats on ice.

Ivan Vecera corrects logic for firmware equals check on i40e.

Florian Kauer prevents memory corruption for XDP_REDIRECT on igc.

Sasha reverts an incorrect use of FIELD_GET which caused a regression
for Wake on LAN on e1000e.

The following are changes since commit 4daa873133d3db4e17f4ccd9fe1102e4fbab7700:
  Merge tag 'mlx5-fixes-2024-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Emil Tantilov (1):
  idpf: disable local BH when scheduling napi for marker packets

Florian Kauer (1):
  igc: avoid returning frame twice in XDP_REDIRECT

Ivan Vecera (1):
  i40e: Fix firmware version comparison function

Jacob Keller (1):
  ice: virtchnl: stop pretending to support RSS over AQ or registers

Jesse Brandeburg (1):
  ice: fix typo in assignment

Michal Schmidt (1):
  ice: fix uninitialized dplls mutex usage

Rand Deeb (1):
  net: ice: Fix potential NULL pointer dereference in
    ice_bridge_setlink()

Sasha Neftin (1):
  intel: legacy: Partial revert of field get conversion

 drivers/net/ethernet/intel/e1000e/ich8lan.c         |  2 +-
 drivers/net/ethernet/intel/i40e/i40e_prototype.h    |  3 +--
 drivers/net/ethernet/intel/ice/ice_dpll.c           |  2 +-
 drivers/net/ethernet/intel/ice/ice_lib.c            |  2 +-
 drivers/net/ethernet/intel/ice/ice_main.c           |  2 ++
 drivers/net/ethernet/intel/ice/ice_virtchnl.c       |  9 +--------
 .../net/ethernet/intel/ice/ice_virtchnl_allowlist.c |  2 --
 drivers/net/ethernet/intel/idpf/idpf_virtchnl.c     |  2 ++
 drivers/net/ethernet/intel/igc/igc_main.c           | 13 ++++++-------
 9 files changed, 15 insertions(+), 22 deletions(-)

-- 
2.41.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ