linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] powerpc: Add PowerPC Capabilities ELF note
@ 2019-08-29 15:50 Maxiwell S. Garcia
  2019-08-29 15:50 ` [PATCH v2 1/2] " Maxiwell S. Garcia
  2019-08-29 15:50 ` [PATCH v2 2/2] docs: powerpc: Add ELF note documentation Maxiwell S. Garcia
  0 siblings, 2 replies; 4+ messages in thread
From: Maxiwell S. Garcia @ 2019-08-29 15:50 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: linux-arch, andmike, linuxram, linux-kernel, kvm-ppc, cclaudio,
	Maxiwell S. Garcia, bauerman

The first patch adds 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.

The second patch adds a new documentation file to detail the
ELF Note PowerPC namespace and the PPC_ELFNOTE_CAPABILITIES type.

V2:
* Create the header arch/powerpc/include/asm/elfnote.h with the
  new type PPC_ELFNOTE_CAPABILITIES
* Add documentation file in powerpc dir

Claudio Carvalho (1):
  powerpc: Add PowerPC Capabilities ELF note

Maxiwell S. Garcia (1):
  docs: powerpc: Add ELF note documentation

 Documentation/powerpc/elfnote.rst  | 42 ++++++++++++++++++++++++++++++
 arch/powerpc/include/asm/elfnote.h | 24 +++++++++++++++++
 arch/powerpc/kernel/Makefile       |  2 +-
 arch/powerpc/kernel/note.S         | 40 ++++++++++++++++++++++++++++
 4 files changed, 107 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/powerpc/elfnote.rst
 create mode 100644 arch/powerpc/include/asm/elfnote.h
 create mode 100644 arch/powerpc/kernel/note.S

-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-02  3:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-29 15:50 [PATCH v2 0/2] powerpc: Add PowerPC Capabilities ELF note Maxiwell S. Garcia
2019-08-29 15:50 ` [PATCH v2 1/2] " Maxiwell S. Garcia
2019-09-02  3:06   ` Michael Ellerman
2019-08-29 15:50 ` [PATCH v2 2/2] docs: powerpc: Add ELF note documentation Maxiwell S. Garcia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).