[PATCH 0/4] [PULL REQUEST] Intel IOMMU updates for Linux v6.8

Lu Baolu posted 4 patches 2 years ago
drivers/iommu/intel/iommu.h   | 179 +++++++++++++++++++++-
drivers/iommu/intel/pasid.h   | 223 +++++++++++++++++++++++++--
drivers/iommu/intel/debugfs.c |   3 -
drivers/iommu/intel/iommu.c   | 239 +++--------------------------
drivers/iommu/intel/pasid.c   | 274 +---------------------------------
drivers/iommu/intel/svm.c     |  20 +--
6 files changed, 415 insertions(+), 523 deletions(-)
[PATCH 0/4] [PULL REQUEST] Intel IOMMU updates for Linux v6.8
Posted by Lu Baolu 2 years ago
Hi Joerg,

The following patches have been queued for v6.8:

 - Cleanup and refactoring

All patches are based on v6.7-rc6. The series is also available at:
https://github.com/LuBaolu/intel-iommu/commits/vtd-update-for-v6.8

Please consider them for the next branch.

Best regards,
Baolu

Lu Baolu (4):
  iommu/vt-d: Refactor device_to_iommu() to retrieve iommu directly
  iommu/vt-d: Remove unused parameter of
    intel_pasid_setup_pass_through()
  iommu/vt-d: Remove unused vcmd interfaces
  iommu/vt-d: Move inline helpers to header files

 drivers/iommu/intel/iommu.h   | 179 +++++++++++++++++++++-
 drivers/iommu/intel/pasid.h   | 223 +++++++++++++++++++++++++--
 drivers/iommu/intel/debugfs.c |   3 -
 drivers/iommu/intel/iommu.c   | 239 +++--------------------------
 drivers/iommu/intel/pasid.c   | 274 +---------------------------------
 drivers/iommu/intel/svm.c     |  20 +--
 6 files changed, 415 insertions(+), 523 deletions(-)

-- 
2.34.1
Re: [PATCH 0/4] [PULL REQUEST] Intel IOMMU updates for Linux v6.8
Posted by Joerg Roedel 2 years ago
On Mon, Dec 18, 2023 at 03:34:41PM +0800, Lu Baolu wrote:
> Lu Baolu (4):
>   iommu/vt-d: Refactor device_to_iommu() to retrieve iommu directly
>   iommu/vt-d: Remove unused parameter of
>     intel_pasid_setup_pass_through()
>   iommu/vt-d: Remove unused vcmd interfaces
>   iommu/vt-d: Move inline helpers to header files

Applied, thanks.