All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
To: Ingo Molnar <mingo@elte.hu>,
	Ananth N Mavinakayanahalli <ananth@in.ibm.com>,
	Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	linux-kernel@vger.kernel.org, yrl.pp-manager.tt@hitachi.com
Subject: [PATCH -tip  0/3] Move kprobes files under the kprobes directory
Date: Fri, 28 Sep 2012 17:15:09 +0900	[thread overview]
Message-ID: <20120928081509.3560.8860.stgit@ltc138.sdl.hitachi.co.jp> (raw)

Hi,

Here are a series of patches to split ftrace-based kprobe part
from arch/x86/kernel/kprobes.c and to move kprobes related
files under arch/x86/kernel/kprobes/, according to Ingo's
suggestion.
https://lkml.org/lkml/2012/9/20/122

Thank you,

---

Masami Hiramatsu (3):
      ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig
      kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c
      kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/


 arch/Kconfig                     |   12 
 arch/x86/Kconfig                 |    2 
 arch/x86/include/asm/ftrace.h    |    1 
 arch/x86/kernel/Makefile         |    3 
 arch/x86/kernel/kprobes-common.h |  102 ---
 arch/x86/kernel/kprobes-opt.c    |  512 -----------------
 arch/x86/kernel/kprobes.c        | 1130 --------------------------------------
 arch/x86/kernel/kprobes/Makefile |    7 
 arch/x86/kernel/kprobes/common.h |  113 ++++
 arch/x86/kernel/kprobes/core.c   | 1064 ++++++++++++++++++++++++++++++++++++
 arch/x86/kernel/kprobes/ftrace.c |   93 +++
 arch/x86/kernel/kprobes/opt.c    |  512 +++++++++++++++++
 include/linux/ftrace.h           |    6 
 include/linux/kprobes.h          |   12 
 kernel/kprobes.c                 |    8 
 kernel/trace/Kconfig             |    8 
 kernel/trace/ftrace.c            |    6 
 kernel/trace/trace_selftest.c    |    2 
 18 files changed, 1824 insertions(+), 1769 deletions(-)
 delete mode 100644 arch/x86/kernel/kprobes-common.h
 delete mode 100644 arch/x86/kernel/kprobes-opt.c
 delete mode 100644 arch/x86/kernel/kprobes.c
 create mode 100644 arch/x86/kernel/kprobes/Makefile
 create mode 100644 arch/x86/kernel/kprobes/common.h
 create mode 100644 arch/x86/kernel/kprobes/core.c
 create mode 100644 arch/x86/kernel/kprobes/ftrace.c
 create mode 100644 arch/x86/kernel/kprobes/opt.c

-- 
Masami Hiramatsu
Linux Technology Center
Hitachi, Ltd., Yokohama Research Laboratory
E-mail: masami.hiramatsu.pt@hitachi.com


             reply	other threads:[~2012-09-28  8:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-28  8:15 Masami Hiramatsu [this message]
2012-09-28  8:15 ` [PATCH -tip 1/3] ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig Masami Hiramatsu
2013-01-24 19:44   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2012-09-28  8:15 ` [PATCH -tip 2/3] kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c Masami Hiramatsu
2013-01-24 19:45   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2012-09-28  8:15 ` [PATCH -tip 3/3] kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/ Masami Hiramatsu
2013-01-24 19:46   ` [tip:perf/core] kprobes/x86: Move kprobes stuff under arch/x86/ kernel/kprobes/ tip-bot for Masami Hiramatsu
2012-09-28 12:34 ` [PATCH -tip 0/3] Move kprobes files under the kprobes directory Steven Rostedt
2012-10-01  2:25   ` Masami Hiramatsu
2012-10-01 16:53     ` Steven Rostedt
2013-01-11 20:43 ` Steven Rostedt
2013-01-15 12:14   ` Masami Hiramatsu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120928081509.3560.8860.stgit@ltc138.sdl.hitachi.co.jp \
    --to=masami.hiramatsu.pt@hitachi.com \
    --cc=a.p.zijlstra@chello.nl \
    --cc=ananth@in.ibm.com \
    --cc=fweisbec@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=rostedt@goodmis.org \
    --cc=tglx@linutronix.de \
    --cc=yrl.pp-manager.tt@hitachi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.