Re: [PATCHES 000/343] perf tools improvements and fixes for v7.2

From: Linus Torvalds

Date: Tue Jun 23 2026 - 15:03:21 EST


On Mon, 22 Jun 2026 at 12:22, Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools.git tags/perf-tools-for-v7.2-1-2026-06-22

This may be pre-existing and I just happened to notice now:

Untracked files:
(use "git add <file>..." to include in what will be committed)
tools/perf/bench/bpf_skel/bench_uprobe.skel.h

that's after a plain build.

I've pulled this, but you need to be more careful and fix the
.gitignore files for generated content.

Not just because it pollutes "git status", but because we have a
history of people carelessly committing stuff they shouldn't, and then
there's even more cleanup required.

Linus