diff options
author | Dave Martin <Dave.Martin@arm.com> | 2020-03-16 16:50:44 +0000 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2020-03-16 17:19:48 +0000 |
commit | 00e19ceec80b03a43f626f891fcc53e57919f1b3 (patch) | |
tree | 08bb27b79c08e883803f36eae038ca2c28dc7aec /arch/arm64/kernel/signal.c | |
parent | db751e309ff05461a0c8e114b1238d7a69cc1f18 (diff) | |
download | lwn-00e19ceec80b03a43f626f891fcc53e57919f1b3.tar.gz lwn-00e19ceec80b03a43f626f891fcc53e57919f1b3.zip |
ELF: Add ELF program property parsing support
ELF program properties will be needed for detecting whether to
enable optional architecture or ABI features for a new ELF process.
For now, there are no generic properties that we care about, so do
nothing unless CONFIG_ARCH_USE_GNU_PROPERTY=y.
Otherwise, the presence of properties using the PT_PROGRAM_PROPERTY
phdrs entry (if any), and notify each property to the arch code.
For now, the added code is not used.
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/kernel/signal.c')
0 files changed, 0 insertions, 0 deletions