lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YMeAeNwHflP1vsCP@kroah.com>
Date:   Mon, 14 Jun 2021 18:14:48 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     Holger Hoffstätte 
        <holger@...lied-asynchrony.com>
Cc:     linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
        akpm@...ux-foundation.org, linux@...ck-us.net, shuah@...nel.org,
        patches@...nelci.org, lkft-triage@...ts.linaro.org, pavel@...x.de,
        jonathanh@...dia.com, f.fainelli@...il.com, stable@...r.kernel.org,
        Jiri Olsa <jolsa@...nel.org>, Sasha Levin <sashal@...nel.org>
Subject: Re: [PATCH 5.10 000/131] 5.10.44-rc1 review

On Mon, Jun 14, 2021 at 06:11:15PM +0200, Greg Kroah-Hartman wrote:
> On Mon, Jun 14, 2021 at 05:36:45PM +0200, Holger Hoffstätte wrote:
> > On 2021-06-14 12:26, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 5.10.44 release.
> > 
> > Hmm..I build my kernel with BTF for bpftrace and this gives me:
> > 
> > ...
> >   CC      init/version.o
> >   AR      init/built-in.a
> >   LD      vmlinux.o
> >   MODPOST vmlinux.symvers
> >   MODINFO modules.builtin.modinfo
> >   GEN     modules.builtin
> >   LD      .tmp_vmlinux.btf
> >   BTF     .btf.vmlinux.bin.o
> >   LD      .tmp_vmlinux.kallsyms1
> >   KSYMS   .tmp_vmlinux.kallsyms1.S
> >   AS      .tmp_vmlinux.kallsyms1.S
> >   LD      .tmp_vmlinux.kallsyms2
> >   KSYMS   .tmp_vmlinux.kallsyms2.S
> >   AS      .tmp_vmlinux.kallsyms2.S
> >   LD      vmlinux
> >   BTFIDS  vmlinux
> > FAILED unresolved symbol migrate_enable
> > 
> > thanks to:
> > 
> > > Jiri Olsa <jolsa@...nel.org>
> > >      bpf: Add deny list of btf ids check for tracing programs
> > 
> > When I revert this it builds fine, just like before. Maybe a missing
> > requirement or followup fix? I didn't find anything with a quick search.
> > Using gcc-11, if it matters.
> 
> Looks like we need the change that exported this function, let me see if
> it's worth to add that, or to revert this one...

No, that's a mess, and the "bug" this commit was trying to fix, isn't
there for 5.10 as migrate_enable is not a function in 5.10.  So I'll go
drop this patch and push out a -rc2 in a few minutes.

thanks for testing and letting me know.

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ