On 11.12.2023 15:54, Federico Serafini wrote: > --- a/xen/include/xen/linux-compat.h > +++ b/xen/include/xen/linux-compat.h > @@ -16,5 +16,6 @@ typedef uint8_t __u8; > typedef int16_t __s16; > typedef int32_t __s32; > typedef int64_t __s64; > +typedef paddr_t phys_addr_t;
Nit: Wants a blank line above the addition. If no need for a v2 arises, I'd be happy to adjust on commit. > > #endif /* __XEN_LINUX_COMPAT_H__ */ Acked-by: Jan Beulich <jbeul...@suse.com> Jan