All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] IOMMU Fixes for Linux v6.10-rc2
@ 2024-06-07  8:51 Joerg Roedel
  2024-06-07 21:17 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Joerg Roedel @ 2024-06-07  8:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Will Deacon, linux-kernel, iommu

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-07 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07  8:51 [git pull] IOMMU Fixes for Linux v6.10-rc2 Joerg Roedel
2024-06-07 21:17 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.