2023-08-24 08:49:34

by Wei Liu

[permalink] [raw]
Subject: Re: linux-next: Tree for Aug 23 (hyperv)

On Wed, Aug 23, 2023 at 06:45:07PM -0700, Randy Dunlap wrote:
>
>
> On 8/22/23 23:14, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20230822:
> >
>
> on x86_64:
>
> In file included from ../arch/x86/hyperv/hv_init.c:20:
> ../arch/x86/include/asm/mshyperv.h:272:12: warning: 'hv_snp_boot_ap' defined but not used [-Wunused-function]
> 272 | static int hv_snp_boot_ap(int cpu, unsigned long start_ip) { return 0; }
> | ^~~~~~~~~~~~~~
[...]
>
> Full randconfig file is attached.

Thanks for the email.

I think this is already fixed in hyperv-next. In the latest code,
hv_snp_boot_ap in has `inline` attribute.

Thanks,
Wei.

> --
> ~Randy