]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kbuild: explicitly specify the build id style
authorBill Wendling <morbo@google.com>
Tue, 22 Sep 2020 23:21:40 +0000 (16:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Nov 2020 18:22:07 +0000 (19:22 +0100)
commit6809b33291367c07ccaab29c4e366b762b832fe3
tree6da50c2ce1854bc808055888c51fdc96398f1294
parentf2ab81646a112bba0451ed401388614e9502ceb0
kbuild: explicitly specify the build id style

[ Upstream commit a968433723310f35898b4a2f635a7991aeef66b1 ]

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@google.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Makefile
arch/arm/vdso/Makefile
arch/arm64/kernel/vdso/Makefile
arch/arm64/kernel/vdso32/Makefile
arch/mips/vdso/Makefile
arch/riscv/kernel/vdso/Makefile
arch/s390/kernel/vdso64/Makefile
arch/sparc/vdso/Makefile
arch/x86/entry/vdso/Makefile
tools/testing/selftests/bpf/Makefile