This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5ad7ff8738b8 Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/ [...] new b6f5ee4d5301 execve: Move KUnit tests to tests/ subdirectory new e9e969797bae Merge tag 'execve-v6.11-rc1-fix1' of git://git.kernel.org/ [...] new 37ac347f87b6 perf build: Warn if libtracefs is not found new 8f61e98ad51f tools: Make pkg-config dependency checks usable by other tools new e525eff7cc33 tools/verification: Use pkg-config in lib_setup of Makefil [...] new eb545a42d0f1 tools/rtla: Use pkg-config in lib_setup of Makefile.config new 2085948e5f8b tools/latency: Use pkg-config in lib_setup of Makefile.config new 92717bc07789 perf dso: Fix build when libunwind is enabled new 786c8248dbd3 Merge tag 'perf-tools-fixes-for-v6.11-2024-07-23' of git:/ [...]
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 3 ++- fs/binfmt_elf.c | 2 +- fs/exec.c | 2 +- fs/{binfmt_elf_test.c => tests/binfmt_elf_kunit.c} | 0 fs/{exec_test.c => tests/exec_kunit.c} | 0 tools/build/Makefile.feature | 18 ++++++++++++++++++ tools/perf/Makefile.config | 13 +++++-------- tools/perf/util/dso.c | 2 +- tools/perf/util/dso.h | 5 +++++ tools/perf/util/unwind-libunwind-local.c | 2 +- tools/tracing/latency/Makefile.config | 3 ++- tools/tracing/rtla/Makefile.config | 3 ++- tools/verification/rv/Makefile.config | 3 ++- 13 files changed, 40 insertions(+), 16 deletions(-) rename fs/{binfmt_elf_test.c => tests/binfmt_elf_kunit.c} (100%) rename fs/{exec_test.c => tests/exec_kunit.c} (100%)