This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8ffd015db85f Linux 6.15-rc2 new ddc592972ff4 tools headers: Update the KVM headers with the kernel sources new 9dbe66640f43 tools headers: Update the socket headers with the kernel sources new ae62977331fc tools headers: Update the uapi/linux/perf_event.h copy wit [...] new af74e5fe7453 tools headers: Update the VFS headers with the kernel sources new 22f72088ffe6 tools headers: Update the syscall table with the kernel sources new df4bd8c76d49 tools headers: Update the uapi/linux/prctl.h copy with the [...] new 4056cf407253 tools headers: Update the uapi/asm-generic/mman-common.h c [...] new 74709981873d tools headers: Update the linux/unaligned.h copy with the [...] new 847f1403d3ee tools headers: Update the x86 headers with the kernel sources new 7f56978e5876 tools headers: Update the arch/x86/lib/memset_64.S copy wi [...] new 1293dacbbd43 perf libunwind arm64: Fix missing close parens in an if statement new 2b7070291733 perf tools: Remove evsel__handle_error_quirks() new 10e66f29fad2 Merge tag 'perf-tools-fixes-for-v6.15-2025-04-13' of git:/ [...] new cfa5f336bdbd devpts: Fix type for uid and gid params new a94fd938df2b virtiofs: add filesystem context source name check new bb5e07cb9277 hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key new a64e4d48a0b7 afs: Fix afs_dynroot_readdir() to not use the RCU read lock new b2b4483b5d05 dcache: convert dentry flag macros to enum new d43dbf7322a3 mount: ensure we don't pointlessly walk the mount tree new 40cb48eba3b4 netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS new b463d7fd118b fs: Fix filename init after recent refactoring new 8e3c15ee0d29 iomap: skip unnecessary ifs_block_is_uptodate check new 47a742fd977a fs: use namespace_{lock,unlock} in dissolve_on_fput() new eb3a04a8516e ovl: don't allow datadir only new a6eb9a4a69cc ovl: remove unused forward declaration new e2aef868a8c3 Merge tag 'ovl-fixes-6.15-rc2' of ssh://gitolite.kernel.or [...] new 3618002d0072 Merge tag 'vfs-6.15-rc3.fixes' of git://git.kernel.org/pub [...] new 6b395d31146a RDMA/bnxt_re: Fix budget handling of notification queue new 62dd71e69110 RDMA/ucaps: Avoid format-security warning new 95ba3850fed0 RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe() new d247667ecd64 RDMA/mlx5: Fix compilation warning when USER_ACCESS isn't set new 1b2fe85f3cf1 RDMA/rxe: Fix null pointer dereference in ODP MR check new 9beb2c91fb86 RDMA/hns: Fix wrong maximum DMA segment size new 45f5dcdd0497 RDMA/cma: Fix workqueue crash in cma_netevent_work_handler new 9a0e6f15029e RDMA/core: Silence oversized kvmalloc() warning new ffc59e32c67e RDMA/bnxt_re: Remove unusable nq variable new 834a4a689699 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 37 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 +- fs/afs/dynroot.c | 4 +- fs/devpts/inode.c | 4 +- fs/fuse/virtio_fs.c | 3 + fs/hfs/bnode.c | 6 ++ fs/hfsplus/bnode.c | 6 ++ fs/iomap/buffered-io.c | 2 +- fs/namei.c | 8 +- fs/namespace.c | 34 ++++--- fs/netfs/main.c | 4 + fs/overlayfs/overlayfs.h | 2 - fs/overlayfs/super.c | 5 + include/linux/dcache.h | 106 ++++++++++----------- 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 + 57 files changed, 411 insertions(+), 240 deletions(-) copy {include => tools/include}/linux/cfi_types.h (100%)