David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2012 ARM Limited |
| 4 | * |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 5 | * Author: Will Deacon <will.deacon@arm.com> |
| 6 | * |
| 7 | * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text. |
| 8 | * Here we can supply some information useful to userland. |
| 9 | */ |
| 10 | |
| 11 | #include <linux/uts.h> |
| 12 | #include <linux/version.h> |
| 13 | #include <linux/elfnote.h> |
| 14 | #include <linux/build-salt.h> |
| 15 | |
| 16 | ELFNOTE_START(Linux, 0, "a") |
| 17 | .long LINUX_VERSION_CODE |
| 18 | ELFNOTE_END |
| 19 | |
| 20 | BUILD_SALT |