On Fri, Feb 28, 2020 at 05:29:32PM +0100, Jan Beulich wrote: > On 19.02.2020 18:43, Roger Pau Monne wrote: > > --- a/xen/arch/x86/guest/hyperv/hyperv.c > > +++ b/xen/arch/x86/guest/hyperv/hyperv.c > > @@ -199,7 +199,7 @@ static void __init e820_fixup(struct e820map *e820) > > panic("Unable to reserve Hyper-V hypercall range\n"); > > } > > > > -static const struct hypervisor_ops ops = { > > +static const struct hypervisor_ops __initdata ops = { > > This needs to be __initconstrel in order to avoid triggering > (possibly only in the future) section mismatch warnings with > at least some gcc versions. With this and the other instance > adjusted
I can do that when posting a new version, unless you want to pick this earlier and adjust on commit. > Reviewed-by: Jan Beulich <jbeul...@suse.com> Thanks, Roger. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel