Re: [PATCH -tip ] [BUGFIX] perf probe: fix to initialize fname always before use it

2013-10-11 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 11, 2013 at 09:31:47PM +0900, Masami Hiramatsu escreveu: > Hi Arnaldo, > > I've found a bug in my previous patch which was already picked > in the perf/urgent branch. The buggy commit id is > > e08cfd4bda7683cdbe6971c26cf23e2afdb1e7a8 > > And this is not related to the previous serie

Re: [PATCH -tip ] [BUGFIX] perf probe: fix to initialize fname always before use it

2013-10-11 Thread Masami Hiramatsu
Hi Arnaldo, I've found a bug in my previous patch which was already picked in the perf/urgent branch. The buggy commit id is e08cfd4bda7683cdbe6971c26cf23e2afdb1e7a8 And this is not related to the previous series of perf probe updates. Thank you, (2013/10/11 21:23), Masami Hiramatsu wrote: > F

[PATCH -tip ] [BUGFIX] perf probe: fix to initialize fname always before use it

2013-10-11 Thread Masami Hiramatsu
Fix perf probe --list to initialize fname local var always before use it. This may cause a SEGV if there is a probe which is in the function body but not in any inline function. Signed-off-by: Masami Hiramatsu Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo