Re: [linus:master] [cfi] 8b8ca9c25f: CFI_failure_at_do_basic_setup

From: Alice Ryhl
Date: Wed Oct 30 2024 - 05:54:52 EST


On Wed, Oct 30, 2024 at 10:47 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> On Tue, Oct 29, 2024 at 4:19 PM Sami Tolvanen <samitolvanen@xxxxxxxxxx> wrote:
> >
> > On Tue, Oct 29, 2024 at 2:09 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
> > >
> > > On Mon, Oct 28, 2024 at 6:23 PM Sami Tolvanen <samitolvanen@xxxxxxxxxx> wrote:
> > > >
> > > > 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
> > >
> > > Thanks! Looks like it already landed. Which patch version will it land in?
> >
> > It should be in 19.1.3.
>
> Looking at
> https://github.com/llvm/llvm-project/commits/release/19.x/
>
> it landed after commit 17365dfd2101 ("Bump version to 19.1.3"), so
> does that not mean it will land in 19.1.4? Or does the repository bump
> the version at the beginning of the version range rather than after?

I guess they just don't synchronize the bump with the release. It is
both under the tag and listed on
https://discourse.llvm.org/t/llvm-19-1-3-relased/82829

Alice