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 8d391956e878 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits 50b69abeaaea Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] omits 1b82c04e8d77 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] omits 07cd468e0f61 Merge branch 'misc-6.17' into next-fixes new b6f456a76f73 Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/s [...] new 1071d560afb4 dm-stripe: fix a possible integer overflow new 77b8e6fbf984 dm-integrity: limit MAX_TAG_SIZE to 255 new a86556264696 dm-raid: don't set io_min and io_opt for raid1 new d4b779985a6c Merge tag 'for-6.17/dm-fixes' of git://git.kernel.org/pub/ [...] adds 79f919a89c9d cgroup: split cgroup_destroy_wq into 3 workqueues adds 94a4acfec146 cgroup/psi: Set of->priv to NULL upon file release new 05950213a971 Merge tag 'cgroup-for-6.17-rc6-fixes' of git://git.kernel. [...] adds 0b47b6c3543e Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue [...] adds a1eab4d813f7 sched_ext, sched/core: Fix build failure when !FAIR_GROUP_ [...] new 37889ceadde0 Merge tag 'sched_ext-for-6.17-rc6-fixes' of git://git.kern [...] new dc3382fffdec tracing: kprobe-event: Fix null-ptr-deref in trace_kprobe_ [...] new 992d4e481e95 Merge tag 'probes-fixes-v6.17-rc6' of git://git.kernel.org [...] adds d16269403721 smb: server: let smb_direct_writev() respect SMB_DIRECT_MA [...] adds 5282491fc49d ksmbd: smbdirect: validate data_offset and data_length fie [...] adds e1868ba37fd2 ksmbd: smbdirect: verify remaining_data_length respects ma [...] new 592a93fea16b Merge tag '6.17-rc6-ksmbd-fixes' of git://git.samba.org/ksmbd adds 98c6d259319e mm/gup: check ref_count instead of lru before migration adds a09a8a1fbb37 mm/gup: local lru_add_drain() to avoid lru_add_drain_all() adds afb99e9f5004 mm: revert "mm/gup: clear the LRU flag of a page before ad [...] adds 8d79ed36bfc8 mm: revert "mm: vmscan.c: fix OOM on swap stress test" adds 2da6de30e60d mm: folio_may_be_lru_cached() unless folio_test_large() adds e6a0deb6fa5b mm/damon/core: introduce damon_call_control->dealloc_on_cancel adds 04a06b139ec0 mm/damon/sysfs: use dynamically allocated repeat mode damo [...] adds 615cd3705d20 MAINTAINERS: add Jann Horn as rmap reviewer adds 72291a5a0ead MAINTAINERS: add Lance Yang as a THP reviewer adds f826edeb888c samples/damon/wsse: avoid starting DAMON before initialization adds e6b733ca2f99 samples/damon/prcl: avoid starting DAMON before initialization adds c62cff40481c samples/damon/mtier: avoid starting DAMON before initialization adds 025e87f8ea2a nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/* adds ce4be9e4307c zram: fix slot write race condition new 8b789f2b7602 Merge tag 'mm-hotfixes-stable-2025-09-17-21-10' of git://g [...] new 8544a569cc51 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new 96fa515e70f3 btrfs: tree-checker: fix the incorrect inode ref size check new ed4e6b5d644c btrfs: ref-verify: handle damaged extent root tree new 4b63a8a8330e btrfs: reject invalid compression level new 2045bbccb33b Merge branch 'misc-6.17' into next-fixes new 66706cc9563b Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 1ed9eb028e18 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 (8d391956e878) \ N -- N -- N refs/heads/fs-current (1ed9eb028e18)
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 18 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 | 2 + drivers/block/zram/zram_drv.c | 8 +- drivers/md/dm-integrity.c | 2 +- drivers/md/dm-raid.c | 6 +- drivers/md/dm-stripe.c | 10 ++- fs/btrfs/compression.c | 21 +++-- fs/btrfs/compression.h | 2 +- fs/btrfs/ref-verify.c | 9 +- fs/btrfs/super.c | 27 ++++-- fs/btrfs/tree-checker.c | 4 +- fs/nilfs2/sysfs.c | 4 +- fs/nilfs2/sysfs.h | 8 +- fs/smb/server/transport_rdma.c | 183 ++++++++++++++++++++++++++++------------- include/linux/damon.h | 2 + include/linux/swap.h | 10 +++ kernel/cgroup/cgroup.c | 44 ++++++++-- kernel/sched/core.c | 2 +- kernel/sched/ext.c | 6 +- kernel/trace/trace_kprobe.c | 2 + mm/damon/core.c | 8 +- mm/damon/sysfs.c | 23 ++++-- mm/gup.c | 14 +++- mm/mlock.c | 6 +- mm/swap.c | 50 +++++------ mm/vmscan.c | 2 +- samples/damon/mtier.c | 3 + samples/damon/prcl.c | 3 + samples/damon/wsse.c | 3 + 28 files changed, 315 insertions(+), 149 deletions(-)