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 9a46a7229dcc Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 519ba7d99174 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits cea04e022103 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits 70b5e00a2fcd Merge branch 'misc-6.12' into next-fixes adds ab8aaab874c4 tools headers UAPI: Sync linux/const.h with the kernel headers adds 39c6a356201e perf trace: The return from 'write' isn't a pid adds ecabac70ff91 perf trace augmented_raw_syscalls: Add extra array index b [...] adds 395d38419f18 perf trace augmented_raw_syscalls: Add more checks to pass [...] adds 7fbff3c0e085 perf build: Change the clang check back to 12.0.1 adds 5d35634ecc2d perf trace: Fix non-listed archs in the syscalltbl routines adds d822ca29a4fc tools headers UAPI: Sync kvm headers with the kernel sources adds 06a130e42a5b perf test: Handle perftool-testsuite_probe failure due to [...] adds 758f18158952 perf python: Fix up the build on architectures without HAV [...] adds 08a7d2525511 tools arch x86: Sync the msr-index.h copy with the kernel sources adds 21a3a3d015ae tools headers: Synchronize {uapi/}linux/bits.h with the ke [...] adds 93e4b86b3e74 tools headers arm64: Sync arm64's cputype.h with the kerne [...] adds 55f1b540d893 tools headers: Update the linux/unaligned.h copy with the [...] adds a5384c426744 perf cap: Add __NR_capget to arch/x86 unistd adds 14b7d43c5c06 Merge tag 'perf-tools-fixes-for-v6.12-2-2024-10-30' of git [...] adds 0fc810ae3ae1 x86/uaccess: Avoid barrier_nospec() in 64-bit copy_from_user() new d431a2cd28e8 ext4: Call ext4_journal_stop(handle) only once in ext4_dio [...] new 902cc179c931 ext4: supress data-race warnings in ext4_free_inodes_{coun [...] new 76486b104168 ext4: avoid remount errors with 'abort' mount option new 59daaffadc9a ext4: show the default enabled prefetch_block_bitmaps option new 4748df069284 ext4: WARN if a full dir leaf block has only one dentry new b2ef7a39bcaf ext4: fix FS_IOC_GETFSMAP handling new 204dce65ff31 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new cfc6de0fa53d Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new a0f062539085 btrfs: fix extent map merging not happening for adjacent extents new 77b0d113eec4 btrfs: fix defrag not merging contiguous extents due to me [...] new bcca41d50618 Merge branch 'misc-6.12' into next-fixes new e19dcbd338e2 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 451fff7dde09 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
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 (9a46a7229dcc) \ N -- N -- N refs/heads/fs-current (451fff7dde09)
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 13 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: fs/btrfs/defrag.c | 10 ++-- fs/btrfs/extent_map.c | 7 ++- fs/ext4/file.c | 7 +-- fs/ext4/fsmap.c | 54 ++++++++++++++++- fs/ext4/mballoc.c | 18 ++++-- fs/ext4/mballoc.h | 1 + fs/ext4/namei.c | 14 ++++- fs/ext4/super.c | 22 ++++--- include/linux/uaccess.h | 21 +++++-- tools/arch/arm64/include/asm/cputype.h | 2 + tools/arch/x86/include/asm/msr-index.h | 34 ++++++----- tools/arch/x86/include/uapi/asm/kvm.h | 1 + tools/arch/x86/include/uapi/asm/unistd_32.h | 3 + tools/arch/x86/include/uapi/asm/unistd_64.h | 3 + tools/include/linux/bits.h | 15 +++++ tools/include/linux/unaligned.h | 11 +--- tools/include/uapi/linux/bits.h | 3 + tools/include/uapi/linux/const.h | 17 ++++++ {include => tools/include}/vdso/unaligned.h | 0 tools/perf/Makefile.config | 4 +- tools/perf/builtin-trace.c | 2 +- tools/perf/check-headers.sh | 1 + .../shell/base_probe/test_adding_blacklisted.sh | 69 +++++++++++++++++----- .../util/bpf_skel/augmented_raw_syscalls.bpf.c | 22 ++++++- tools/perf/util/cap.c | 10 +--- tools/perf/util/python.c | 3 + tools/perf/util/syscalltbl.c | 10 ++++ 27 files changed, 282 insertions(+), 82 deletions(-) copy {include => tools/include}/vdso/unaligned.h (100%)