From: Laura Abbott Date: Fri, 6 Jul 2018 00:49:39 +0000 (-0700) Subject: powerpc: Add build salt to the vDSO X-Git-Tag: v4.19-rc1~144^2~35 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b399baaaf7522750eab0c2a6b9f0dc511d878dd6;p=users%2Fjedix%2Flinux-maple.git powerpc: Add build salt to the vDSO The vDSO needs to have a unique build id in a similar manner to the kernel and modules. Use the build salt macro. Signed-off-by: Laura Abbott Signed-off-by: Masahiro Yamada --- diff --git a/arch/powerpc/kernel/vdso32/note.S b/arch/powerpc/kernel/vdso32/note.S index d4b5be4f3d5fc..227a7327399e6 100644 --- a/arch/powerpc/kernel/vdso32/note.S +++ b/arch/powerpc/kernel/vdso32/note.S @@ -5,6 +5,7 @@ #include #include +#include #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ .section name, flags; \ @@ -23,3 +24,5 @@ ASM_ELF_NOTE_BEGIN(".note.kernel-version", "a", UTS_SYSNAME, 0) .long LINUX_VERSION_CODE ASM_ELF_NOTE_END + +BUILD_SALT