From: Bastian Blank Date: Thu, 18 Jun 2026 16:12:21 +0000 (+0200) Subject: mips: Add build salt to the vDSO X-Git-Tag: v7.2-rc2~8^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9e0237d2eb5f1e35f500cfa1a82a242b7c8686c;p=thirdparty%2Fkernel%2Flinux.git mips: 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: Bastian Blank Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/vdso/elf.S b/arch/mips/vdso/elf.S index a25cb147f1caa..821fcffe76550 100644 --- a/arch/mips/vdso/elf.S +++ b/arch/mips/vdso/elf.S @@ -8,6 +8,7 @@ #include +#include #include #include @@ -15,6 +16,8 @@ ELFNOTE_START(Linux, 0, "a") .long LINUX_VERSION_CODE ELFNOTE_END +BUILD_SALT + /* * The .MIPS.abiflags section must be defined with the FP ABI flags set * to 'any' to be able to link with both old and new libraries.