Re: [PATCH 6.6 000/386] 6.6.55-rc1 review

From: Harshit Mogalapalli
Date: Tue Oct 08 2024 - 11:09:27 EST


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



Thanks,
Harshit