Re: [PATCHES 0/8 v1] perf machine fixes

Namhyung Kim <[email protected]> Sat, 01 Aug 2026 22:46:33 -0700
Newsgroups org.kernel.vger.linux-perf-users,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On Sun, 26 Jul 2026 20:40:06 -0300, Arnaldo Carvalho de Melo wrote:
>     Here is a series of patches fixing issues with the 'struct machine'
> methods, please consider applying to perf-tools-next.
> 
> - Arnaldo
> 
> Arnaldo Carvalho de Melo (8):
>   perf machine: Fix fd leak on bounds check in maps__set_modules_path_dir()
>   perf machine: Fix NULL parent dereference in fork event processing
>   perf machine: Guard against NULL strlist in machines__findnew()
>   perf machine: Check snprintf truncation in machines__findnew()
>   perf machine: Don't abort guest map creation on first inaccessible dir
>   perf machine: Reset errno before strtol in guest kernel map creation
>   perf machine: Free scandir entries in guest kernel map creation
>   perf machine: Check snprintf truncation for guest kallsyms path
> 
> [...]
Applied to perf-tools-next, thanks!

Best regards,
Namhyung