[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <84803c36-c29c-09a2-8731-af85ffdf26aa@infradead.org>
Date: Sat, 30 Jan 2021 09:42:41 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Lu Baolu <baolu.lu@...ux.intel.com>, Joerg Roedel <joro@...tes.org>
Cc: iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org,
kernel test robot <lkp@...el.com>
Subject: Re: [PATCH 1/1] iommu/vt-d: Fix compile error
[-Werror=implicit-function-declaration]
On 1/30/21 7:19 AM, Lu Baolu wrote:
> trace_qi_submit() could be used when interrupt remapping is supported,
> but DMA remapping is not. In this case, the following compile error
> occurs.
>
> ../drivers/iommu/intel/dmar.c: In function 'qi_submit_sync':
> ../drivers/iommu/intel/dmar.c:1311:3: error: implicit declaration of function 'trace_qi_submit';
> did you mean 'ftrace_nmi_exit'? [-Werror=implicit-function-declaration]
> trace_qi_submit(iommu, desc[i].qw0, desc[i].qw1,
> ^~~~~~~~~~~~~~~
> ftrace_nmi_exit
>
> Fixes: f2dd871799ba5 ("iommu/vt-d: Add qi_submit trace event")
> Reported-by: kernel test robot <lkp@...el.com>
> Reported-by: Randy Dunlap <rdunlap@...radead.org>
> Signed-off-by: Lu Baolu <baolu.lu@...ux.intel.com>
> ---
> drivers/iommu/intel/Makefile | 2 +-
> drivers/iommu/intel/iommu.c | 1 -
> include/trace/events/intel_iommu.h | 2 --
> 3 files changed, 1 insertion(+), 4 deletions(-)
Acked-by: Randy Dunlap <rdunlap@...radead.org> # build-tested
Thanks.
--
~Randy
Powered by blists - more mailing lists