Re: [PATCH v1 0/4] perf/tools build related fixes
From: Arnaldo Carvalho de Melo
Date: Thu Oct 02 2025 - 14:14:08 EST
On Fri, Sep 05, 2025 at 03:47:04PM -0700, Ian Rogers wrote:
> Add missing header files and #includes to fix the build in some
> environments like bazel.
>
> Ian Rogers (4):
> perf bench futex: Add missing stdbool.h
> tools bitmap: Add missing asm-generic/bitsperlong.h include
> tools include: Replace tools linux/gfp_types.h with kernel version
> tools include: Add headers to make tools builds more hermetic
Thanks, applied to perf-tools-next,
- Arnaldo