[PATCH 0/3] Some build fixes

Arnaldo Carvalho de Melo posted 3 patches 11 months ago
tools/lib/api/io_dir.h     | 1 +
tools/perf/ui/stdio/hist.c | 4 ++++
tools/perf/util/units.c    | 2 +-
3 files changed, 6 insertions(+), 1 deletion(-)
[PATCH 0/3] Some build fixes
Posted by Arnaldo Carvalho de Melo 11 months ago
From: Arnaldo Carvalho de Melo <acme@redhat.com>

Hi Namhyung,

	Some fixes I noticed while building with my set of containers.

Best regards,

- Arnaldo

Arnaldo Carvalho de Melo (3):
  libapi: Add missing header with NAME_MAX define to io_dir.h
  perf units: Fix insufficient array space
  perf hist stdio: Do bounds check when printing callchains to avoid UB with new gcc versions

 tools/lib/api/io_dir.h     | 1 +
 tools/perf/ui/stdio/hist.c | 4 ++++
 tools/perf/util/units.c    | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)

-- 
2.48.1
Re: [PATCH 0/3] Some build fixes
Posted by Namhyung Kim 11 months ago
On Mon, 10 Mar 2025 16:45:30 -0300, Arnaldo Carvalho de Melo wrote:
> From: Arnaldo Carvalho de Melo <acme@redhat.com>
> 
> Hi Namhyung,
> 
> 	Some fixes I noticed while building with my set of containers.
> 
> Best regards,
> 
> [...]
Applied to perf-tools-next, thanks!

Best regards,
Namhyung