This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits 66de25499ac2 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits d5e74651b4c4 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] omits 0ab3f2ca89ef Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] omits 27ad534606c4 erofs: fix invalid algorithm for encoded extents adds 22ec0faa0eda perf test: Fix a build error in x86 topdown test adds bd842ff41543 tools headers: Sync KVM headers with the kernel source adds 6cb8607934d9 tools headers: Sync linux/bits.h with the kernel source adds aa34642f6fc3 tools headers: Sync linux/cfi_types.h with the kernel source adds 619f55c85901 tools headers: Sync x86 headers with the kernel source adds 14ec8ce45611 tools headers: Sync arm64 headers with the kernel source adds c85538c4e3c7 tools headers: Sync powerpc headers with the kernel source adds 52174e0eb138 tools headers: Sync syscall tables with the kernel source adds b18aabe283a1 tools headers: Sync uapi/linux/fcntl.h with the kernel source adds 4a4083af03a7 tools headers: Sync uapi/linux/fs.h with the kernel source adds e7e79e997261 tools headers: Sync uapi/linux/prctl.h with the kernel source adds f79a62f4b3c7 tools headers: Sync uapi/linux/vhost.h with the kernel source adds ba0b7081f7a5 perf symbol-minimal: Fix ehdr reading in filename__read_build_id adds 2c369d91d093 perf symbol: Add blocking argument to filename__read_build_id new 07d9df80082b Merge tag 'perf-tools-fixes-for-v6.17-2025-08-27' of git:/ [...] new 0879e68fdd06 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new 5c5c427729d5 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 131897c65e2b erofs: fix invalid algorithm for encoded extents new 3f3ae6b9f5c5 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (66de25499ac2) \ N -- N -- N refs/heads/fs-current (3f3ae6b9f5c5)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 5 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: tools/arch/arm64/include/asm/cputype.h | 28 +++++++ tools/arch/powerpc/include/uapi/asm/kvm.h | 13 ---- tools/arch/x86/include/asm/cpufeatures.h | 10 ++- tools/arch/x86/include/asm/msr-index.h | 7 ++ tools/arch/x86/include/uapi/asm/kvm.h | 8 +- tools/include/linux/bits.h | 29 ++----- tools/include/linux/cfi_types.h | 23 ++++++ tools/include/uapi/asm-generic/unistd.h | 8 +- tools/include/uapi/linux/kvm.h | 27 +++++++ tools/perf/arch/arm/entry/syscalls/syscall.tbl | 2 + .../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 2 + tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 2 + tools/perf/arch/s390/entry/syscalls/syscall.tbl | 2 + tools/perf/arch/sh/entry/syscalls/syscall.tbl | 2 + tools/perf/arch/sparc/entry/syscalls/syscall.tbl | 2 + tools/perf/arch/x86/entry/syscalls/syscall_32.tbl | 2 + tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 2 + tools/perf/arch/x86/tests/topdown.c | 1 + tools/perf/arch/xtensa/entry/syscalls/syscall.tbl | 2 + tools/perf/bench/inject-buildid.c | 2 +- tools/perf/builtin-buildid-cache.c | 8 +- tools/perf/builtin-inject.c | 4 +- tools/perf/tests/sdt.c | 2 +- tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 18 +++++ tools/perf/trace/beauty/include/uapi/linux/fs.h | 88 ++++++++++++++++++++++ tools/perf/trace/beauty/include/uapi/linux/prctl.h | 9 ++- tools/perf/trace/beauty/include/uapi/linux/vhost.h | 35 +++++++++ tools/perf/util/build-id.c | 4 +- tools/perf/util/debuginfo.c | 8 +- tools/perf/util/dsos.c | 4 +- tools/perf/util/symbol-elf.c | 9 ++- tools/perf/util/symbol-minimal.c | 59 +++++++-------- tools/perf/util/symbol.c | 8 +- tools/perf/util/symbol.h | 2 +- tools/perf/util/synthetic-events.c | 2 +- tools/scripts/syscall.tbl | 2 + 36 files changed, 342 insertions(+), 94 deletions(-)