Re: [Xen-devel] [PATCH for-4.12] iommu: fix order of arguments in iommu_map call at iommu_hwdom_init

2019-01-24 Thread Juergen Gross
On 24/01/2019 10:49, Jan Beulich wrote: On 23.01.19 at 19:08, wrote: >> The order of the page_order and the flags parameters are inverted in >> the call to iommu_map made in iommu_hwdom_init. >> >> Fixes: e8afe1124cc1 ("iommu: elide flushing for higher order map/unmap >> operations") >>

Re: [Xen-devel] [PATCH for-4.12] iommu: fix order of arguments in iommu_map call at iommu_hwdom_init

2019-01-24 Thread Jan Beulich
>>> On 24.01.19 at 10:43, wrote: >> -Original Message- >> From: Jan Beulich [mailto:jbeul...@suse.com] >> Sent: 24 January 2019 09:41 >> To: Roger Pau Monne >> Cc: Paul Durrant ; xen-devel > de...@lists.xenproject.org> >> Subject: Re: [PATCH for-4.12] iommu: fix order of arguments in

Re: [Xen-devel] [PATCH for-4.12] iommu: fix order of arguments in iommu_map call at iommu_hwdom_init

2019-01-24 Thread Jan Beulich
>>> On 23.01.19 at 19:08, wrote: > The order of the page_order and the flags parameters are inverted in > the call to iommu_map made in iommu_hwdom_init. > > Fixes: e8afe1124cc1 ("iommu: elide flushing for higher order map/unmap > operations") > Signed-off-by: Roger Pau Monné I notice you

Re: [Xen-devel] [PATCH for-4.12] iommu: fix order of arguments in iommu_map call at iommu_hwdom_init

2019-01-24 Thread Paul Durrant
> -Original Message- > From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: 24 January 2019 09:41 > To: Roger Pau Monne > Cc: Paul Durrant ; xen-devel de...@lists.xenproject.org> > Subject: Re: [PATCH for-4.12] iommu: fix order of arguments in iommu_map > call at iommu_hwdom_init > >

Re: [Xen-devel] [PATCH for-4.12] iommu: fix order of arguments in iommu_map call at iommu_hwdom_init

2019-01-24 Thread Jan Beulich
>>> On 23.01.19 at 19:08, wrote: > The order of the page_order and the flags parameters are inverted in > the call to iommu_map made in iommu_hwdom_init. > > Fixes: e8afe1124cc1 ("iommu: elide flushing for higher order map/unmap > operations") > Signed-off-by: Roger Pau Monné Reviewed-by: Jan

Re: [Xen-devel] [PATCH for-4.12] iommu: fix order of arguments in iommu_map call at iommu_hwdom_init

2019-01-24 Thread Paul Durrant
> -Original Message- > From: Roger Pau Monne [mailto:roger@citrix.com] > Sent: 23 January 2019 18:08 > To: xen-devel@lists.xenproject.org > Cc: Roger Pau Monne ; Jan Beulich > ; Paul Durrant > Subject: [PATCH for-4.12] iommu: fix order of arguments in iommu_map call > at

[Xen-devel] [PATCH for-4.12] iommu: fix order of arguments in iommu_map call at iommu_hwdom_init

2019-01-23 Thread Roger Pau Monne
The order of the page_order and the flags parameters are inverted in the call to iommu_map made in iommu_hwdom_init. Fixes: e8afe1124cc1 ("iommu: elide flushing for higher order map/unmap operations") Signed-off-by: Roger Pau Monné --- Cc: Jan Beulich Cc: Paul Durrant ---