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 4d9b51cc1b89 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 7d46181d85e8 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits a1f177afae6e Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits c712ad523510 Merge branch 'misc-6.17' into next-fixes adds 475356fe2814 kasan/test: fix protection against compiler elision adds 47b0f6d8f0d2 mm/kmemleak: avoid deadlock by moving pr_warn() outside km [...] adds 5a309dbf1f82 MAINTAINERS: add Masami as a reviewer of hung task detector adds d1534ae23c2b mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup() adds 366a4532d96f mm: fix the race between collapse and PT_RECLAIM under per [...] adds 45d19b4b6c2d mm/smaps: fix race between smaps_hugetlb_range and migration adds aa5a10b07069 fs/proc/task_mmu: hold PTL in pagemap_hugetlb_range and ga [...] adds ab5ac789efa9 selftests/proc: fix string literal warning in proc-maps-race.c adds cf1b80dc31a1 mm: pass page directly instead of using folio_page adds aba6faec0103 userfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migr [...] adds 0b5be138ce00 mm/mremap: avoid expensive folio lookup on mremap folio pte batch adds c0e1b774f68b proc: proc_maps_open allow proc_mem_open to return NULL new 91325f31afc1 Merge tag 'mm-hotfixes-stable-2025-08-12-20-50' of git://g [...] adds 61399e0c5410 rcu: Fix racy re-initialization of irq_work causing hangs new 3a4a0367c9f4 Merge tag 'rcu.fixes.6.17' of git://git.kernel.org/pub/scm [...] new dfc0f6373094 Merge tag 'erofs-for-6.17-rc2-fixes' of git://git.kernel.o [...] new a439e628faf0 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new f0ba0e7172a2 btrfs: zoned: skip ZONE FINISH of conventional zones new daa0fde32235 btrfs: zoned: fix data relocation block group reservation new 5c4b93f4c8e5 btrfs: zoned: fix write time activation failure for metada [...] new 04147d8394e8 btrfs: zoned: limit active zones to max_open_zones new 4bcd3061e815 btrfs: clear block dirty if submit_one_sector() failed new 05b372862600 btrfs: clear block dirty if btrfs_writepage_cow_fixup() failed new f022499f24e5 btrfs: do not set mtime/ctime to current time when unlinki [...] new 1f3d56db694c btrfs: clear TAG_TOWRITE from buffer tree when submitting [...] new b1511360c8ac btrfs: subpage: keep TOWRITE tag until folio is cleaned new dc61d97b0ba0 btrfs: fix buffer index in wait_eb_writebacks() new edf842abe436 btrfs: fix incorrect log message for nobarrier mount option new b435ab556bea btrfs: restore mount option info messages during mount new 74857fdc5dd2 btrfs: fix printing of mount info messages for NODATACOW/N [...] new fc0b6e6a9e3f Merge branch 'misc-6.17' into next-fixes new 9645fedb6248 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
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 (4d9b51cc1b89) \ N -- N -- N refs/heads/fs-current (9645fedb6248)
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 19 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 | 1 + fs/btrfs/extent_io.c | 24 ++++- fs/btrfs/inode.c | 29 ++++-- fs/btrfs/subpage.c | 19 +++- fs/btrfs/super.c | 13 ++- fs/btrfs/zoned.c | 133 +++++++++++++++++++------- fs/proc/task_mmu.c | 24 +++-- kernel/rcu/tree.c | 2 + kernel/rcu/tree.h | 1 + kernel/rcu/tree_plugin.h | 8 +- mm/kasan/kasan_test_c.c | 2 +- mm/khugepaged.c | 2 +- mm/kmemleak.c | 10 +- mm/mprotect.c | 23 ++--- mm/mremap.c | 4 + mm/userfaultfd.c | 17 ++-- tools/testing/selftests/proc/proc-maps-race.c | 6 +- 17 files changed, 229 insertions(+), 89 deletions(-)