xref: /linux/arch/s390/kernel/vdso/note.S (revision a50eba1e778ad4da5b6f9ddbbf57dabbea59bc05)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
4 * Here we can supply some information useful to userland.
5 */
6
7#include <linux/build-salt.h>
8#include <linux/uts.h>
9#include <linux/version.h>
10#include <linux/elfnote.h>
11
12ELFNOTE_START(Linux, 0, "a")
13	.long LINUX_VERSION_CODE
14ELFNOTE_END
15
16BUILD_SALT
17