Re: [PATCH] iommu: Fix prototype of iommu_paging_domain_alloc_flags()

From: Jason Gunthorpe
Date: Tue Oct 29 2024 - 07:43:13 EST


On Tue, Oct 29, 2024 at 11:58:49AM +0100, Joerg Roedel wrote:
> From: Joerg Roedel <jroedel@xxxxxxx>
>
> The iommu_paging_domain_alloc_flags() prototype for
> non-iommu kernel configurations lacks the 'static inline'
> prefixes.
>
> Cc: Jason Gunthorpe <jgg@xxxxxxxx>
> Cc: Vasant Hegde <vasant.hegde@xxxxxxx>
> Fixes: 20858d4ebb42 ("iommu: Introduce iommu_paging_domain_alloc_flags()")
> Signed-off-by: Joerg Roedel <jroedel@xxxxxxx>
> ---
> include/linux/iommu.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Lacking 0-day again..

Jason