public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Nicolin Chen <nicolinc@nvidia.com>
To: "Jörg Rödel" <joro@8bytes.org>, helgaas@kernel.org
Cc: <afael@kernel.org>, <bhelgaas@google.com>, <alex@shazbot.org>,
	<jgg@nvidia.com>, <will@kernel.org>, <robin.murphy@arm.com>,
	<lenb@kernel.org>, <kevin.tian@intel.com>,
	<baolu.lu@linux.intel.com>,
	<linux-arm-kernel@lists.infradead.org>, <iommu@lists.linux.dev>,
	<linux-kernel@vger.kernel.org>, <linux-acpi@vger.kernel.org>,
	<linux-pci@vger.kernel.org>, <kvm@vger.kernel.org>,
	<patches@lists.linux.dev>, <pjaroszynski@nvidia.com>,
	<vsethi@nvidia.com>, <etzhao1900@gmail.com>
Subject: Re: [PATCH v7 0/5] Disable ATS via iommu during PCI resets
Date: Tue, 25 Nov 2025 10:30:10 -0800	[thread overview]
Message-ID: <aSX1srhPwWC0HXNw@Asurada-Nvidia> (raw)
In-Reply-To: <iovdqkgm7std6tpbfoolpkzksbc4hy3egfqgf6wbqmga2jlo7q@uolshjbvs3sm>

On Tue, Nov 25, 2025 at 03:22:03PM +0100, Jörg Rödel wrote:
> On Fri, Nov 21, 2025 at 05:57:27PM -0800, Nicolin Chen wrote:
> > Nicolin Chen (5):
> >   iommu: Lock group->mutex in iommu_deferred_attach()
> >   iommu: Tidy domain for iommu_setup_dma_ops()
> >   iommu: Add iommu_driver_get_domain_for_dev() helper
> >   iommu: Introduce pci_dev_reset_iommu_prepare/done()
> >   PCI: Suspend iommu function prior to resetting a device
> > 
> >  drivers/iommu/dma-iommu.h                   |   5 +-
> >  include/linux/iommu.h                       |  14 ++
> >  include/uapi/linux/vfio.h                   |   4 +
> >  drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c |   5 +-
> >  drivers/iommu/dma-iommu.c                   |   4 +-
> >  drivers/iommu/iommu.c                       | 220 +++++++++++++++++++-
> >  drivers/pci/pci-acpi.c                      |  13 +-
> >  drivers/pci/pci.c                           |  65 +++++-
> >  drivers/pci/quirks.c                        |  19 +-
> >  9 files changed, 326 insertions(+), 23 deletions(-)
> 
> Looks good from an IOMMU perspective, but needs Ack from PCI side.

Thanks, Joerg.

@Bjorn,

I have addressed your remarks from v5. Would you mind giving a
second look so that we might be able to make it to this cycle?

Thank you!
Nicolin


  reply	other threads:[~2025-11-25 18:31 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-22  1:57 [PATCH v7 0/5] Disable ATS via iommu during PCI resets Nicolin Chen
2025-11-22  1:57 ` [PATCH v7 1/5] iommu: Lock group->mutex in iommu_deferred_attach() Nicolin Chen
2025-11-26 12:55   ` Srivastava, Dheeraj Kumar
2025-11-26 16:16     ` Nicolin Chen
2025-11-26 16:19       ` Dheeraj Kumar Srivastava
2025-11-22  1:57 ` [PATCH v7 2/5] iommu: Tidy domain for iommu_setup_dma_ops() Nicolin Chen
2025-11-25 19:19   ` Jason Gunthorpe
2025-11-22  1:57 ` [PATCH v7 3/5] iommu: Add iommu_driver_get_domain_for_dev() helper Nicolin Chen
2025-11-25 19:21   ` Jason Gunthorpe
2025-11-22  1:57 ` [PATCH v7 4/5] iommu: Introduce pci_dev_reset_iommu_prepare/done() Nicolin Chen
2025-11-25 19:27   ` Jason Gunthorpe
2025-11-22  1:57 ` [PATCH v7 5/5] PCI: Suspend iommu function prior to resetting a device Nicolin Chen
2025-11-25 19:28   ` Jason Gunthorpe
2025-11-26 21:43   ` Bjorn Helgaas
2025-11-26 21:51     ` Nicolin Chen
2025-11-25 14:22 ` [PATCH v7 0/5] Disable ATS via iommu during PCI resets Jörg Rödel
2025-11-25 18:30   ` Nicolin Chen [this message]
2025-11-26 16:21 ` Srivastava, Dheeraj Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aSX1srhPwWC0HXNw@Asurada-Nvidia \
    --to=nicolinc@nvidia.com \
    --cc=afael@kernel.org \
    --cc=alex@shazbot.org \
    --cc=baolu.lu@linux.intel.com \
    --cc=bhelgaas@google.com \
    --cc=etzhao1900@gmail.com \
    --cc=helgaas@kernel.org \
    --cc=iommu@lists.linux.dev \
    --cc=jgg@nvidia.com \
    --cc=joro@8bytes.org \
    --cc=kevin.tian@intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=patches@lists.linux.dev \
    --cc=pjaroszynski@nvidia.com \
    --cc=robin.murphy@arm.com \
    --cc=vsethi@nvidia.com \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox