xref: /kernel/linux/linux-5.10/arch/arm/vdso/note.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/arm/vdso/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2012-2018 ARM Limited
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
68c2ecf20Sopenharmony_ci * Here we can supply some information useful to userland.
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#include <linux/uts.h>
108c2ecf20Sopenharmony_ci#include <linux/version.h>
118c2ecf20Sopenharmony_ci#include <linux/elfnote.h>
128c2ecf20Sopenharmony_ci#include <linux/build-salt.h>
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciELFNOTE32("Linux", 0, LINUX_VERSION_CODE);
158c2ecf20Sopenharmony_ciBUILD_SALT;
16

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