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 edd54058c08c Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 802ef38363fe Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 5862d246c091 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] adds ddc592972ff4 tools headers: Update the KVM headers with the kernel sources adds 9dbe66640f43 tools headers: Update the socket headers with the kernel sources adds ae62977331fc tools headers: Update the uapi/linux/perf_event.h copy wit [...] adds af74e5fe7453 tools headers: Update the VFS headers with the kernel sources adds 22f72088ffe6 tools headers: Update the syscall table with the kernel sources adds df4bd8c76d49 tools headers: Update the uapi/linux/prctl.h copy with the [...] adds 4056cf407253 tools headers: Update the uapi/asm-generic/mman-common.h c [...] adds 74709981873d tools headers: Update the linux/unaligned.h copy with the [...] adds 847f1403d3ee tools headers: Update the x86 headers with the kernel sources adds 7f56978e5876 tools headers: Update the arch/x86/lib/memset_64.S copy wi [...] adds 1293dacbbd43 perf libunwind arm64: Fix missing close parens in an if statement adds 2b7070291733 perf tools: Remove evsel__handle_error_quirks() new 10e66f29fad2 Merge tag 'perf-tools-fixes-for-v6.15-2025-04-13' of git:/ [...] new 3618002d0072 Merge tag 'vfs-6.15-rc3.fixes' of git://git.kernel.org/pub [...] adds 6b395d31146a RDMA/bnxt_re: Fix budget handling of notification queue adds 62dd71e69110 RDMA/ucaps: Avoid format-security warning adds 95ba3850fed0 RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe() adds d247667ecd64 RDMA/mlx5: Fix compilation warning when USER_ACCESS isn't set adds 1b2fe85f3cf1 RDMA/rxe: Fix null pointer dereference in ODP MR check adds 9beb2c91fb86 RDMA/hns: Fix wrong maximum DMA segment size adds 45f5dcdd0497 RDMA/cma: Fix workqueue crash in cma_netevent_work_handler adds 9a0e6f15029e RDMA/core: Silence oversized kvmalloc() warning adds ffc59e32c67e RDMA/bnxt_re: Remove unusable nq variable new 834a4a689699 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new de6f5994e7f3 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 1498f67a03b3 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 (edd54058c08c) \ N -- N -- N refs/heads/fs-current (1498f67a03b3)
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: drivers/infiniband/core/cma.c | 4 +- drivers/infiniband/core/ucaps.c | 2 +- drivers/infiniband/core/umem_odp.c | 6 +- drivers/infiniband/hw/bnxt_re/ib_verbs.c | 10 --- drivers/infiniband/hw/hns/hns_roce_main.c | 2 +- drivers/infiniband/hw/mlx5/fs.c | 2 - drivers/infiniband/hw/usnic/usnic_ib_main.c | 14 +-- drivers/infiniband/sw/rxe/rxe_loc.h | 6 ++ drivers/infiniband/sw/rxe/rxe_mr.c | 4 +- drivers/infiniband/sw/rxe/rxe_resp.c | 4 +- include/rdma/ib_verbs.h | 7 ++ tools/arch/arm64/include/uapi/asm/kvm.h | 5 +- tools/arch/arm64/include/uapi/asm/unistd.h | 24 +----- tools/arch/x86/include/asm/cpufeatures.h | 28 ++++-- tools/arch/x86/include/asm/msr-index.h | 31 ++++--- tools/arch/x86/include/uapi/asm/kvm.h | 4 + tools/arch/x86/include/uapi/asm/svm.h | 2 + tools/arch/x86/lib/memset_64.S | 3 +- {include => tools/include}/linux/cfi_types.h | 0 tools/include/uapi/asm-generic/mman-common.h | 1 + tools/include/uapi/asm-generic/unistd.h | 4 +- tools/include/uapi/linux/in.h | 2 + tools/include/uapi/linux/kvm.h | 9 +- tools/include/uapi/linux/perf_event.h | 2 + tools/include/uapi/linux/stat.h | 99 ++++++++++++++++------ tools/perf/arch/arm/entry/syscalls/syscall.tbl | 1 + .../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 1 + tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 1 + tools/perf/arch/s390/entry/syscalls/syscall.tbl | 1 + tools/perf/arch/sh/entry/syscalls/syscall.tbl | 1 + tools/perf/arch/sparc/entry/syscalls/syscall.tbl | 1 + tools/perf/arch/x86/entry/syscalls/syscall_32.tbl | 3 +- tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 1 + tools/perf/arch/xtensa/entry/syscalls/syscall.tbl | 1 + tools/perf/check-headers.sh | 1 + tools/perf/trace/beauty/include/linux/socket.h | 2 + tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 4 + tools/perf/trace/beauty/include/uapi/linux/fs.h | 21 +++-- tools/perf/trace/beauty/include/uapi/linux/mount.h | 10 ++- tools/perf/trace/beauty/include/uapi/linux/prctl.h | 11 +++ tools/perf/trace/beauty/include/uapi/linux/stat.h | 99 ++++++++++++++++------ .../perf/trace/beauty/include/uapi/sound/asound.h | 8 +- tools/perf/util/evsel.c | 22 ----- tools/perf/util/unwind-libunwind-local.c | 2 +- tools/scripts/syscall.tbl | 1 + 45 files changed, 307 insertions(+), 160 deletions(-) copy {include => tools/include}/linux/cfi_types.h (100%)