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.
omits 2970c84a1fea Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 01ca836dbfad Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits b9b54b941a12 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits a1ec827b5c62 attach_recursive_mnt(): do not lock the covering tree when [...] omits 2e7072350656 replace collect_mounts()/drop_collected_mounts() with safe [...] omits c696307648ea fs: export anon_inode_make_secure_inode() and fix secretme [...] adds a05dd8ae5cbb mm/shmem, swap: fix softlockup with mTHP swapin adds 965f87700adb selftests/mm: increase timeout from 180 to 900 seconds adds 517f496e1e61 mm/gup: revert "mm: gup: fix infinite loop within __get_lo [...] adds 0ea148a79919 mm: userfaultfd: fix race of userfaultfd_move and swap cache adds 417d145c2e71 MAINTAINERS: add linux-mm@ list to Kexec Handover adds 12b9a2c05d1b kho: initialize tail pages for higher order folios properly adds 223731cd6300 selftests/mm: add configs to fix testcase failure adds 845f1f2d69f3 Revert "bcache: update min_heap_callbacks to use default b [...] adds 48fd7ebe00c1 Revert "bcache: remove heap-related macros and switch to g [...] adds 95b2e31e1752 bcache: remove unnecessary select MIN_HEAP adds 3333871296ef selftests/mm: skip uprobe vma merge test if uprobes are no [...] adds 381032477776 MAINTAINERS: add missing mm/workingset.c file to mm reclai [...] adds 40ffd2887635 MAINTAINERS: add missing test files to mm gup section adds fba46a5d83ca maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate() adds 883cf5b0b838 MAINTAINERS: update maintainers for HugeTLB adds b6d19f3742ff MAINTAINERS: add further init files to mm init block adds d91b00b687ab MAINTAINERS: add hugetlb_cgroup.c to hugetlb section adds a1540dcbe024 MAINTAINERS: add stray rmap file to mm rmap section adds db5921ab8aa2 MAINTAINERS: add memfd, shmem quota files to shmem section adds c742d127d2d8 MAINTAINERS: add additional mmap-related files to mmap section new c06944560a56 Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://g [...] new 5ca7fe213ba3 Merge tag 'for-6.16-rc3-tag' of git://git.kernel.org/pub/s [...] adds 6dea74e454c2 f2fs: Fix __write_node_folio() conversion adds ba8dac350faf f2fs: fix to zero post-eof page new cb0de0e220d2 Merge tag 'f2fs-for-6.16-rc4' of git://git.kernel.org/pub/ [...] new b872f562c8ce dm-crypt: Extend state buffer size in crypt_iv_lmk_one new db53805156f1 dm-raid: fix variable in journal device check new 78f4e737a53e Merge tag 'for-6.16/dm-fixes' of git://git.kernel.org/pub/ [...] new 6a68d28066b6 selftests/coredump: Fix "socket_detect_userspace_client" t [...] new cbe4134ea4bc fs: export anon_inode_make_secure_inode() and fix secretme [...] new 15705b8d7d32 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 40fd67228d63 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 7484e15dbb01 replace collect_mounts()/drop_collected_mounts() with a sa [...] new ce7df1968653 attach_recursive_mnt(): do not lock the covering tree when [...] new 1cbbea1f2df0 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
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 (2970c84a1fea) \ N -- N -- N refs/heads/fs-current (1cbbea1f2df0)
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 13 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: MAINTAINERS | 21 +++- drivers/md/bcache/Kconfig | 1 - drivers/md/bcache/alloc.c | 57 ++++------- drivers/md/bcache/bcache.h | 2 +- drivers/md/bcache/bset.c | 116 +++++++++------------- drivers/md/bcache/bset.h | 40 ++++---- drivers/md/bcache/btree.c | 69 ++++++------- drivers/md/bcache/extents.c | 45 ++++----- drivers/md/bcache/movinggc.c | 33 ++---- drivers/md/bcache/super.c | 3 +- drivers/md/bcache/sysfs.c | 4 +- drivers/md/bcache/util.h | 67 ++++++++++++- drivers/md/bcache/writeback.c | 13 +-- drivers/md/dm-crypt.c | 11 +- drivers/md/dm-raid.c | 2 +- fs/anon_inodes.c | 2 +- fs/f2fs/file.c | 38 +++++++ fs/f2fs/node.c | 1 - include/crypto/hash.h | 2 + include/crypto/md5.h | 4 + kernel/audit_tree.c | 2 +- kernel/kexec_handover.c | 29 +++--- lib/maple_tree.c | 4 +- mm/gup.c | 14 ++- mm/memory.c | 20 ---- mm/shmem.c | 6 +- mm/swap.h | 23 +++++ mm/userfaultfd.c | 33 +++++- tools/testing/selftests/coredump/stackdump_test.c | 5 + tools/testing/selftests/mm/config | 3 + tools/testing/selftests/mm/merge.c | 5 +- tools/testing/selftests/mm/settings | 2 +- 32 files changed, 392 insertions(+), 285 deletions(-)