Re: [PATCH -tip v2 0/3] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts

2014-06-19 Thread Masami Hiramatsu
(2014/06/19 23:18), Josh Poimboeuf wrote: > On Thu, Jun 19, 2014 at 02:03:31PM +0900, Masami Hiramatsu wrote: >> (2014/06/19 11:08), Josh Poimboeuf wrote: >>> On Tue, Jun 17, 2014 at 11:04:36AM +, Masami Hiramatsu wrote: Hi, Here is the version 2 of the series of patches which

Re: [PATCH -tip v2 0/3] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts

2014-06-19 Thread Josh Poimboeuf
On Thu, Jun 19, 2014 at 02:03:31PM +0900, Masami Hiramatsu wrote: > (2014/06/19 11:08), Josh Poimboeuf wrote: > > On Tue, Jun 17, 2014 at 11:04:36AM +, Masami Hiramatsu wrote: > >> Hi, > >> > >> Here is the version 2 of the series of patches which introduces > >> IPMODIFY flag for ftrace_ops

Re: [PATCH -tip v2 0/3] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts

2014-06-19 Thread Josh Poimboeuf
On Thu, Jun 19, 2014 at 02:03:31PM +0900, Masami Hiramatsu wrote: (2014/06/19 11:08), Josh Poimboeuf wrote: On Tue, Jun 17, 2014 at 11:04:36AM +, Masami Hiramatsu wrote: Hi, Here is the version 2 of the series of patches which introduces IPMODIFY flag for ftrace_ops to detect

Re: [PATCH -tip v2 0/3] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts

2014-06-19 Thread Masami Hiramatsu
(2014/06/19 23:18), Josh Poimboeuf wrote: On Thu, Jun 19, 2014 at 02:03:31PM +0900, Masami Hiramatsu wrote: (2014/06/19 11:08), Josh Poimboeuf wrote: On Tue, Jun 17, 2014 at 11:04:36AM +, Masami Hiramatsu wrote: Hi, Here is the version 2 of the series of patches which introduces

Re: Re: [PATCH -tip v2 0/3] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts

2014-06-18 Thread Masami Hiramatsu
(2014/06/19 11:08), Josh Poimboeuf wrote: > On Tue, Jun 17, 2014 at 11:04:36AM +, Masami Hiramatsu wrote: >> Hi, >> >> Here is the version 2 of the series of patches which introduces >> IPMODIFY flag for ftrace_ops to detect conflicts of ftrace users >> who can modify regs->ip in their

Re: [PATCH -tip v2 0/3] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts

2014-06-18 Thread Josh Poimboeuf
On Tue, Jun 17, 2014 at 11:04:36AM +, Masami Hiramatsu wrote: > Hi, > > Here is the version 2 of the series of patches which introduces > IPMODIFY flag for ftrace_ops to detect conflicts of ftrace users > who can modify regs->ip in their handler. > In this version, I fixed some bugs in

Re: [PATCH -tip v2 0/3] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts

2014-06-18 Thread Josh Poimboeuf
On Tue, Jun 17, 2014 at 11:04:36AM +, Masami Hiramatsu wrote: Hi, Here is the version 2 of the series of patches which introduces IPMODIFY flag for ftrace_ops to detect conflicts of ftrace users who can modify regs-ip in their handler. In this version, I fixed some bugs in previous

Re: Re: [PATCH -tip v2 0/3] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts

2014-06-18 Thread Masami Hiramatsu
(2014/06/19 11:08), Josh Poimboeuf wrote: On Tue, Jun 17, 2014 at 11:04:36AM +, Masami Hiramatsu wrote: Hi, Here is the version 2 of the series of patches which introduces IPMODIFY flag for ftrace_ops to detect conflicts of ftrace users who can modify regs-ip in their handler. In this

Re: [PATCH -tip v2 0/3] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts

2014-06-17 Thread Masami Hiramatsu
(2014/06/17 20:04), Masami Hiramatsu wrote: > Hi, > > Here is the version 2 of the series of patches which introduces > IPMODIFY flag for ftrace_ops to detect conflicts of ftrace users > who can modify regs->ip in their handler. > In this version, I fixed some bugs in previous version and > added

Re: [PATCH -tip v2 0/3] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts

2014-06-17 Thread Masami Hiramatsu
(2014/06/17 20:04), Masami Hiramatsu wrote: Hi, Here is the version 2 of the series of patches which introduces IPMODIFY flag for ftrace_ops to detect conflicts of ftrace users who can modify regs-ip in their handler. In this version, I fixed some bugs in previous version and added a patch