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

2020-09-24 Thread Masahiro Yamada
On Wed, Sep 23, 2020 at 8:21 AM Bill Wendling 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 > --- > Makefile

[PATCH] kbuild: explicitly specify the build id style

2020-09-24 Thread Sedat Dilek
[ Please CC me I am not subscribed to all MLs ] [ CC Sami ] Hi Bill, I have tested your patch on top of Sami's latest clang-cfi Git branch. Feel free to add... Tested-by: Sedat Dilek # LLVM toolchain version 11.0.0-rc3 on x86-64 Thanks for the patch. Regards, - Sedat -

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

2020-09-22 Thread David Miller
From: Bill Wendling Date: Tue, 22 Sep 2020 16:21:40 -0700 > 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 Acked-by: David S. Miller