xref: /kernel/linux/linux-5.10/arch/x86/um/vdso/vdso-note.S (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/x86/um/vdso/
18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
38c2ecf20Sopenharmony_ci * Here we can supply some information useful to userland.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#include <linux/uts.h>
78c2ecf20Sopenharmony_ci#include <linux/version.h>
88c2ecf20Sopenharmony_ci#include <linux/elfnote.h>
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciELFNOTE_START(Linux, 0, "a")
118c2ecf20Sopenharmony_ci	.long LINUX_VERSION_CODE
128c2ecf20Sopenharmony_ciELFNOTE_END
13

Indexes created Thu Nov 07 10:32:03 CST 2024