Re: [PATCH] iommu/amd: Print extended features in one line to fix divergent log levels

2020-06-30 Thread Jörg Rödel
On Wed, Jun 17, 2020 at 12:04:20AM +0200, Paul Menzel wrote: > drivers/iommu/amd_iommu_init.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. ___ iommu mailing list iommu@lists.linux-foundation.org

Re: [PATCH] iommu/amd: Print extended features in one line to fix divergent log levels

2020-06-17 Thread Suravee Suthikulpanit
On 6/17/20 5:04 AM, Paul Menzel wrote: Currently, Linux logs the two messages below. [0.979142] pci :00:00.2: AMD-Vi: Extended features (0xf77ef22294ada): [0.979546] PPR NX GT IA GA PC GA_vAPIC The log level of these lines differs though. The first one has level

[PATCH] iommu/amd: Print extended features in one line to fix divergent log levels

2020-06-16 Thread Paul Menzel
Currently, Linux logs the two messages below. [0.979142] pci :00:00.2: AMD-Vi: Extended features (0xf77ef22294ada): [0.979546] PPR NX GT IA GA PC GA_vAPIC The log level of these lines differs though. The first one has level *info*, while the second has level *warn*, which