linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -tip v2 0/6] kprobes: treewide: Clean up kprobe code
@ 2021-07-11  7:33 Masami Hiramatsu
  2021-07-11  7:33 ` [PATCH -tip v2 1/6] kprobes: treewide: Cleanup the error messages for kprobes Masami Hiramatsu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Masami Hiramatsu @ 2021-07-11  7:33 UTC (permalink / raw)
  To: X86 ML, Ingo Molnar
  Cc: Steven Rostedt, Josh Poimboeuf, Masami Hiramatsu, Daniel Xu,
	linux-kernel, bpf, kuba, mingo, ast, Thomas Gleixner,
	Borislav Petkov, Peter Zijlstra, kernel-team, yhs, linux-ia64,
	Abhishek Sagar, Andrii Nakryiko, Joe Perches

Hi,

Here is the 2nd series of patches to cleanup the kprobes code. Previous
version is here.

 https://lore.kernel.org/bpf/162592891873.1158485.768824457210707916.stgit@devnote2/

This version is just add a cleanup of trace_kprobes to the [6/6], thanks
Joe to find it out!


Thank you,

---

Masami Hiramatsu (6):
      kprobes: treewide: Cleanup the error messages for kprobes
      kprobes: Fix coding style issues
      kprobes: Use IS_ENABLED() instead of kprobes_built_in()
      kprobes: Add assertions for required lock
      kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()
      kprobes: Use bool type for functions which returns boolean value


 arch/arm/probes/kprobes/core.c     |    4 
 arch/arm/probes/kprobes/opt-arm.c  |    7 -
 arch/arm64/kernel/probes/kprobes.c |    5 -
 arch/csky/kernel/probes/kprobes.c  |   10 +
 arch/mips/kernel/kprobes.c         |   11 +
 arch/powerpc/kernel/optprobes.c    |    6 -
 arch/riscv/kernel/probes/kprobes.c |   11 +
 arch/s390/kernel/kprobes.c         |    4 
 arch/x86/kernel/kprobes/opt.c      |    6 -
 include/linux/kprobes.h            |   64 +++----
 kernel/kprobes.c                   |  315 +++++++++++++++++++-----------------
 kernel/trace/trace_kprobe.c        |    2 
 12 files changed, 227 insertions(+), 218 deletions(-)

--
Masami Hiramatsu (Linaro) <mhiramat@kernel.org>

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

end of thread, other threads:[~2021-07-21  9:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-11  7:33 [PATCH -tip v2 0/6] kprobes: treewide: Clean up kprobe code Masami Hiramatsu
2021-07-11  7:33 ` [PATCH -tip v2 1/6] kprobes: treewide: Cleanup the error messages for kprobes Masami Hiramatsu
2021-07-11  7:34 ` [PATCH -tip v2 2/6] kprobes: Fix coding style issues Masami Hiramatsu
2021-07-11  7:34 ` [PATCH -tip v2 3/6] kprobes: Use IS_ENABLED() instead of kprobes_built_in() Masami Hiramatsu
2021-07-11  7:34 ` [PATCH -tip v2 4/6] kprobes: Add assertions for required lock Masami Hiramatsu
2021-07-11  7:35 ` [PATCH -tip v2 5/6] kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe() Masami Hiramatsu
2021-07-11  7:35 ` [PATCH -tip v2 6/6] kprobes: Use bool type for functions which returns boolean value Masami Hiramatsu
2021-07-21  8:42 ` [PATCH -tip v2 0/6] kprobes: treewide: Clean up kprobe code Masami Hiramatsu

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