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: <20250124213213.1328775-1-anthony.l.nguyen@intel.com>
Date: Fri, 24 Jan 2025 13:32:02 -0800
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/8][pull request] Intel Wired LAN Driver Updates 2025-01-24 (idpf, ice, iavf)

For idpf:

Emil adds memory barrier when accessing control queue descriptors and
restores call to idpf_vc_xn_shutdown() when resetting.

Manoj Vishwanathan expands transaction lock to properly protect xn->salt
value and adds additional debugging information.

Marco Leogrande converts workqueues to be unbound.

For ice:

Przemek fixes incorrect size use for array.

Mateusz removes reporting of invalid parameter and value.

For iavf:

Michal adjusts some VLAN changes to occur without a PF call to avoid
timing issues with the calls.

The following are changes since commit 15a901361ec3fb1c393f91880e1cbf24ec0a88bd:
  ipmr: do not call mr_mfc_uses_dev() for unres entries
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 200GbE

Emil Tantilov (2):
  idpf: add read memory barrier when checking descriptor done bit
  idpf: fix transaction timeouts on reset

Manoj Vishwanathan (2):
  idpf: Acquire the lock before accessing the xn->salt
  idpf: add more info during virtchnl transaction timeout/salt mismatch

Marco Leogrande (1):
  idpf: convert workqueues to unbound

Mateusz Polchlopek (1):
  ice: remove invalid parameter of equalizer

Michal Swiatkowski (1):
  iavf: allow changing VLAN state without calling PF

Przemek Kitszel (1):
  ice: fix ice_parser_rt::bst_key array size

 drivers/net/ethernet/intel/iavf/iavf_main.c   | 19 ++++++++++++--
 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |  1 -
 drivers/net/ethernet/intel/ice/ice_ethtool.c  |  1 -
 drivers/net/ethernet/intel/ice/ice_ethtool.h  |  1 -
 drivers/net/ethernet/intel/ice/ice_parser.h   |  6 ++---
 .../net/ethernet/intel/ice/ice_parser_rt.c    | 12 ++++-----
 .../net/ethernet/intel/idpf/idpf_controlq.c   |  6 +++++
 drivers/net/ethernet/intel/idpf/idpf_main.c   | 15 +++++++----
 .../net/ethernet/intel/idpf/idpf_virtchnl.c   | 25 ++++++++++++++-----
 9 files changed, 59 insertions(+), 27 deletions(-)

-- 
2.47.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ