Re: [PATCH v5 00/13] iommu: Add PASID support to Arm SMMUv3

2020-01-15 Thread Jean-Philippe Brucker
On Wed, Jan 15, 2020 at 04:42:56PM +, Will Deacon wrote: > On Wed, Jan 15, 2020 at 01:52:26PM +0100, Jean-Philippe Brucker wrote: > > Since v4 [1] I addressed some of Will's comment. > > Thanks! I've tentatively managed to queue all of this apart from the last > patch, since that relies on

Re: [PATCH v5 00/13] iommu: Add PASID support to Arm SMMUv3

2020-01-15 Thread Will Deacon
On Wed, Jan 15, 2020 at 01:52:26PM +0100, Jean-Philippe Brucker wrote: > Since v4 [1] I addressed some of Will's comment. Thanks! I've tentatively managed to queue all of this apart from the last patch, since that relies on some pasid symbols being exported from the PCI core when building the

[PATCH v5 00/13] iommu: Add PASID support to Arm SMMUv3

2020-01-15 Thread Jean-Philippe Brucker
Since v4 [1] I addressed some of Will's comment. Still missing and will be submitted as follow-up patches: * write STE.V with WRITE_ONCE() (patch 7) * batch submission of CD invalidation (patch 7) * Remove WARN_ON_ONCE() in add_device() (patch 13) Pending Robin's input. So I think patches 1-10