linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] powerpc/64: Option to use ELF V2 ABI for big-endian
@ 2021-06-11  9:39 Nicholas Piggin
  2021-06-11  9:39 ` [PATCH v4 1/2] module: add elf_check_module_arch for module specific elf arch checks Nicholas Piggin
  2021-06-11  9:39 ` [PATCH v4 2/2] powerpc/64: Option to use ELF V2 ABI for big-endian kernels Nicholas Piggin
  0 siblings, 2 replies; 17+ messages in thread
From: Nicholas Piggin @ 2021-06-11  9:39 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: Nicholas Piggin, linux-kernel, Jessica Yu, Michal Suchánek

Since v3 I added Michael's module check for ELF ABI level. This requires
a change to core module code. If Jessica is happy with it it could go
via the powerpc tree.

Thanks,
Nick

Nicholas Piggin (2):
  module: add elf_check_module_arch for module specific elf arch checks
  powerpc/64: Option to use ELF V2 ABI for big-endian kernels

 arch/powerpc/Kconfig                | 22 ++++++++++++++++++++++
 arch/powerpc/Makefile               | 18 ++++++++++++------
 arch/powerpc/boot/Makefile          |  4 +++-
 arch/powerpc/include/asm/module.h   | 24 ++++++++++++++++++++++++
 arch/powerpc/kernel/vdso64/Makefile | 13 +++++++++++++
 drivers/crypto/vmx/Makefile         |  8 ++++++--
 drivers/crypto/vmx/ppc-xlate.pl     | 10 ++++++----
 include/linux/moduleloader.h        |  5 +++++
 kernel/module.c                     |  2 +-
 9 files changed, 92 insertions(+), 14 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2021-06-17  5:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11  9:39 [PATCH v4 0/2] powerpc/64: Option to use ELF V2 ABI for big-endian Nicholas Piggin
2021-06-11  9:39 ` [PATCH v4 1/2] module: add elf_check_module_arch for module specific elf arch checks Nicholas Piggin
2021-06-14 12:06   ` Jessica Yu
2021-06-15  2:05     ` Nicholas Piggin
2021-06-15 12:17       ` Jessica Yu
2021-06-15 12:50         ` Segher Boessenkool
2021-06-15 13:41           ` Jessica Yu
2021-06-15 14:30             ` Segher Boessenkool
2021-06-16  2:39               ` Michael Ellerman
2021-06-16  1:18         ` Nicholas Piggin
2021-06-16 12:54           ` Jessica Yu
2021-06-17  5:21             ` Nicholas Piggin
2021-06-16  2:37         ` Michael Ellerman
2021-06-16 13:49           ` Jessica Yu
2021-06-11  9:39 ` [PATCH v4 2/2] powerpc/64: Option to use ELF V2 ABI for big-endian kernels Nicholas Piggin
2021-06-11  9:58   ` Michal Suchánek
2021-06-11 10:20     ` Michal Suchánek

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).