Re: [PATCH v2 24/24] iommu: Only log strictness for DMA domains

2021-07-30 Thread Lu Baolu
On 7/28/21 11:58 PM, Robin Murphy wrote: When passthrough is enabled, the default strictness policy becomes irrelevant, since any subsequent runtime override to a DMA domain type now embodies an explicit choice of strictness as well. Save on noise by only logging the default policy when it is

Re: [PATCH v2 24/24] iommu: Only log strictness for DMA domains

2021-07-29 Thread John Garry
On 28/07/2021 16:58, Robin Murphy wrote: When passthrough is enabled, the default strictness policy becomes irrelevant, since any subsequent runtime override to a DMA domain type now embodies an explicit choice of strictness as well. Save on noise by only logging the default policy when it is

[PATCH v2 24/24] iommu: Only log strictness for DMA domains

2021-07-28 Thread Robin Murphy
When passthrough is enabled, the default strictness policy becomes irrelevant, since any subsequent runtime override to a DMA domain type now embodies an explicit choice of strictness as well. Save on noise by only logging the default policy when it is meaningfully in effect. Signed-off-by: Robin