Re: [PATCH] kbuild: explicitly specify the build id style

From: Masahiro Yamada
Date: Thu Sep 24 2020 - 12:04:31 EST


On Wed, Sep 23, 2020 at 8:21 AM Bill Wendling <morbo@xxxxxxxxxx> 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@xxxxxxxxxx>
> ---
> 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