Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <will.deacon@arm.com>
Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

authored by

Laura Abbott and committed by
Masahiro Yamada
efa75c49 b399baaa

+3
+3
arch/arm64/kernel/vdso/note.S
··· 22 22 #include <linux/uts.h> 23 23 #include <linux/version.h> 24 24 #include <linux/elfnote.h> 25 + #include <linux/build-salt.h> 25 26 26 27 ELFNOTE_START(Linux, 0, "a") 27 28 .long LINUX_VERSION_CODE 28 29 ELFNOTE_END 30 + 31 + BUILD_SALT