Re: [RFC PATCH] powerpc: Add the ppc_capabilities ELF note

2019-08-02 Thread Michael Ellerman
Hi Claudio, Claudio Carvalho writes: > Add the ppc_capabilities ELF note to the powerpc kernel binary. It 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. Apologies for the slow review. I think

[RFC PATCH] powerpc: Add the ppc_capabilities ELF note

2019-07-01 Thread Claudio Carvalho
Add the ppc_capabilities ELF note to the powerpc kernel binary. It 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 Signed-off-by: Claudio Carvalho ---