Re: [PATCH 6.6 000/386] 6.6.55-rc1 review
From: Greg Kroah-Hartman
Date: Thu Oct 10 2024 - 06:17:01 EST
On Tue, Oct 08, 2024 at 08:28:57PM +0530, Harshit Mogalapalli wrote:
> Hi Greg,
>
> On 08/10/24 17:34, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.6.55 release.
> > There are 386 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Thu, 10 Oct 2024 11:55:15 +0000.
> > Anything received after that time might be too late.
> >
> ...
>
>
> > Ian Rogers <irogers@xxxxxxxxxx>
> > perf callchain: Fix stitch LBR memory leaks
> >
>
> This patch is causing build failures for tools/perf/
>
> util/machine.c: In function 'save_lbr_cursor_node':
> util/machine.c:2540:9: error: implicit declaration of function
> 'map_symbol__exit'; did you mean 'symbol__exit'?
> [-Werror=implicit-function-declaration]
> 2540 | map_symbol__exit(&lbr_stitch->prev_lbr_cursor[idx].ms);
> | ^~~~~~~~~~~~~~~~
> | symbol__exit
> ...
>
> util/thread.c: In function 'thread__free_stitch_list':
> util/thread.c:481:17: error: implicit declaration of function
> 'map_symbol__exit'; did you mean 'symbol__exit'?
> [-Werror=implicit-function-declaration]
> 481 | map_symbol__exit(&pos->cursor.ms);
> | ^~~~~~~~~~~~~~~~
> | symbol__exit
>
Argh, I missed this, let me go revert it in another release now...