Re: [PATCH -tip 0/3] kprobes, x86: Move optprobe on top of int3-based instruction patching

2013-07-19 Thread Steven Rostedt
On Thu, 2013-07-18 at 20:47 +0900, Masami Hiramatsu wrote: > Hi, > > Here is a series of kprobes and x86 patches for moving > optprobe (jump optimized kprobe) onto the int3-based > instruction patching (a.k.a. text_poke_bp, introduced by > Jiri Kosina). > > Since this completely moves

Re: [PATCH -tip 0/3] kprobes, x86: Move optprobe on top of int3-based instruction patching

2013-07-19 Thread Steven Rostedt
On Thu, 2013-07-18 at 20:47 +0900, Masami Hiramatsu wrote: Hi, Here is a series of kprobes and x86 patches for moving optprobe (jump optimized kprobe) onto the int3-based instruction patching (a.k.a. text_poke_bp, introduced by Jiri Kosina). Since this completely moves text_poke_smp*

Re: [PATCH -tip 0/3] kprobes, x86: Move optprobe on top of int3-based instruction patching

2013-07-18 Thread Jiri Kosina
On Thu, 18 Jul 2013, Masami Hiramatsu wrote: > Hi, > > Here is a series of kprobes and x86 patches for moving > optprobe (jump optimized kprobe) onto the int3-based > instruction patching (a.k.a. text_poke_bp, introduced by > Jiri Kosina). > > Since this completely moves text_poke_smp* user to

[PATCH -tip 0/3] kprobes, x86: Move optprobe on top of int3-based instruction patching

2013-07-18 Thread Masami Hiramatsu
Hi, Here is a series of kprobes and x86 patches for moving optprobe (jump optimized kprobe) onto the int3-based instruction patching (a.k.a. text_poke_bp, introduced by Jiri Kosina). Since this completely moves text_poke_smp* user to new text_poke_bp, I also remove the old text_poke_smp* code

[PATCH -tip 0/3] kprobes, x86: Move optprobe on top of int3-based instruction patching

2013-07-18 Thread Masami Hiramatsu
Hi, Here is a series of kprobes and x86 patches for moving optprobe (jump optimized kprobe) onto the int3-based instruction patching (a.k.a. text_poke_bp, introduced by Jiri Kosina). Since this completely moves text_poke_smp* user to new text_poke_bp, I also remove the old text_poke_smp* code

Re: [PATCH -tip 0/3] kprobes, x86: Move optprobe on top of int3-based instruction patching

2013-07-18 Thread Jiri Kosina
On Thu, 18 Jul 2013, Masami Hiramatsu wrote: Hi, Here is a series of kprobes and x86 patches for moving optprobe (jump optimized kprobe) onto the int3-based instruction patching (a.k.a. text_poke_bp, introduced by Jiri Kosina). Since this completely moves text_poke_smp* user to new