linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/5] Use per-CPU temporary mappings for patching on Radix MMU
@ 2021-11-10  0:37 Jordan Niethe
  2021-11-10  0:37 ` [PATCH v7 1/5] powerpc: Allow clearing and restoring registers independent of saved breakpoint state Jordan Niethe
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jordan Niethe @ 2021-11-10  0:37 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Jordan Niethe, cmr

This is a revision of Chris' series to introduces a per cpu temporary mm to be
used for patching with strict rwx on radix mmus.

The previous version of the series is here:
https://lore.kernel.org/linuxppc-dev/20210911022904.30962-1-cmr@bluescreens.de/

v7: - introduce helper functions for clearing and restoring breakpoint
      registers when using the temporary mm
    - use a new patch_instruction_mm() function instead of needing repeated
      conditionals and a struct to save state to work within
      do_patch_instruction() 
    - include a ptesync after setting the pte

Christopher M. Riedl (4):
  powerpc/64s: Introduce temporary mm for Radix MMU
  powerpc: Rework and improve STRICT_KERNEL_RWX patching
  powerpc: Use WARN_ON and fix check in poking_init
  powerpc/64s: Initialize and use a temporary mm for patching on Radix

Jordan Niethe (1):
  powerpc: Allow clearing and restoring registers independent of saved
    breakpoint state

 arch/powerpc/include/asm/debug.h |   2 +
 arch/powerpc/kernel/process.c    |  36 ++++++-
 arch/powerpc/lib/code-patching.c | 162 +++++++++++++++++++++++++++----
 3 files changed, 176 insertions(+), 24 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-03-14 23:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-10  0:37 [PATCH v7 0/5] Use per-CPU temporary mappings for patching on Radix MMU Jordan Niethe
2021-11-10  0:37 ` [PATCH v7 1/5] powerpc: Allow clearing and restoring registers independent of saved breakpoint state Jordan Niethe
2021-11-10  0:37 ` [PATCH v7 2/5] powerpc/64s: Introduce temporary mm for Radix MMU Jordan Niethe
2021-11-10  0:37 ` [PATCH v7 3/5] powerpc: Rework and improve STRICT_KERNEL_RWX patching Jordan Niethe
2022-03-12  7:30   ` Christophe Leroy
2022-03-14 23:01     ` Jordan Niethe
2021-11-10  0:37 ` [PATCH v7 4/5] powerpc: Use WARN_ON and fix check in poking_init Jordan Niethe
2021-11-10  0:37 ` [PATCH v7 5/5] powerpc/64s: Initialize and use a temporary mm for patching on Radix Jordan Niethe

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