linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] MIPS: relocate: Add automatic relocation to CONFIG_RELOCATABLE
@ 2021-04-12 12:28 Jinyang He
  2021-04-12 12:28 ` [PATCH v2 1/5] MIPS: relocate: Only compile relocs when CONFIG_RELOCATABLE is enabled Jinyang He
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jinyang He @ 2021-04-12 12:28 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Paul Burton; +Cc: linux-mips, linux-kernel

1, To get the address the kernel is linked to, use PC-region(static) +
   offset(dynamic) way. See detail at [PATCH v2 3/5]
2, To deal with smp cpu in kernel entry, e.g. cavium-octeon platform,
   move smp cpu handle later than jump to the address kernel linked to.
   See detail at [PATCH v2 4/5]

Jinyang He (5):
  MIPS: relocate: Only compile relocs when CONFIG_RELOCATABLE is enabled
  MIPS: relocate: Use CONFIG_RANDOMIZE_BASE to enable kaslr
  MIPS: Jump to kernel linked address by PC relative way
  MIPS: cavium-octeon: Execute the smp handle after jumping to kernel
    linked address
  MIPS: relocate: Add support to auto relocate kernel

 arch/mips/Makefile                                 |   2 +
 arch/mips/cavium-octeon/smp.c                      |   9 +-
 arch/mips/generic/init.c                           |   4 +-
 arch/mips/include/asm/bootinfo.h                   |   4 +-
 .../asm/mach-cavium-octeon/kernel-entry-init.h     |  24 ++-
 arch/mips/kernel/Makefile                          |   2 +-
 arch/mips/kernel/head.S                            | 185 ++++++++++++++++++++-
 arch/mips/kernel/{relocate.c => kaslr.c}           |  15 --
 8 files changed, 214 insertions(+), 31 deletions(-)
 rename arch/mips/kernel/{relocate.c => kaslr.c} (97%)

-- 
2.1.0


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

end of thread, other threads:[~2021-04-12 12:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12 12:28 [PATCH v2 0/5] MIPS: relocate: Add automatic relocation to CONFIG_RELOCATABLE Jinyang He
2021-04-12 12:28 ` [PATCH v2 1/5] MIPS: relocate: Only compile relocs when CONFIG_RELOCATABLE is enabled Jinyang He
2021-04-12 12:28 ` [PATCH v2 2/5] MIPS: relocate: Use CONFIG_RANDOMIZE_BASE to enable kaslr Jinyang He
2021-04-12 12:28 ` [PATCH v2 3/5] MIPS: Jump to kernel linked address by PC relative way Jinyang He
2021-04-12 12:28 ` [PATCH v2 4/5] MIPS: cavium-octeon: Execute the smp handle after jumping to kernel linked address Jinyang He
2021-04-12 12:28 ` [PATCH v2 5/5] MIPS: relocate: Add support to auto relocate kernel Jinyang He

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