From: Bjorn Helgaas <helgaas@kernel.org>
To: linux-pci@vger.kernel.org
Cc: Krzysztof Wilczynski <kw@linux.com>,
Ashok Raj <ashok.raj@intel.com>,
linux-kernel@vger.kernel.org, Keith Busch <keith.busch@intel.com>,
iommu@lists.linux-foundation.org,
David Woodhouse <dwmw2@infradead.org>
Subject: Re: [PATCH 0/3] PCI/ATS: Clean up unnecessary stubs and exports
Date: Tue, 15 Oct 2019 16:36:35 -0500 [thread overview]
Message-ID: <20191015213635.GA177798@google.com> (raw)
In-Reply-To: <20191009225354.181018-1-helgaas@kernel.org>
On Wed, Oct 09, 2019 at 05:53:51PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> Most of the ATS/PRI/PASID interfaces are only used by IOMMU drivers that
> can only be built statically, not as modules. A couple are only used by
> the PCI core and don't need to be visible outside at all.
>
> These are intended to be cleanup only, but let me know if they would break
> something.
>
> Bjorn Helgaas (3):
> PCI/ATS: Remove unused PRI and PASID stubs
> PCI/ATS: Remove unnecessary EXPORT_SYMBOL_GPL()
> PCI/ATS: Make pci_restore_pri_state(), pci_restore_pasid_state()
> private
>
> drivers/pci/ats.c | 14 --------------
> drivers/pci/pci.h | 4 ++++
> include/linux/pci-ats.h | 15 ---------------
> 3 files changed, 4 insertions(+), 29 deletions(-)
I applied these to pci/virtualization for v5.5, with Kuppuswamy's
Reviewed-by on the first and Joerg's on all three. Thank you both for
taking a look!
Bjorn
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <helgaas@kernel.org>
To: linux-pci@vger.kernel.org
Cc: Kuppuswamy Sathyanarayanan
<sathyanarayanan.kuppuswamy@linux.intel.com>,
Ashok Raj <ashok.raj@intel.com>,
Keith Busch <keith.busch@intel.com>,
linux-kernel@vger.kernel.org,
David Woodhouse <dwmw2@infradead.org>,
Joerg Roedel <joro@8bytes.org>,
iommu@lists.linux-foundation.org,
Krzysztof Wilczynski <kw@linux.com>
Subject: Re: [PATCH 0/3] PCI/ATS: Clean up unnecessary stubs and exports
Date: Tue, 15 Oct 2019 16:36:35 -0500 [thread overview]
Message-ID: <20191015213635.GA177798@google.com> (raw)
In-Reply-To: <20191009225354.181018-1-helgaas@kernel.org>
On Wed, Oct 09, 2019 at 05:53:51PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> Most of the ATS/PRI/PASID interfaces are only used by IOMMU drivers that
> can only be built statically, not as modules. A couple are only used by
> the PCI core and don't need to be visible outside at all.
>
> These are intended to be cleanup only, but let me know if they would break
> something.
>
> Bjorn Helgaas (3):
> PCI/ATS: Remove unused PRI and PASID stubs
> PCI/ATS: Remove unnecessary EXPORT_SYMBOL_GPL()
> PCI/ATS: Make pci_restore_pri_state(), pci_restore_pasid_state()
> private
>
> drivers/pci/ats.c | 14 --------------
> drivers/pci/pci.h | 4 ++++
> include/linux/pci-ats.h | 15 ---------------
> 3 files changed, 4 insertions(+), 29 deletions(-)
I applied these to pci/virtualization for v5.5, with Kuppuswamy's
Reviewed-by on the first and Joerg's on all three. Thank you both for
taking a look!
Bjorn
next prev parent reply other threads:[~2019-10-15 21:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-09 22:53 [PATCH 0/3] PCI/ATS: Clean up unnecessary stubs and exports Bjorn Helgaas
2019-10-09 22:53 ` Bjorn Helgaas
2019-10-09 22:53 ` [PATCH 1/3] PCI/ATS: Remove unused PRI and PASID stubs Bjorn Helgaas
2019-10-09 22:53 ` Bjorn Helgaas
2019-10-10 23:07 ` Kuppuswamy Sathyanarayanan
2019-10-10 23:07 ` Kuppuswamy Sathyanarayanan
2019-10-09 22:53 ` [PATCH 2/3] PCI/ATS: Remove unnecessary EXPORT_SYMBOL_GPL() Bjorn Helgaas
2019-10-09 22:53 ` Bjorn Helgaas
2019-10-09 22:53 ` [PATCH 3/3] PCI/ATS: Make pci_restore_pri_state(), pci_restore_pasid_state() private Bjorn Helgaas
2019-10-09 22:53 ` Bjorn Helgaas
2019-10-15 11:43 ` [PATCH 0/3] PCI/ATS: Clean up unnecessary stubs and exports Joerg Roedel
2019-10-15 11:43 ` Joerg Roedel
2019-10-15 21:36 ` Bjorn Helgaas [this message]
2019-10-15 21:36 ` Bjorn Helgaas
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=20191015213635.GA177798@google.com \
--to=helgaas@kernel.org \
--cc=ashok.raj@intel.com \
--cc=dwmw2@infradead.org \
--cc=iommu@lists.linux-foundation.org \
--cc=keith.busch@intel.com \
--cc=kw@linux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.