Re: [PATCH 1/1] iommu/vt-d: Report more information about invalidation errors

From: Joerg Roedel
Date: Thu Mar 18 2021 - 06:30:28 EST


On Thu, Mar 18, 2021 at 08:53:40AM +0800, Lu Baolu wrote:
> When the invalidation queue errors are encountered, dump the information
> logged by the VT-d hardware together with the pending queue invalidation
> descriptors.
>
> Signed-off-by: Ashok Raj <ashok.raj@xxxxxxxxx>
> Tested-by: Guo Kaijie <Kaijie.Guo@xxxxxxxxx>
> Signed-off-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
> ---
> drivers/iommu/intel/dmar.c | 68 ++++++++++++++++++++++++++++++++++---
> include/linux/intel-iommu.h | 6 ++++
> 2 files changed, 70 insertions(+), 4 deletions(-)

Applied, thanks.