linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] perf/tools build related fixes
@ 2025-09-05 22:47 Ian Rogers
  2025-09-05 22:47 ` [PATCH v1 1/4] perf bench futex: Add missing stdbool.h Ian Rogers
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ian Rogers @ 2025-09-05 22:47 UTC (permalink / raw)
  To: Yury Norov, Rasmus Villemoes, Thomas Gleixner, Ingo Molnar,
	Peter Zijlstra, Darren Hart, Davidlohr Bueso, André Almeida,
	Arnaldo Carvalho de Melo, Namhyung Kim, Mark Rutland,
	Alexander Shishkin, Jiri Olsa, Ian Rogers, Adrian Hunter,
	Kan Liang, Ido Schimmel, Jakub Kicinski, Jamal Hadi Salim,
	Jason Xing, Daniel Borkmann, Yuyang Huang, Paolo Abeni,
	David S. Miller, Petr Machata, Maurice Lambert, Jonas Gottlieb,
	linux-kernel, linux-perf-users, bpf

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

 tools/include/linux/bitmap.h             |   1 +
 tools/include/linux/gfp_types.h          | 393 ++++++++++-
 tools/include/uapi/linux/genetlink.h     | 103 +++
 tools/include/uapi/linux/if_addr.h       |  79 +++
 tools/include/uapi/linux/neighbour.h     | 229 ++++++
 tools/include/uapi/linux/netfilter.h     |  80 +++
 tools/include/uapi/linux/netfilter_arp.h |  23 +
 tools/include/uapi/linux/rtnetlink.h     | 848 +++++++++++++++++++++++
 tools/perf/bench/futex.h                 |   1 +
 tools/perf/check-headers.sh              |   9 +-
 10 files changed, 1764 insertions(+), 2 deletions(-)
 create mode 100644 tools/include/uapi/linux/genetlink.h
 create mode 100644 tools/include/uapi/linux/if_addr.h
 create mode 100644 tools/include/uapi/linux/neighbour.h
 create mode 100644 tools/include/uapi/linux/netfilter.h
 create mode 100644 tools/include/uapi/linux/netfilter_arp.h
 create mode 100644 tools/include/uapi/linux/rtnetlink.h

-- 
2.51.0.355.g5224444f11-goog


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-10-02 18:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-05 22:47 [PATCH v1 0/4] perf/tools build related fixes Ian Rogers
2025-09-05 22:47 ` [PATCH v1 1/4] perf bench futex: Add missing stdbool.h Ian Rogers
2025-09-05 22:47 ` [PATCH v1 2/4] tools bitmap: Add missing asm-generic/bitsperlong.h include Ian Rogers
2025-09-06 14:35   ` Yury Norov
2025-09-05 22:47 ` [PATCH v1 3/4] tools include: Replace tools linux/gfp_types.h with kernel version Ian Rogers
2025-09-05 22:47 ` [PATCH v1 4/4] tools include: Add headers to make tools builds more hermetic Ian Rogers
2025-10-02 18:13 ` [PATCH v1 0/4] perf/tools build related fixes Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).