This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3f75bfff44be Merge tag 'mtd/fixes-for-6.16-rc3' of git://git.kernel.org [...] new 070b315333ee perf test: Restrict uniquifying test to machines with 'unc [...] new 11cfaf37d6a7 tools headers: Update the fs headers with the kernel sources new bbeb1088a40b perf mem: Document new output fields (op, cache, mem, dtlb [...] new 3ce66a48a685 tools headers UAPI: Sync linux/prctl.h with the kernel sou [...] new f1e30a4269f9 tools kvm headers arm64: Update KVM header from the kernel [...] new c30c18709587 tools headers UAPI: Sync KVM's vmx.h header with the kerne [...] new da845e4bf458 tools headers x86 svm: Sync svm headers with the kernel sources new 8fc50bec411e tools headers UAPI: Sync kvm header with the kernel sources new 47684bfb7c34 perf beauty: Update copy of linux/socket.h with the kernel [...] new c71bc5995409 tools headers UAPI: Sync the drm/drm.h with the kernel sources new aa69783a5920 tools headers UAPI: Sync linux/kvm.h with the kernel sources new 00c8fde72fe2 tools headers: Update the copy of x86's mem{cpy,set}_64.S [...] new 3417404c6f83 tools headers: Syncronize linux/build_bug.h with the kerne [...] new 6143374c6dc8 tools arch x86: Sync the msr-index.h copy with the kernel sources new bb6b41435037 tools arch amd ibs: Sync ibs.h with the kernel sources new fc92099902fb tools headers: Synchronize linux/bits.h with the kernel sources new ebec62bc7ec4 perf evsel: Missed close() when probing hybrid core PMUs new 19f4422d485b perf test: Directory file descriptor leak new 1c85c94b3767 perf bench futex: Fix prctl include in musl libc new d222b6e6fb31 tools headers x86 cpufeatures: Sync with the kernel sources new 7c7f9dd1ea3f Merge tag 'perf-tools-fixes-for-v6.16-1-2025-06-20' of git [...] new 33b6a1f155d6 rcu: Return early if callback is not specified new afa3d8b6e01b Merge tag 'rcu/fixes-for-6.16-rc3' of git://git.kernel.org [...] new 907a7a2e5bf4 PCI/PM: Set up runtime PM even for devices without PCI PM new bbf10cd68683 PCI: pciehp: Ignore belated Presence Detect Changed caused by DPC new f0eeb5f6f645 Merge tag 'pci-v6.16-fixes-1' of git://git.kernel.org/pub/ [...] new 6fcab2791543 ACPICA: Refuse to evaluate a method if arguments are missing new 26fef998eb4d Merge tag 'acpi-6.16-rc3' of git://git.kernel.org/pub/scm/ [...] new 51a4598ad5d9 io_uring/net: always use current transfer count for buffer put new f7301f856d35 Merge tag 'io_uring-6.16-20250621' of git://git.kernel.dk/linux
The 30 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/acpi/acpica/dsmethod.c | 7 +++ drivers/pci/hotplug/pciehp_hpc.c | 2 +- drivers/pci/pci.c | 5 +- include/uapi/linux/bits.h | 4 +- io_uring/net.c | 2 +- kernel/rcu/tree.c | 4 ++ tools/arch/arm64/include/uapi/asm/kvm.h | 9 +-- tools/arch/x86/include/asm/amd/ibs.h | 5 ++ tools/arch/x86/include/asm/cpufeatures.h | 14 +++-- tools/arch/x86/include/asm/msr-index.h | 16 +++-- tools/arch/x86/include/uapi/asm/kvm.h | 71 ++++++++++++++++++++++ tools/arch/x86/include/uapi/asm/svm.h | 2 + tools/arch/x86/include/uapi/asm/vmx.h | 5 +- tools/arch/x86/lib/memcpy_64.S | 1 + tools/arch/x86/lib/memset_64.S | 1 + tools/include/linux/bits.h | 57 ++++++++++++++++- tools/include/linux/build_bug.h | 10 +-- tools/include/linux/compiler.h | 8 +++ tools/include/uapi/drm/drm.h | 4 ++ tools/include/uapi/linux/fscrypt.h | 6 +- tools/include/uapi/linux/kvm.h | 4 ++ tools/include/uapi/linux/stat.h | 8 ++- tools/perf/Documentation/perf-amd-ibs.txt | 59 ++++++++++++------ tools/perf/Documentation/perf-mem.txt | 50 +++++++++++++++ tools/perf/bench/futex-hash.c | 1 - tools/perf/bench/futex.c | 9 ++- tools/perf/check-headers.sh | 2 +- tools/perf/tests/shell/stat+event_uniquifying.sh | 12 +++- tools/perf/tests/tests-scripts.c | 1 + tools/perf/trace/beauty/include/linux/socket.h | 2 +- tools/perf/trace/beauty/include/uapi/linux/fs.h | 1 + tools/perf/trace/beauty/include/uapi/linux/prctl.h | 7 +++ tools/perf/trace/beauty/include/uapi/linux/stat.h | 8 ++- tools/perf/util/include/linux/linkage.h | 4 ++ tools/perf/util/print-events.c | 1 + 35 files changed, 345 insertions(+), 57 deletions(-)