Skip to content

Commit 7d5c2f6

Browse files
Bastian BlankVasily Gorbik
authored andcommitted
s390: 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 <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>
1 parent 575f87b commit 7d5c2f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/s390/kernel/vdso/note.S

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
* Here we can supply some information useful to userland.
55
*/
66

7+
#include <linux/build-salt.h>
78
#include <linux/uts.h>
89
#include <linux/version.h>
910
#include <linux/elfnote.h>
1011

1112
ELFNOTE_START(Linux, 0, "a")
1213
.long LINUX_VERSION_CODE
1314
ELFNOTE_END
15+
16+
BUILD_SALT

0 commit comments

Comments
 (0)