From: Laura Abbott Date: Fri, 6 Jul 2018 00:49:40 +0000 (-0700) Subject: arm64: Add build salt to the vDSO X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=efa75c4923be7fedc00b040116657101f20b3678;p=linux.git arm64: 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. Acked-by: Will Deacon Signed-off-by: Laura Abbott Signed-off-by: Masahiro Yamada --- diff --git a/arch/arm64/kernel/vdso/note.S b/arch/arm64/kernel/vdso/note.S index b82c85e5d9720..e20483b104d90 100644 --- a/arch/arm64/kernel/vdso/note.S +++ b/arch/arm64/kernel/vdso/note.S @@ -22,7 +22,10 @@ #include #include #include +#include ELFNOTE_START(Linux, 0, "a") .long LINUX_VERSION_CODE ELFNOTE_END + +BUILD_SALT