[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNATjf+bVqkkoZgwu9sr-A+VXxEnW_R8nEwmH=aDEU6NAQw@mail.gmail.com>
Date: Fri, 25 Sep 2020 01:03:19 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Bill Wendling <morbo@...gle.com>
Cc: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Andy Lutomirski <luto@...nel.org>,
Michal Marek <michal.lkml@...kovi.net>,
Catalin Marinas <catalin.marinas@....com>,
"David S . Miller" <davem@...emloft.net>,
Will Deacon <will@...nel.org>,
"H . Peter Anvin" <hpa@...or.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
linux-mips@...r.kernel.org,
"open list:SIFIVE DRIVERS" <linux-riscv@...ts.infradead.org>,
linux-s390 <linux-s390@...r.kernel.org>,
sparclinux <sparclinux@...r.kernel.org>,
bpf <bpf@...r.kernel.org>,
"open list:KERNEL SELFTEST FRAMEWORK"
<linux-kselftest@...r.kernel.org>,
Networking <netdev@...r.kernel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Nathan Chancellor <natechancellor@...il.com>
Subject: Re: [PATCH] kbuild: explicitly specify the build id style
On Wed, Sep 23, 2020 at 8:21 AM Bill Wendling <morbo@...gle.com> wrote:
>
> ld's --build-id defaults to "sha1" style, while lld defaults to "fast".
> The build IDs are very different between the two, which may confuse
> programs that reference them.
>
> Signed-off-by: Bill Wendling <morbo@...gle.com>
> ---
> Makefile | 4 ++--
> arch/arm/vdso/Makefile | 2 +-
> arch/arm64/kernel/vdso/Makefile | 2 +-
> arch/arm64/kernel/vdso32/Makefile | 2 +-
> arch/mips/vdso/Makefile | 2 +-
> arch/riscv/kernel/vdso/Makefile | 2 +-
> arch/s390/kernel/vdso64/Makefile | 2 +-
> arch/sparc/vdso/Makefile | 2 +-
> arch/x86/entry/vdso/Makefile | 2 +-
> tools/testing/selftests/bpf/Makefile | 2 +-
> 10 files changed, 11 insertions(+), 11 deletions(-)
Applied to linux-kbuild.
Thanks.
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists