This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a1388fcb52fc Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pu [...] new 01e11d18da81 ACPI: SBS: Fix present test in acpi_battery_read() new 1642fabff19f ACPI: CPPC: Fix typo in a comment new bd9e119951b5 Documentation: ACPI: i2c-muxes: fix I2C device references new 771e8f483583 Merge branches 'acpi-cppc' and 'acpi-docs' new 3a157bdfc8d2 Merge tag 'acpi-6.18-rc5' of git://git.kernel.org/pub/scm/ [...] new 060ea84a484e riscv: stacktrace: Disable KASAN checks for non-current tasks new a74f038fa50e riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macro new c42458fcf54b riscv: Fix memory leak in module_frob_arch_sections() new 217660325580 riscv: tests: Rename kprobes_test_riscv to kprobes_riscv new 5fada1605733 riscv: tests: Make RISCV_KPROBES_KUNIT tristate new 44aa25c000b4 riscv: asm: use .insn for making custom instructions new 5228ed2c6244 riscv: KGDB: Replace deprecated strcpy in kgdb_arch_handle [...] new 2e448567839c cpuidle: riscv-sbi: Replace deprecated strcpy in sbi_cpuid [...] new 225a97d6d454 Merge tag 'riscv-for-linus-6.18-rc5' of git://git.kernel.o [...] new 3f673559795b tools arch x86: Sync msr-index.h to pick AMD64_{PERF_CNTR_ [...] new 76977baa83a7 tools headers uapi: Update fs.h with the kernel sources new 5be93389f3e5 tools headers: Sync uapi/linux/prctl.h with the kernel source new 5466858a7082 tools headers: Sync uapi/linux/fcntl.h with the kernel sources new e0acec3369ca tools headers x86: Sync table due to introducion of uprobe [...] new ccaba800e78f tools headers x86 cpufeatures: Sync with the kernel sources new f8950b47db70 tools headers UAPI: Update tools's copy of drm.h to pick D [...] new 29e4d12a2957 tools headers UAPI: Sync linux/kvm.h with the kernel sources new fde7f6264232 MAINTAINERS: Add James Clark as a perf tools reviewer new b1d46bc10ff2 tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources new 649a0cc96ed1 tools headers svm: Sync svm headers with the kernel sources new fc9ef9118d8a tools headers UAPI: Sync KVM's vmx.h header with the kerne [...] new 549042f16716 tools headers asm: Sync fls headers header with the kernel [...] new 7f17ef0d47b9 perf symbols: Handle '1' symbols in /proc/kallsyms new f5f2e20b1cbc Merge tag 'perf-tools-fixes-for-v6.18-1-2025-11-06' of git [...] new 10d9dda426d6 tracing: tprobe-events: Fix to register tracepoint correctly new c91afa761023 tracing: tprobe-events: Fix to put tracepoint_user when di [...] new 4a0c9b339199 Merge tag 'probes-fixes-v6.18-rc4' of git://git.kernel.org [...]
The 32 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: Documentation/firmware-guide/acpi/i2c-muxes.rst | 8 +-- MAINTAINERS | 1 + arch/riscv/include/asm/asm.h | 6 +++ arch/riscv/include/asm/insn-def.h | 8 +-- arch/riscv/include/asm/vendor_extensions/mips.h | 6 +-- arch/riscv/kernel/kgdb.c | 4 +- arch/riscv/kernel/module-sections.c | 8 ++- arch/riscv/kernel/stacktrace.c | 21 +++++++- arch/riscv/kernel/tests/Kconfig.debug | 2 +- arch/riscv/kernel/tests/kprobes/Makefile | 4 +- arch/riscv/kernel/tests/kprobes/test-kprobes.c | 5 +- arch/riscv/mm/ptdump.c | 2 +- drivers/acpi/cppc_acpi.c | 2 +- drivers/acpi/sbs.c | 2 +- drivers/cpuidle/cpuidle-riscv-sbi.c | 5 +- kernel/trace/trace_fprobe.c | 7 ++- tools/arch/x86/include/asm/cpufeatures.h | 5 ++ tools/arch/x86/include/asm/msr-index.h | 20 ++++++- tools/arch/x86/include/uapi/asm/kvm.h | 34 ++++++++++++ tools/arch/x86/include/uapi/asm/svm.h | 4 ++ tools/arch/x86/include/uapi/asm/vmx.h | 6 ++- tools/include/asm-generic/bitops/__fls.h | 2 +- tools/include/asm-generic/bitops/fls.h | 2 +- tools/include/asm-generic/bitops/fls64.h | 4 +- tools/include/uapi/drm/drm.h | 63 +++++++++++++++++----- tools/include/uapi/linux/kvm.h | 3 ++ tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 1 + tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 1 + tools/perf/trace/beauty/include/uapi/linux/fs.h | 5 +- tools/perf/trace/beauty/include/uapi/linux/prctl.h | 10 ++++ tools/perf/util/symbol.c | 6 ++- 31 files changed, 211 insertions(+), 46 deletions(-)