All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] [PULL REQUEST] iommu/vt-d: Fixes for iommu next
@ 2024-03-05 12:21 Lu Baolu
  2024-03-05 12:21 ` [PATCH 1/8] PCI: Make pci_dev_is_disconnected() helper public for other drivers Lu Baolu
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Lu Baolu @ 2024-03-05 12:21 UTC (permalink / raw)
  To: Joerg Roedel; +Cc: Ethan Zhao, Eric Badger, iommu, linux-kernel

Hi Joerg,

The following fixes have been queued for iommu next:

 - Fix hard lockup on hotplug of an ATS-capable device
 - Fix NULL domain pointer dereference on device release

These changes are not critical for v6.8, so can you please consider them
for iommu next?

Best regards,
baolu

Ethan Zhao (3):
  PCI: Make pci_dev_is_disconnected() helper public for other drivers
  iommu/vt-d: Don't issue ATS Invalidation request when device is
    disconnected
  iommu/vt-d: Improve ITE fault handling if target device isn't present

Lu Baolu (5):
  iommu: Add static iommu_ops->release_domain
  iommu/vt-d: Fix NULL domain on device release
  iommu/vt-d: Setup scalable mode context entry in probe path
  iommu/vt-d: Remove scalable mode context entry setup from attach_dev
  iommu/vt-d: Remove scalabe mode in domain_context_clear_one()

 include/linux/iommu.h       |   1 +
 include/linux/pci.h         |   5 +
 drivers/iommu/intel/pasid.h |   2 +
 drivers/pci/pci.h           |   5 -
 drivers/iommu/intel/dmar.c  |  22 ++++
 drivers/iommu/intel/iommu.c | 214 +++++++++++-------------------------
 drivers/iommu/intel/pasid.c | 205 ++++++++++++++++++++++++++++++++++
 drivers/iommu/iommu.c       |  19 +++-
 8 files changed, 313 insertions(+), 160 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-03-06 16:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05 12:21 [PATCH 0/8] [PULL REQUEST] iommu/vt-d: Fixes for iommu next Lu Baolu
2024-03-05 12:21 ` [PATCH 1/8] PCI: Make pci_dev_is_disconnected() helper public for other drivers Lu Baolu
2024-03-05 12:21 ` [PATCH 2/8] iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected Lu Baolu
2024-03-05 12:21 ` [PATCH 3/8] iommu/vt-d: Improve ITE fault handling if target device isn't present Lu Baolu
2024-03-05 12:21 ` [PATCH 4/8] iommu: Add static iommu_ops->release_domain Lu Baolu
2024-03-05 12:21 ` [PATCH 5/8] iommu/vt-d: Fix NULL domain on device release Lu Baolu
2024-03-05 12:21 ` [PATCH 6/8] iommu/vt-d: Setup scalable mode context entry in probe path Lu Baolu
2024-03-05 12:21 ` [PATCH 7/8] iommu/vt-d: Remove scalable mode context entry setup from attach_dev Lu Baolu
2024-03-05 12:21 ` [PATCH 8/8] iommu/vt-d: Remove scalabe mode in domain_context_clear_one() Lu Baolu
2024-03-06 16:36 ` [PATCH 0/8] [PULL REQUEST] iommu/vt-d: Fixes for iommu next Joerg Roedel

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.