[PATCH 0/4] iommu/vt-d: SVM implementation cleanup

Lu Baolu posted 4 patches 2 years, 8 months ago
include/linux/intel-svm.h   | 16 -------
drivers/iommu/intel/iommu.h | 11 +++--
drivers/iommu/intel/iommu.c |  1 -
drivers/iommu/intel/svm.c   | 88 +++++++++++++++----------------------
MAINTAINERS                 |  1 -
5 files changed, 41 insertions(+), 76 deletions(-)
delete mode 100644 include/linux/intel-svm.h
[PATCH 0/4] iommu/vt-d: SVM implementation cleanup
Posted by Lu Baolu 2 years, 8 months ago
This is a cleanup series after the merge of commit be51b1d6bbff
("iommu/sva: Refactoring iommu_sva_bind/unbind_device()"). It removes
the unused/duplicate data and code.

Lu Baolu (4):
  iommu/vt-d: Remove include/linux/intel-svm.h
  iommu/vt-d: Remove unused fields in svm structures
  iommu/vt-d: Remove users from intel_svm_dev
  iommu/vt-d: Remove sva from intel_svm_dev

 include/linux/intel-svm.h   | 16 -------
 drivers/iommu/intel/iommu.h | 11 +++--
 drivers/iommu/intel/iommu.c |  1 -
 drivers/iommu/intel/svm.c   | 88 +++++++++++++++----------------------
 MAINTAINERS                 |  1 -
 5 files changed, 41 insertions(+), 76 deletions(-)
 delete mode 100644 include/linux/intel-svm.h

-- 
2.34.1
Re: [PATCH 0/4] iommu/vt-d: SVM implementation cleanup
Posted by Baolu Lu 2 years, 7 months ago
On 2023/1/9 9:49, Lu Baolu wrote:
> This is a cleanup series after the merge of commit be51b1d6bbff
> ("iommu/sva: Refactoring iommu_sva_bind/unbind_device()"). It removes
> the unused/duplicate data and code.
> 
> Lu Baolu (4):
>    iommu/vt-d: Remove include/linux/intel-svm.h
>    iommu/vt-d: Remove unused fields in svm structures
>    iommu/vt-d: Remove users from intel_svm_dev
>    iommu/vt-d: Remove sva from intel_svm_dev

Patches queued for v6.3.

https://lore.kernel.org/linux-iommu/20230131073740.378984-1-baolu.lu@linux.intel.com/

Best regards,
baolu
RE: [PATCH 0/4] iommu/vt-d: SVM implementation cleanup
Posted by Tian, Kevin 2 years, 8 months ago
> From: Lu Baolu <baolu.lu@linux.intel.com>
> Sent: Monday, January 9, 2023 9:50 AM
> 
> This is a cleanup series after the merge of commit be51b1d6bbff
> ("iommu/sva: Refactoring iommu_sva_bind/unbind_device()"). It removes
> the unused/duplicate data and code.
> 
> Lu Baolu (4):
>   iommu/vt-d: Remove include/linux/intel-svm.h
>   iommu/vt-d: Remove unused fields in svm structures
>   iommu/vt-d: Remove users from intel_svm_dev
>   iommu/vt-d: Remove sva from intel_svm_dev
> 

For the series:

Reviewed-by: Kevin Tian <kevin.tian@intel.com>