On 15.05.2024 11:06, Sergiy Kibrik wrote: > --- a/xen/arch/x86/mm/p2m.c > +++ b/xen/arch/x86/mm/p2m.c > @@ -500,7 +500,7 @@ int p2m_alloc_table(struct p2m_domain *p2m) > return 0; > } > > -static int __must_check > +int __must_check > p2m_remove_entry(struct p2m_domain *p2m, gfn_t gfn, mfn_t mfn, > unsigned int page_order)
With there now being a separate declaration, __must_check doesn't need repeating here. Then Acked-by: Jan Beulich <jbeul...@suse.com> I'll see whether this applies okay ahead of the earlier patches; if it does, I'll commit it with said adjustment. Jan