iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: Niklas Schnelle <schnelle@linux.ibm.com>
To: Benjamin Block <bblock@linux.ibm.com>
Cc: Matthew Rosato <mjrosato@linux.ibm.com>,
	Joerg Roedel <joro@8bytes.org>, Will Deacon <will@kernel.org>,
	Robin Murphy <robin.murphy@arm.com>,
	Jason Gunthorpe <jgg@ziepe.ca>,
	Heiko Carstens <hca@linux.ibm.com>,
	Vasily Gorbik <gor@linux.ibm.com>,
	Alexander Gordeev <agordeev@linux.ibm.com>,
	Christian Borntraeger <borntraeger@linux.ibm.com>,
	Sven Schnelle <svens@linux.ibm.com>,
	Gerald Schaefer	 <gerald.schaefer@linux.ibm.com>,
	Gerd Bayer <gbayer@linux.ibm.com>,
	Farhan Ali	 <alifm@linux.ibm.com>,
	linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org,
	iommu@lists.linux.dev
Subject: Re: [PATCH] iommu/s390: Make attach succeed when the device was surprise removed
Date: Tue, 09 Sep 2025 16:05:48 +0200	[thread overview]
Message-ID: <2265b28a92bace029a276bfefe6fd947c2a7bc7d.camel@linux.ibm.com> (raw)
In-Reply-To: <20250909135230.GA16134@p1gen4-pw042f0m.boeblingen.de.ibm.com>

On Tue, 2025-09-09 at 15:52 +0200, Benjamin Block wrote:
> On Thu, Sep 04, 2025 at 10:59:49AM +0200, Niklas Schnelle wrote:
> > When a PCI device is removed with surprise hotplug, there may still be
> > attempts to attach the device to the default domain as part of tear down
> > via (__iommu_release_dma_ownership()), or because the removal happens
> > during probe (__iommu_probe_device()). In both cases zpci_register_ioat()
> > fails with a cc value indicating that the device handle is invalid. This
> > is because the device is no longer part of the instance as far as the
> > hypervisor is concerned.
> > 
> > Currently this leads to an error return and s390_iommu_attach_device()
> > fails. This triggers the WARN_ON() in __iommu_group_set_domain_nofail()
> > because attaching to the default domain must never fail.
> > 
> > With the device fenced by the hypervisor no DMAs to or from memory are
> > possible and the IOMMU translations have no effect. Proceed as if the
> > registration was successful and let the hotplug event handling clean up
> > the device.
> > 
> > This is similar to how devices in the error state are handled since
> > commit 59bbf596791b ("iommu/s390: Make attach succeed even if the device
> > is in error state") except that for removal the domain will not be
> > registered later. This approach was also previously discussed at the
> > link.
> > 
> > Handle both cases, error state and removal, in a helper which checks if
> > the error needs to be propagated or ignored. Avoid magic number
> > condition codes by using the pre-existing, but never used, defines for
> > PCI load/store condition codes and rename them to reflect that they
> > apply to all PCI instructions.
> > 
> > Cc: stable@vger.kernel.org # v6.2
> 
> Oh, I just noticed that Niklas. You added `Cc: stable@vger.kernel.org`, but
> didn't actually include the address on the actual Cc of the mail? Was that
> intentional?
> 

Yes it was intentional. It's my understanding that the tag is enough
for the stable team to pick the commit up once it lands in Linus' tree.
And I do have stable@vger.kernel.org explicitly ignored in b4 to
prevent accidentally sending not-yet-ready or internal patches there.

There is an alternative approach of getting patches in stable by
sending them to the stable mailinglist but accodring to
Documentation/process/stable-kernel-rules.rst the tag is preferred.
Sadly the docs don't spell out that Ccing the list isn't needed though
I feel like it is implied by the "Cc: stable@kernel.org" variant where
the docs mention that mails send by git send-email will go nowhere.

Thanks,
Niklas

  reply	other threads:[~2025-09-09 14:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-04  8:59 [PATCH] iommu/s390: Make attach succeed when the device was surprise removed Niklas Schnelle
2025-09-04  9:45 ` Benjamin Block
2025-09-04 20:56 ` Matthew Rosato
2025-09-05 13:04 ` Joerg Roedel
2025-09-09 13:52 ` Benjamin Block
2025-09-09 14:05   ` Niklas Schnelle [this message]
2025-09-09 14:34     ` Benjamin Block

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=2265b28a92bace029a276bfefe6fd947c2a7bc7d.camel@linux.ibm.com \
    --to=schnelle@linux.ibm.com \
    --cc=agordeev@linux.ibm.com \
    --cc=alifm@linux.ibm.com \
    --cc=bblock@linux.ibm.com \
    --cc=borntraeger@linux.ibm.com \
    --cc=gbayer@linux.ibm.com \
    --cc=gerald.schaefer@linux.ibm.com \
    --cc=gor@linux.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=iommu@lists.linux.dev \
    --cc=jgg@ziepe.ca \
    --cc=joro@8bytes.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=mjrosato@linux.ibm.com \
    --cc=robin.murphy@arm.com \
    --cc=svens@linux.ibm.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;
as well as URLs for NNTP newsgroup(s).