linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] powerpc/kprobes: More fixes
@ 2017-09-22  9:10 Naveen N. Rao
  2017-09-22  9:10 ` [PATCH v2 1/6] powerpc/kprobes: Some cosmetic updates to try_to_emulate() Naveen N. Rao
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Naveen N. Rao @ 2017-09-22  9:10 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Kamalesh Babulal, Masami Hiramatsu, Ananth N Mavinakayanahalli,
	linuxppc-dev

This is v2 of the patches posted at:
http://lkml.kernel.org/r/2bc413d679c563d3ee338c318066777318577ab2.1505336870.git.naveen.n.rao@linux.vnet.ibm.com

Changes:
- No changes in patch 1, 4 and 5.
- Comment updated in patch 2, as suggested by Masami.
- Patch 3 has changes to explicitly call out detection of jprobe in 
  ftrace_caller() and that this is only for KPROBES_ON_FTRACE.

- Naveen

Naveen N. Rao (6):
  powerpc/kprobes: Some cosmetic updates to try_to_emulate()
  powerpc/kprobes: Do not suppress instruction emulation if a single run
    failed
  powerpc/kprobes: Clean up jprobe detection in livepatch handler
  powerpc/kprobes: Fix warnings from __this_cpu_read() on preempt
    kernels
  powerpc/jprobes: Disable preemption when triggered through ftrace
  powerpc/jprobes: Validate break handler invocation as being due to a
    jprobe_return()

 arch/powerpc/include/asm/kprobes.h             |  2 +-
 arch/powerpc/kernel/kprobes-ftrace.c           | 30 ++++++++++++++---
 arch/powerpc/kernel/kprobes.c                  | 45 ++++++++++++++------------
 arch/powerpc/kernel/trace/ftrace_64_mprofile.S |  4 +--
 4 files changed, 53 insertions(+), 28 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2017-10-08  8:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-22  9:10 [PATCH v2 0/6] powerpc/kprobes: More fixes Naveen N. Rao
2017-09-22  9:10 ` [PATCH v2 1/6] powerpc/kprobes: Some cosmetic updates to try_to_emulate() Naveen N. Rao
2017-10-08  8:43   ` [v2, " Michael Ellerman
2017-09-22  9:10 ` [PATCH v2 2/6] powerpc/kprobes: Do not suppress instruction emulation if a single run failed Naveen N. Rao
2017-09-22  9:10 ` [PATCH v2 3/6] powerpc/kprobes: Clean up jprobe detection in livepatch handler Naveen N. Rao
2017-09-22  9:10 ` [PATCH v2 4/6] powerpc/kprobes: Fix warnings from __this_cpu_read() on preempt kernels Naveen N. Rao
2017-09-22  9:10 ` [PATCH v2 5/6] powerpc/jprobes: Disable preemption when triggered through ftrace Naveen N. Rao
2017-09-22  9:10 ` [PATCH v2 6/6] powerpc/jprobes: Validate break handler invocation as being due to a jprobe_return() 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).