Re: [RFC PATCH v2 01/21] efi/libstub: Filter out CC_FLAGS_CFI

From: Sami Tolvanen
Date: Mon May 16 2022 - 11:45:02 EST


On Sat, May 14, 2022 at 2:42 PM Kees Cook <keescook@xxxxxxxxxxxx> wrote:
>
> On Fri, May 13, 2022 at 01:21:39PM -0700, Sami Tolvanen wrote:
> > Explicitly filter out CC_FLAGS_CFI in preparation for the flags being
> > removed from CC_FLAGS_LTO.
> >
> > Signed-off-by: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
>
> Is it worth merging all the "existing" CC_FLAGS_LTO/CFI splits into a
> single patch? Either way:

Sure, I can merge them in the next version.

Sami