Re: [RFC PATCH v2 21/21] init: Drop __nocfi from __init

From: Sami Tolvanen
Date: Mon May 16 2022 - 13:17:05 EST


On Sat, May 14, 2022 at 3:03 PM Kees Cook <keescook@xxxxxxxxxxxx> wrote:
>
> On Fri, May 13, 2022 at 01:21:59PM -0700, Sami Tolvanen wrote:
> > It's no longer necessary to disable CFI checking for all __init
> > functions. Drop the __nocfi attribute.
> >
> > Signed-off-by: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
>
> Maybe move this up after patch 11 (the arm64-wide __nocfi removal)?

Yes, that makes sense. I'll move it.

Sami