On Tue, Mar 16, 2021 at 08:10:39AM -0700, Yu-cheng Yu wrote: > +#ifdef CONFIG_X86_CET > +# define VM_SHSTK VM_HIGH_ARCH_5 > +#else > +# define VM_SHSTK VM_NONE > +#endif > + Why not VM_SHADOW_STACK? Random reader may think SH stands for SHARED or something. -- Kirill A. Shutemov