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: <20250305215756.1519390-1-anthony.l.nguyen@intel.com>
Date: Wed,  5 Mar 2025 13:57:51 -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>,
	michal.swiatkowski@...ux.intel.com,
	jacob.e.keller@...el.com,
	tatyana.e.nikolova@...el.com,
	leon@...nel.org,
	jgg@...pe.ca,
	linux-rdma@...r.kernel.org
Subject: [PATCH net-next 0/2][pull request] Fixes for "ice: managing MSI-X in driver"

The following changes since commit 26db4dbb747813b5946aff31485873f071a10332:

  Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue (2025-02-06 17:34:36 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue.git for-next-fixes

for you to fetch changes up to f798c4bce163411673e49b7d07587aff7896ded4:

  irdma: free iwdev->rf after removing MSI-X (2025-03-05 11:27:15 -0800)

----------------------------------------------------------------

A couple of fixes to the "ice: managing MSI-X in driver" series that
were found after merging.

Dan fixes an off by one issue on error path handling.

Michal adjusts location of freeing iwdev->rf to stop use-after-free
issue.

----------------------------------------------------------------
Dan Carpenter (1):
      ice, irdma: fix an off by one in error handling code

Michal Swiatkowski (1):
      irdma: free iwdev->rf after removing MSI-X

 drivers/infiniband/hw/irdma/main.c  | 4 +++-
 drivers/infiniband/hw/irdma/verbs.c | 1 -
 2 files changed, 3 insertions(+), 2 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ