]> git.ipfire.org Git - thirdparty/linux.git/commit
perf build: Fix fsmount.o build
authorIan Rogers <irogers@google.com>
Thu, 21 May 2026 15:35:58 +0000 (08:35 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 21 May 2026 16:38:50 +0000 (13:38 -0300)
commitf8d0db39bcc536ef652968c45ca23f8f27f58997
treef5cac1ec472ae8606c1ce147bef8f967a7d4ccc1
parent85cc481af5ffa23809b7bb100aa774172369983c
perf build: Fix fsmount.o build

A merge conflict between:

commit 552636b9317c8a84 ("perf trace: Add beautifier script for fsmount flags")
commit 32969ef6e3e1979a ("perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase")

Resulted in a missed build dependency in the linux-next merge:

commit 61da860eee0798d3 ("Merge branch 'perf-tools-next' of https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git")

Fix the build by adding the necessary build dependencies.

Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/trace/beauty/Build