Re: [PATCH 1/2] perf probe: Fix concat_probe_trace_events

From: Ravi Bangoria
Date: Mon Mar 20 2017 - 08:45:25 EST




On Wednesday 08 March 2017 02:07 PM, Masami Hiramatsu wrote:
> On Wed, 8 Mar 2017 12:29:07 +0530
> Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxxxxxxx> wrote:
>
>> '*ntevs' contains number of elements present in 'tevs' array. If
>> there are no elements in array, 'tevs2' can be directly assigned
>> to 'tevs' without allocating more space. So the condition should
>> be '*ntevs == 0' not 'ntevs == 0'.
> Oops, good catch!
>
> Acked-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx>

Hi Arnaldo,

Can you please pull this patch.

Thanks,
Ravi