Re: [PATCH v2 0/9] kprobes: Fix and improve blacklist symbols

2019-02-12 Thread Masami Hiramatsu
On Mon, 11 Feb 2019 14:50:56 +0100 Ingo Molnar wrote: > > * Masami Hiramatsu wrote: > > > Hi Ingo, > > > > Can I ask you to pick this series and Andrea's patch? > > Or would I better update this series on the latest tip/master? > > Yeah, an updated series with Andrea's patch included, agains

Re: [PATCH v2 0/9] kprobes: Fix and improve blacklist symbols

2019-02-11 Thread Ingo Molnar
* Masami Hiramatsu wrote: > Hi Ingo, > > Can I ask you to pick this series and Andrea's patch? > Or would I better update this series on the latest tip/master? Yeah, an updated series with Andrea's patch included, against latest -tip, would be nice. Thanks! Ingo

Re: [PATCH v2 0/9] kprobes: Fix and improve blacklist symbols

2019-02-01 Thread Masami Hiramatsu
Hi Ingo, Can I ask you to pick this series and Andrea's patch? Or would I better update this series on the latest tip/master? Thank you, On Mon, 14 Jan 2019 11:18:10 -0500 Steven Rostedt wrote: > On Sat, 12 Jan 2019 11:25:40 +0900 > Masami Hiramatsu wrote: > > > Hi, > > > > Here is the v2 s

Re: [PATCH v2 0/9] kprobes: Fix and improve blacklist symbols

2019-01-14 Thread Steven Rostedt
On Sat, 12 Jan 2019 11:25:40 +0900 Masami Hiramatsu wrote: > Hi, > > Here is the v2 series of kprobes blacklist bugfix and improvements mainly > on x86 (since I started testing on qemu-x86). > > >From v1, I just removed stable-ml from Cc (but tagged [1/9]) and added > Steve's Ack. Ingo, I ac

Re: [PATCH v2 0/9] kprobes: Fix and improve blacklist symbols

2019-01-13 Thread Masami Hiramatsu
On Sat, 12 Jan 2019 14:33:24 +0100 Andrea Righi wrote: > On Sat, Jan 12, 2019 at 11:25:40AM +0900, Masami Hiramatsu wrote: > ... > > And I found several functions which must be blacklisted. > > - optprobe template code, which is just a template code and > >never be executed. Moreover, since

Re: [PATCH v2 0/9] kprobes: Fix and improve blacklist symbols

2019-01-12 Thread Andrea Righi
On Sat, Jan 12, 2019 at 11:25:40AM +0900, Masami Hiramatsu wrote: ... > And I found several functions which must be blacklisted. > - optprobe template code, which is just a template code and >never be executed. Moreover, since it can be copied and >reused, if we probe it, it modifies the t