diff mbox series

utilities: kernelscan: add AMD iommu for IVRS errors

Message ID 20190125070914.21259-1-alex.hung@canonical.com
State Accepted
Headers show
Series utilities: kernelscan: add AMD iommu for IVRS errors | expand

Commit Message

Alex Hung Jan. 25, 2019, 7:09 a.m. UTC
Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/utilities/kernelscan.sh | 1 +
 1 file changed, 1 insertion(+)

Comments

Colin Ian King Jan. 25, 2019, 5:08 p.m. UTC | #1
On 25/01/2019 07:09, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  src/utilities/kernelscan.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/utilities/kernelscan.sh b/src/utilities/kernelscan.sh
> index 73e543c5..a5d29d79 100755
> --- a/src/utilities/kernelscan.sh
> +++ b/src/utilities/kernelscan.sh
> @@ -118,6 +118,7 @@ scan_source_file $src/kernel/time/timekeeping.c
>  scan_source_file $src/drivers/watchdog/iTCO_vendor_support.c
>  scan_source_file $src/drivers/watchdog/hpwdt.c
>  scan_source_file $src/drivers/usb/host/pci-quirks.c
> +scan_source_file $src/drivers/iommu/amd_iommu_init.c
>  
>  
>  #
> 

Thanks Alex

Acked-by: Colin Ian King <colin.king@canonical.com>
Ivan Hu Jan. 28, 2019, 8:23 a.m. UTC | #2
On 1/25/19 3:09 PM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>   src/utilities/kernelscan.sh | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/src/utilities/kernelscan.sh b/src/utilities/kernelscan.sh
> index 73e543c5..a5d29d79 100755
> --- a/src/utilities/kernelscan.sh
> +++ b/src/utilities/kernelscan.sh
> @@ -118,6 +118,7 @@ scan_source_file $src/kernel/time/timekeeping.c
>   scan_source_file $src/drivers/watchdog/iTCO_vendor_support.c
>   scan_source_file $src/drivers/watchdog/hpwdt.c
>   scan_source_file $src/drivers/usb/host/pci-quirks.c
> +scan_source_file $src/drivers/iommu/amd_iommu_init.c
>   
>   
>   #
> 

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox series

Patch

diff --git a/src/utilities/kernelscan.sh b/src/utilities/kernelscan.sh
index 73e543c5..a5d29d79 100755
--- a/src/utilities/kernelscan.sh
+++ b/src/utilities/kernelscan.sh
@@ -118,6 +118,7 @@  scan_source_file $src/kernel/time/timekeeping.c
 scan_source_file $src/drivers/watchdog/iTCO_vendor_support.c
 scan_source_file $src/drivers/watchdog/hpwdt.c
 scan_source_file $src/drivers/usb/host/pci-quirks.c
+scan_source_file $src/drivers/iommu/amd_iommu_init.c
 
 
 #