Re: [PATCH 0/7] [PULL REQUEST] iommu/vt-d: Update for v5.12

2021-02-04 Thread Joerg Roedel
On Thu, Feb 04, 2021 at 07:52:29PM +0800, Lu Baolu wrote:
> Hi Joerg,
> 
> I just received some internal comments on the last patch
> 
> [PATCH 7/7] iommu/vt-d: Apply SATC policy
> 
> We need some extra work on it and probably re-target it to v5.13.
> 
> Can you please only consider patch 1 ~ 6 for v5.12?

Applied patches 1-6, thanks Baolu.

___
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu


Re: [PATCH 0/7] [PULL REQUEST] iommu/vt-d: Update for v5.12

2021-02-04 Thread Lu Baolu

Hi Joerg,

I just received some internal comments on the last patch

[PATCH 7/7] iommu/vt-d: Apply SATC policy

We need some extra work on it and probably re-target it to v5.13.

Can you please only consider patch 1 ~ 6 for v5.12?

Sorry for the inconvenience.

Best regards,
baolu

On 2021/2/4 9:43, Lu Baolu wrote:

Hi Joerg,

The patches queued in this series is for v5.12. It includes:

  - Audit capability consistency among different IOMMUs
  - Add SATC reporting structure support
  - Add iotlb_sync_map callback support
  - Misc cleanup

Please consider them for v5.12.

Best regards,
Lu Baolu

Bjorn Helgaas (1):
   iommu/vt-d: Fix 'physical' typos

Kyung Min Park (2):
   iommu/vt-d: Audit IOMMU Capabilities and add helper functions
   iommu/vt-d: Move capability check code to cap_audit files

Lu Baolu (1):
   iommu/vt-d: Add iotlb_sync_map callback

Yian Chen (3):
   iommu/vt-d: Add new enum value and structure for SATC
   iommu/vt-d: Parse SATC reporting structure
   iommu/vt-d: Apply SATC policy

  drivers/iommu/intel/Makefile|   2 +-
  drivers/iommu/intel/cap_audit.c | 205 +
  drivers/iommu/intel/cap_audit.h | 130 +++
  drivers/iommu/intel/dmar.c  |   8 +
  drivers/iommu/intel/iommu.c | 337 +++-
  drivers/iommu/intel/irq_remapping.c |   8 +
  include/acpi/actbl1.h   |  11 +-
  include/linux/dmar.h|   2 +
  include/linux/intel-iommu.h |  41 ++--
  9 files changed, 615 insertions(+), 129 deletions(-)
  create mode 100644 drivers/iommu/intel/cap_audit.c
  create mode 100644 drivers/iommu/intel/cap_audit.h


___
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu


Re: [PATCH 0/7] [PULL REQUEST] iommu/vt-d: Update for v5.12

2021-02-03 Thread Lu Baolu

Hi Joerg,

I just received some internal comments on the last patch

[PATCH 7/7] iommu/vt-d: Apply SATC policy

We need some extra work on it and probably re-target it to v5.13.

Can you please only consider patch 1 ~ 6 for v5.12?

Sorry for the inconvenience.

Best regards,
baolu

On 2/4/21 9:43 AM, Lu Baolu wrote:

Hi Joerg,

The patches queued in this series is for v5.12. It includes:

  - Audit capability consistency among different IOMMUs
  - Add SATC reporting structure support
  - Add iotlb_sync_map callback support
  - Misc cleanup

Please consider them for v5.12.

Best regards,
Lu Baolu

Bjorn Helgaas (1):
   iommu/vt-d: Fix 'physical' typos

Kyung Min Park (2):
   iommu/vt-d: Audit IOMMU Capabilities and add helper functions
   iommu/vt-d: Move capability check code to cap_audit files

Lu Baolu (1):
   iommu/vt-d: Add iotlb_sync_map callback

Yian Chen (3):
   iommu/vt-d: Add new enum value and structure for SATC
   iommu/vt-d: Parse SATC reporting structure
   iommu/vt-d: Apply SATC policy

  drivers/iommu/intel/Makefile|   2 +-
  drivers/iommu/intel/cap_audit.c | 205 +
  drivers/iommu/intel/cap_audit.h | 130 +++
  drivers/iommu/intel/dmar.c  |   8 +
  drivers/iommu/intel/iommu.c | 337 +++-
  drivers/iommu/intel/irq_remapping.c |   8 +
  include/acpi/actbl1.h   |  11 +-
  include/linux/dmar.h|   2 +
  include/linux/intel-iommu.h |  41 ++--
  9 files changed, 615 insertions(+), 129 deletions(-)
  create mode 100644 drivers/iommu/intel/cap_audit.c
  create mode 100644 drivers/iommu/intel/cap_audit.h


___
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu


[PATCH 0/7] [PULL REQUEST] iommu/vt-d: Update for v5.12

2021-02-03 Thread Lu Baolu
Hi Joerg,

The patches queued in this series is for v5.12. It includes:

 - Audit capability consistency among different IOMMUs
 - Add SATC reporting structure support
 - Add iotlb_sync_map callback support
 - Misc cleanup

Please consider them for v5.12.

Best regards,
Lu Baolu

Bjorn Helgaas (1):
  iommu/vt-d: Fix 'physical' typos

Kyung Min Park (2):
  iommu/vt-d: Audit IOMMU Capabilities and add helper functions
  iommu/vt-d: Move capability check code to cap_audit files

Lu Baolu (1):
  iommu/vt-d: Add iotlb_sync_map callback

Yian Chen (3):
  iommu/vt-d: Add new enum value and structure for SATC
  iommu/vt-d: Parse SATC reporting structure
  iommu/vt-d: Apply SATC policy

 drivers/iommu/intel/Makefile|   2 +-
 drivers/iommu/intel/cap_audit.c | 205 +
 drivers/iommu/intel/cap_audit.h | 130 +++
 drivers/iommu/intel/dmar.c  |   8 +
 drivers/iommu/intel/iommu.c | 337 +++-
 drivers/iommu/intel/irq_remapping.c |   8 +
 include/acpi/actbl1.h   |  11 +-
 include/linux/dmar.h|   2 +
 include/linux/intel-iommu.h |  41 ++--
 9 files changed, 615 insertions(+), 129 deletions(-)
 create mode 100644 drivers/iommu/intel/cap_audit.c
 create mode 100644 drivers/iommu/intel/cap_audit.h

-- 
2.25.1

___
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu