linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] powerpc: Enhance error handling with patch_instruction()
@ 2020-04-28 14:03 Naveen N. Rao
  2020-04-28 14:03 ` [PATCH v2 1/2] powerpc/ftrace: Simplify error checking when patching instructions Naveen N. Rao
  2020-04-28 14:03 ` [PATCH v2 2/2] powerpc/kprobes: Check return value of patch_instruction() Naveen N. Rao
  0 siblings, 2 replies; 3+ messages in thread
From: Naveen N. Rao @ 2020-04-28 14:03 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Steven Rostedt

Changes in v2:
- Change macro to use 'goto' instead of 'return'
- Rename macro to indicate use of 'goto'
- Convert more patch_instruction() uses in optprobes to use the new 
  macro.
- Drop 1st patch, which added error checking in do_patch_instruction() 
  since that is being covered in a separate patchset.

v1:
http://lkml.kernel.org/r/cover.1587654213.git.naveen.n.rao@linux.vnet.ibm.com


- Naveen

Naveen N. Rao (2):
  powerpc/ftrace: Simplify error checking when patching instructions
  powerpc/kprobes: Check return value of patch_instruction()

 arch/powerpc/kernel/kprobes.c      |  13 +++-
 arch/powerpc/kernel/optprobes.c    | 109 +++++++++++++++++++++--------
 arch/powerpc/kernel/trace/ftrace.c |  96 +++++++++++++++----------
 3 files changed, 149 insertions(+), 69 deletions(-)


base-commit: 8299da600ad05b8aa0f15ec0f5f03bd40e37d6f0
-- 
2.25.1


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

end of thread, other threads:[~2020-04-28 14:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-28 14:03 [PATCH v2 0/2] powerpc: Enhance error handling with patch_instruction() Naveen N. Rao
2020-04-28 14:03 ` [PATCH v2 1/2] powerpc/ftrace: Simplify error checking when patching instructions Naveen N. Rao
2020-04-28 14:03 ` [PATCH v2 2/2] powerpc/kprobes: Check return value of patch_instruction() Naveen N. Rao

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