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.
discards 3c41307cae36 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] discards 4abe0c9e5906 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] discards de1f660e6a87 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] adds 39231e8d6ba7 mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb adds 00fbff75c5ac crash: fix crashkernel resource shrink adds 3470715e5c22 MAINTAINERS: update David Hildenbrand's email address adds f1d47cafe513 mm/huge_memory: fix folio split check for anon folios in s [...] adds a26ec8f3d4e5 lib/test_kho: check if KHO is enabled adds 216158f063fe selftests/user_events: fix type cast for write_index packe [...] adds 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 [...] adds 85c894a80ac4 perf header: Write bpf_prog (infos|btfs)_cnt to data file adds a09e5967ad68 perf build: Don't fail fast path feature detection when bi [...] adds 84003ab3d0ca tools headers UAPI: Sync KVM's vmx.h with the kernel to pi [...] adds d0206db94b36 perf lock: Fix segfault due to missing kernel map adds 3c723f449723 perf test: Fix lock contention test adds 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 [...] new 6a23ae0a96a6 Linux 6.18-rc6 new ae5d626b9da2 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new 9b24d702a2b5 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new ee1fcb297d41 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
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 (3c41307cae36) \ N -- N -- N refs/heads/fs-current (ee1fcb297d41)
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 6 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 +++++++++--------- Makefile | 2 +- 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 +- 21 files changed, 124 insertions(+), 45 deletions(-)