This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7254a2b52279 Merge tag 'firewire-fixes-6.18-rc6' of git://git.kernel.or [...] new 39231e8d6ba7 mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb new 00fbff75c5ac crash: fix crashkernel resource shrink new 3470715e5c22 MAINTAINERS: update David Hildenbrand's email address new f1d47cafe513 mm/huge_memory: fix folio split check for anon folios in s [...] new a26ec8f3d4e5 lib/test_kho: check if KHO is enabled new 216158f063fe selftests/user_events: fix type cast for write_index packe [...] new 1c2a936edd71 mm, swap: fix potential UAF issue for VMA readahead new 7ba45f15049b Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://g [...] new 85c894a80ac4 perf header: Write bpf_prog (infos|btfs)_cnt to data file new a09e5967ad68 perf build: Don't fail fast path feature detection when bi [...] new 84003ab3d0ca tools headers UAPI: Sync KVM's vmx.h with the kernel to pi [...] new d0206db94b36 perf lock: Fix segfault due to missing kernel map new 3c723f449723 perf test: Fix lock contention test new b72b8132d8fd perf libbfd: Ensure libbfd is initialized prior to use new 998ccc327b14 Merge tag 'perf-tools-fixes-for-v6.18-2-2025-11-16' of git [...]
The 15 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: .mailmap | 1 + MAINTAINERS | 28 +++++++++--------- arch/powerpc/Kconfig | 1 + arch/powerpc/platforms/Kconfig.cputype | 1 - include/linux/mm.h | 13 +++++++-- kernel/crash_core.c | 2 +- lib/test_kho.c | 3 ++ mm/Kconfig | 7 +++++ mm/huge_memory.c | 6 ++-- mm/swap_state.c | 13 +++++++++ tools/arch/x86/include/uapi/asm/vmx.h | 1 + tools/build/feature/Makefile | 4 +-- tools/perf/Makefile.config | 5 ++-- tools/perf/builtin-lock.c | 2 ++ tools/perf/tests/shell/lock_contention.sh | 14 +++++---- tools/perf/util/header.c | 10 ++----- tools/perf/util/libbfd.c | 38 +++++++++++++++++++++++++ tools/perf/util/mutex.c | 14 ++++++--- tools/perf/util/mutex.h | 2 ++ tools/testing/selftests/user_events/perf_test.c | 2 +- 20 files changed, 123 insertions(+), 44 deletions(-)