Re: [PATCH 2/2] iommu: add warning when sharing groups

2017-02-16 Thread Sinan Kaya
Hi Alex, On 2/15/2017 4:43 PM, Sinan Kaya wrote: > On 2/15/2017 2:36 PM, Alex Williamson wrote: >> On Tue, 14 Feb 2017 22:53:35 -0500 >> ok...@codeaurora.org wrote: >> >>> On 2017-02-14 18:51, Alex Williamson wrote: On Tue, 14 Feb 2017 16:25:22 -0500 Sinan Kaya

Re: [PATCH 2/2] iommu: add warning when sharing groups

2017-02-15 Thread Sinan Kaya
On 2/15/2017 2:36 PM, Alex Williamson wrote: > On Tue, 14 Feb 2017 22:53:35 -0500 > ok...@codeaurora.org wrote: > >> On 2017-02-14 18:51, Alex Williamson wrote: >>> On Tue, 14 Feb 2017 16:25:22 -0500 >>> Sinan Kaya wrote: >>> The ACS requirement has been obscured in

Re: [PATCH 2/2] iommu: add warning when sharing groups

2017-02-15 Thread Alex Williamson
On Tue, 14 Feb 2017 22:53:35 -0500 ok...@codeaurora.org wrote: > On 2017-02-14 18:51, Alex Williamson wrote: > > On Tue, 14 Feb 2017 16:25:22 -0500 > > Sinan Kaya wrote: > > > >> The ACS requirement has been obscured in the current code and is only > >> known by certain

Re: [PATCH 2/2] iommu: add warning when sharing groups

2017-02-14 Thread okaya
On 2017-02-14 18:51, Alex Williamson wrote: On Tue, 14 Feb 2017 16:25:22 -0500 Sinan Kaya wrote: The ACS requirement has been obscured in the current code and is only known by certain individuals who happen to read the code. Print out a warning with ACS path failure when

Re: [PATCH 2/2] iommu: add warning when sharing groups

2017-02-14 Thread Alex Williamson
On Tue, 14 Feb 2017 16:25:22 -0500 Sinan Kaya wrote: > The ACS requirement has been obscured in the current code and is only > known by certain individuals who happen to read the code. Print out a > warning with ACS path failure when ACS requirement is not met. > >

[PATCH 2/2] iommu: add warning when sharing groups

2017-02-14 Thread Sinan Kaya
The ACS requirement has been obscured in the current code and is only known by certain individuals who happen to read the code. Print out a warning with ACS path failure when ACS requirement is not met. Signed-off-by: Sinan Kaya --- drivers/iommu/iommu.c | 3 +++ 1 file