The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v9 0/4] iommu: Add support to change default domain of
@ 2020-11-21 13:56 Lu Baolu
  2020-11-21 13:56 ` [PATCH v9 1/4] iommu: Move def_domain type check for untrusted device into core Lu Baolu
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Lu Baolu @ 2020-11-21 13:56 UTC (permalink / raw)
  To: Will Deacon, Joerg Roedel
  Cc: Ashok Raj, Christoph Hellwig, Sohil Mehta, Robin Murphy,
	Jacob Pan, iommu, linux-kernel, Lu Baolu

Hi,

The description and last post of this series could be found here.

https://lore.kernel.org/linux-iommu/20200925190620.18732-1-ashok.raj@intel.com/

Change log in this series:
 1. Changes according to comments at
    https://lore.kernel.org/linux-iommu/243ce89c33fe4b9da4c56ba35acebf81@huawei.com/
    - Move the untrusted device check to iommu core
    - Remove the requirement of def_domain_type callback
 
2. Changes according to comments at
    https://lore.kernel.org/linux-iommu/20201118135153.GB2177@willie-the-truck/
    - Replace pr_err_ratelimited() with dev_err_ratelimited() for more
      context.
    - Refine the getting default domain type code.
    - Add comments about the lock mechanism (vs. device release path)
      for future reference.

    https://lore.kernel.org/linux-iommu/20201118135137.GA2177@willie-the-truck/
    - Refine the ABI document.

Best regards,
baolu

Lu Baolu (1):
  iommu: Move def_domain type check for untrusted device into core

Sai Praneeth Prakhya (3):
  iommu: Add support to change default domain of an iommu group
  iommu: Take lock before reading iommu group default domain type
  iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file

 .../ABI/testing/sysfs-kernel-iommu_groups     |  29 ++
 drivers/iommu/intel/iommu.c                   |   7 -
 drivers/iommu/iommu.c                         | 255 +++++++++++++++++-
 3 files changed, 276 insertions(+), 15 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-11-23 14:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-21 13:56 [PATCH v9 0/4] iommu: Add support to change default domain of Lu Baolu
2020-11-21 13:56 ` [PATCH v9 1/4] iommu: Move def_domain type check for untrusted device into core Lu Baolu
2020-11-23 12:04   ` Will Deacon
2020-11-23 12:55     ` Lu Baolu
2020-11-23 13:03       ` Will Deacon
2020-11-23 13:54         ` Lu Baolu
2020-11-23 14:03           ` Will Deacon
2020-11-21 13:56 ` [PATCH v9 2/4] iommu: Add support to change default domain of an iommu group Lu Baolu
2020-11-21 13:56 ` [PATCH v9 3/4] iommu: Take lock before reading iommu group default domain type Lu Baolu
2020-11-21 13:56 ` [PATCH v9 4/4] iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file Lu Baolu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox