Re: [PATCH v2 1/2] powerpc: Add PowerPC Capabilities ELF note

From: Michael Ellerman
Date: Sun Sep 01 2019 - 23:06:27 EST


On Thu, 2019-08-29 at 15:50:20 UTC, "Maxiwell S. Garcia" wrote:
> From: Claudio Carvalho <cclaudio@xxxxxxxxxxxxx>
>
> 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 <paulus@xxxxxxxxxx>
> Signed-off-by: Claudio Carvalho <cclaudio@xxxxxxxxxxxxx>
> [ maxiwell: Define the 'PowerPC' type in the elfnote.h ]
> Signed-off-by: Maxiwell S. Garcia <maxiwell@xxxxxxxxxxxxx>

Series applied to powerpc topic/ppc-kvm, thanks.

https://git.kernel.org/powerpc/c/70ed86f4de5bd74dd2d884dcd2f3275c4cfe665f

cheers