Re: [linus:master] [cfi] 8b8ca9c25f: CFI_failure_at_do_basic_setup
From: Sami Tolvanen
Date: Mon Oct 28 2024 - 13:23:49 EST
On Mon, Oct 28, 2024 at 8:18 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> On Mon, Oct 28, 2024 at 4:15 PM Sami Tolvanen <samitolvanen@xxxxxxxxxx> wrote:
> >
> > On Mon, Oct 28, 2024 at 1:34 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
> > >
> > > Hmm. This config has:
> > >
> > > CONFIG_CLANG_VERSION=190102
> > >
> > > Sami, is the fix not available as of llvm 19?
> >
> > Looks like llvmorg-19.1.2 doesn't have the fix, which means it won't
> > be available until LLVM 20. :/
>
> It's not going to land in a patch release of llvm 19?
It won't land to 19.x automatically, but I requested a backport:
https://github.com/llvm/llvm-project/pull/113938
Sami