Re: [PATCH 2/2] perf tools: Fix fault in error patch of intel_pt_process_auxtrace_info()

From: Arnaldo Carvalho de Melo
Date: Tue Feb 02 2016 - 10:52:36 EST


Em Tue, Feb 02, 2016 at 12:24:19PM +0200, Adrian Hunter escreveu:
> This patch does not fix the problem because the thread__zput() will still
> segfault later if the error path is not taken.
>
> Sorry, I didn't look closely at this patch because I was not expecting it
> to be taken because of the fix I had already sent:
>
> http://marc.info/?l=linux-kernel&m=145431692623940
>
> However if you want to keep the struct thread rbtree / list union, the
> simple fix would be to reinstate the list initialization in this particular
> case i.e.:

So, can I go with the following patch+description+authorship?