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]
Date: Fri, 7 Jun 2024 10:51:14 +0200
From: Joerg Roedel <joro@...tes.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Will Deacon <will@...nel.org>, linux-kernel@...r.kernel.org,
	iommu@...ts.linux.dev
Subject: [git pull] IOMMU Fixes for Linux v6.10-rc2

Hi Linus,

The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

  Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v6.10-rc2

for you to fetch changes up to 526606b0a1998b0791b42c199d53550c3ba724b5:

  iommu/amd: Fix Invalid wait context issue (2024-06-04 14:00:59 +0200)

----------------------------------------------------------------
IOMMU Fixes for Linux v6.10-rc2

Including:

	- Core:
	  - Make iommu-dma code recognize 'force_aperture' again
	  - Fix for potential NULL-ptr dereference from iommu_sva_bind_device()
	    return value

	- AMD IOMMU fixes:
	  - Fix lockdep splat for invalid wait context
	  - Add feature bit check before enabling PPR
	  - Make workqueue name fit into buffer
	  - Fix memory leak in sysfs code

----------------------------------------------------------------
Kun(llfl) (1):
      iommu/amd: Fix sysfs leak in iommu init

Lu Baolu (1):
      iommu: Return right value in iommu_sva_bind_device()

Robin Murphy (1):
      iommu/dma: Fix domain init

Vasant Hegde (3):
      iommu/amd: Fix workqueue name
      iommu/amd: Check EFR[EPHSup] bit before enabling PPR
      iommu/amd: Fix Invalid wait context issue

 drivers/iommu/amd/amd_iommu.h |  3 ++-
 drivers/iommu/amd/init.c      |  9 ++++++++
 drivers/iommu/amd/iommu.c     | 48 +++++++++++++++++++++----------------------
 drivers/iommu/amd/ppr.c       | 25 +++++-----------------
 drivers/iommu/dma-iommu.c     |  8 ++++----
 include/linux/iommu.h         |  2 +-
 6 files changed, 45 insertions(+), 50 deletions(-)

Please pull.

Thanks,

	Joerg

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ