Re: Patch "perf probe: Accept the instance number of kretprobe event" has been added to the 4.4-stable tree

2020-06-15 Thread Greg KH
On Thu, Jun 11, 2020 at 09:41:54PM -0400, Sasha Levin wrote: > This is a note to let you know that I've just added the patch titled > > perf probe: Accept the instance number of kretprobe event > > to the 4.4-stable tree which can be found at: > > http://www.kernel.org/git/?p=linux/kerne

Re: [PATCH] perf-probe: Accept the instance number of kretprobe event

2020-05-07 Thread Masami Hiramatsu
On Wed, 6 May 2020 13:41:31 -0300 Arnaldo Carvalho de Melo wrote: > Em Wed, May 06, 2020 at 01:17:23PM -0300, Arnaldo Carvalho de Melo escreveu: > > Em Wed, May 06, 2020 at 11:29:12PM +0900, Masami Hiramatsu escreveu: > > > Since the commit 6a13a0d7b4d1 ("ftrace/kprobe: Show the > > > maxactive n

Re: [PATCH] perf-probe: Accept the instance number of kretprobe event

2020-05-06 Thread Arnaldo Carvalho de Melo
Em Wed, May 06, 2020 at 01:17:23PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Wed, May 06, 2020 at 11:29:12PM +0900, Masami Hiramatsu escreveu: > > Since the commit 6a13a0d7b4d1 ("ftrace/kprobe: Show the > > maxactive number on kprobe_events") introduced to show the > > instance number of kretp

Re: [PATCH] perf-probe: Accept the instance number of kretprobe event

2020-05-06 Thread Arnaldo Carvalho de Melo
Em Wed, May 06, 2020 at 11:29:12PM +0900, Masami Hiramatsu escreveu: > Since the commit 6a13a0d7b4d1 ("ftrace/kprobe: Show the > maxactive number on kprobe_events") introduced to show the > instance number of kretprobe events, the length of the 1st > format of the kprobe event will not 1, but it ca

[PATCH] perf-probe: Accept the instance number of kretprobe event

2020-05-06 Thread Masami Hiramatsu
Since the commit 6a13a0d7b4d1 ("ftrace/kprobe: Show the maxactive number on kprobe_events") introduced to show the instance number of kretprobe events, the length of the 1st format of the kprobe event will not 1, but it can be longer. This caused a parser error in perf-probe. Skip the length check