Re: [PATCH 5.15 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y

2023-02-23 Thread Tom Saeger
On Thu, Feb 23, 2023 at 10:55:39AM +0100, Greg Kroah-Hartman wrote: > On Fri, Feb 10, 2023 at 01:18:39PM -0700, Tom Saeger wrote: > > Build ID is missing for arm64 with CONFIG_MODVERSIONS=y using ld >= 2.36 > > on 5.4, 5.10, and 5.15 > > > > Backport BuildID fixes. > > I do not understand why you

Re: [PATCH 5.15 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y

2023-02-23 Thread Greg Kroah-Hartman
On Fri, Feb 10, 2023 at 01:18:39PM -0700, Tom Saeger wrote: > Build ID is missing for arm64 with CONFIG_MODVERSIONS=y using ld >= 2.36 > on 5.4, 5.10, and 5.15 > > Backport BuildID fixes. I do not understand why you are applying patches from 6.2 that "fix" something that is not in this kernel (or

[PATCH 5.15 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y

2023-02-10 Thread Tom Saeger
Build ID is missing for arm64 with CONFIG_MODVERSIONS=y using ld >= 2.36 on 5.4, 5.10, and 5.15 Backport BuildID fixes. I've build tested this on {x86_64, arm64, riscv, powerpc, s390, sh}. # view Build ID $ readelf -n vmlinux | grep "Build ID" Changes for v2: - rebase 5/5 c1c551bebf92 ("sh: