On 07.09.2023 11:32, Oleksii Kurochko wrote: > --- /dev/null > +++ b/xen/include/asm-generic/vm_event.h > @@ -0,0 +1,55 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > +/* > + * vm_event.h: stubs for architecture specific vm_event handling routines > + * > + * Copyright (c) 2015 Tamas K Lengyel ([email protected])
Tamas is the maintainer of these files (no matter where they live), so please make sure to Cc him in order to get his ack. > + */ > + > +#ifndef __ASM_STUB_VM_EVENT_H__ > +#define __ASM_STUB_VM_EVENT_H__ Nit: s/STUB/GENERIC/ ? Jan
