Re: [PATCH v2 01/17] tracing: probeevent: Fix to support minus offset from symbol

2018-02-21 Thread Masami Hiramatsu
On Wed, 21 Feb 2018 20:53:41 -0500 Steven Rostedt wrote: > On Thu, 22 Feb 2018 08:41:53 +0900 > Masami Hiramatsu wrote: > > > Hi Steve, > > > > Could you pick this separately since this is a bugfix? > > > > Yes definitely. I'll have to run my tests on it too, and I'll send it > as urgent (cur

Re: [PATCH v2 01/17] tracing: probeevent: Fix to support minus offset from symbol

2018-02-21 Thread Steven Rostedt
On Thu, 22 Feb 2018 08:41:53 +0900 Masami Hiramatsu wrote: > Hi Steve, > > Could you pick this separately since this is a bugfix? > Yes definitely. I'll have to run my tests on it too, and I'll send it as urgent (current -rc release). Although you didn't mark it for stable. Which commit does

Re: [PATCH v2 01/17] tracing: probeevent: Fix to support minus offset from symbol

2018-02-21 Thread Masami Hiramatsu
Hi Steve, Could you pick this separately since this is a bugfix? Thank you, On Wed, 21 Feb 2018 23:54:37 +0900 Masami Hiramatsu wrote: > In Documentation/trace/kprobetrace.txt, it says > > @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol) > > However, the parser doe

[PATCH v2 01/17] tracing: probeevent: Fix to support minus offset from symbol

2018-02-21 Thread Masami Hiramatsu
In Documentation/trace/kprobetrace.txt, it says @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol) However, the parser doesn't parse minus offset correctly. This fixes the parser to get minus offset correctly. Signed-off-by: Masami Hiramatsu --- kernel/trace/trace_kpro