On Mon, 2022-10-03 at 11:04 -0700, Kees Cook wrote: > On Thu, Sep 29, 2022 at 03:29:04PM -0700, Rick Edgecombe wrote: > > [...] > > -#ifdef CONFIG_X86_KERNEL_IBT > > +#if defined(CONFIG_X86_KERNEL_IBT) || > > defined(CONFIG_X86_SHADOW_STACK) > > This pattern is repeated several times. Perhaps there needs to be a > CONFIG_X86_CET to make this more readable? Really just a style > question. Hmm, good idea. Thanks.