aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/elfnote.h
AgeCommit message (Collapse)AuthorFilesLines
2019-08-30powerpc: Add PowerPC Capabilities ELF noteClaudio Carvalho1-0/+24
Add the PowerPC name and the PPC_ELFNOTE_CAPABILITIES type in the kernel binary ELF note. This type is a bitmap that can be used to advertise kernel capabilities to userland. This patch also defines PPCCAP_ULTRAVISOR_BIT as being the bit zero. Suggested-by: Paul Mackerras <[email protected]> Signed-off-by: Claudio Carvalho <[email protected]> [ maxiwell: Define the 'PowerPC' type in the elfnote.h ] Signed-off-by: Maxiwell S. Garcia <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]