]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
s390: Add build salt to the vDSO
authorBastian Blank <waldi@debian.org>
Thu, 18 Jun 2026 16:12:42 +0000 (18:12 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 8 Jul 2026 15:02:48 +0000 (17:02 +0200)
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 <waldi@debian.org>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/vdso/note.S

index db19d0680a0afdf34b85eddf418a7e822dcad0a7..d215781f26b5864c3831aa776cc4f338d0488016 100644 (file)
@@ -4,6 +4,7 @@
  * Here we can supply some information useful to userland.
  */
 
+#include <linux/build-salt.h>
 #include <linux/uts.h>
 #include <linux/version.h>
 #include <linux/elfnote.h>
@@ -11,3 +12,5 @@
 ELFNOTE_START(Linux, 0, "a")
        .long LINUX_VERSION_CODE
 ELFNOTE_END
+
+BUILD_SALT