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 03e13960d26f next-20260119/btrfs-fixes omits eb122f0ccecf Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] omits 4ce3171a70f8 Merge branch 'misc-6.19' into next-fixes new ea4d4ea6d10a ata: ahci: Do not read the per port area for unimplemented ports new 8f3fb33f8f3f ata: libata: Call ata_dev_config_lpm() for ATAPI devices new ce83767ea323 ata: libata-sata: Improve link_power_management_supported [...] new a6bee5e5243a ata: libata: Add cpr_log to ata_dev_print_features() early return new 89531b68fc29 ata: libata: Add DIPM and HIPM to ata_dev_print_features() [...] new c8c6fb886f57 ata: libata: Print features also for ATAPI devices new 73c9007d9b94 Merge tag 'ata-6.19-rc7' of git://git.kernel.org/pub/scm/l [...] adds c198b7773ca5 pwm: Ensure ioctl() returns a negative errno on error adds 63faf32666e0 pwm: max7360: Populate missing .sizeof_wfhw in max7360_pwm_ops new 0a155a8a24dd MAINTAINERS: Add myself as reviewer for PWM rust drivers new 8f7537efbe56 Merge tag 'pwm/for-6.19-rc7-fixes' of git://git.kernel.org [...] adds b31ac41b59b6 dma/pool: Improve pool lookup adds 6626734dd2b1 mm_zone: Generalise has_managed_dma() adds c6ccd0988074 dma/pool: Avoid allocating redundant pools new c03e9c42ae8f Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kerne [...] adds 12a6ddfc76bb mm: add missing static initializer for init_mm::mm_cid.lock adds 6ac433f8b259 mm: rename cpu_bitmap field to flexible_array adds be31340a4cc2 mm: take into account mm_cid size for mm_struct static def [...] adds f9a49aa302a0 fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_s [...] adds 90f3c123247e panic: only warn about deprecated panic_print on write access adds b7880cb166ab migrate: correct lock ordering for hugetlb file folios adds 605f6586ecf7 mm/vma: do not leak memory when .mmap_prepare swaps the file adds b505f1944535 x86/kfence: avoid writing L1TF-vulnerable PTEs new 90888b4ae103 mm: remove unnecessary and incorrect mmap lock assert new ca1a47cd3f5f mm/hugetlb: fix hugetlb_pmd_shared() new 3937027caecb mm/hugetlb: fix two comments related to huge_pmd_unshare() new a8682d500f69 mm/rmap: fix two comments related to huge_pmd_unshare() new 8ce720d5bd91 mm/hugetlb: fix excessive IPI broadcasts when unsharing PM [...] new 35e247032606 mm: do not copy page tables unnecessarily for VM_UFFD_WP new cb7d761bf5d4 Docs/mm/allocation-profiling: describe sysctrl limitations [...] new 9bc9ccbf4c93 mm/kfence: fix potential deadlock in reboot notifier new 16aca2c98a6f mm: restore per-memcg proactive reclaim with !CONFIG_NUMA new c25f2fb1f469 Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://g [...] adds 48e6a9c4a208 of: platform: Use default match table for /firmware adds 81122fba08fa of: fix reference count leak in of_alias_scan() new 6c790212c588 Merge tag 'devicetree-fixes-for-6.19-3' of git://git.kerne [...] new 6b44801db770 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new 9c7e71c97c8c btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer() new 3f29d661e568 btrfs: sync read disk super and set block size new 1972f44c189c btrfs: reject new transactions if the fs is fully read-only new 1d8f69f453c2 btrfs: fix missing fields in superblock backup with BLOCK_ [...] new 34308187395f btrfs: add extra device item checks at mount new e8eceaf717ab Merge branch 'misc-6.19' into next-fixes new d741d9be7416 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 (03e13960d26f) \ N -- N -- N refs/heads/fs-current (d741d9be7416)
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 29 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: Documentation/admin-guide/sysctl/vm.rst | 4 + Documentation/mm/allocation-profiling.rst | 10 +++ MAINTAINERS | 4 + arch/x86/include/asm/kfence.h | 29 +++++-- drivers/ata/ahci.c | 10 +-- drivers/ata/libata-core.c | 8 +- drivers/ata/libata-sata.c | 2 +- drivers/firmware/efi/efi.c | 2 +- drivers/of/base.c | 8 +- drivers/of/platform.c | 2 +- drivers/pwm/core.c | 10 ++- drivers/pwm/pwm-max7360.c | 1 + fs/btrfs/disk-io.c | 19 ++++- fs/btrfs/fs.h | 8 ++ fs/btrfs/tree-log.c | 2 +- fs/btrfs/volumes.c | 42 ++++++++++ fs/btrfs/volumes.h | 4 + fs/fs-writeback.c | 7 +- fs/fuse/file.c | 4 +- include/asm-generic/tlb.h | 77 +++++++++++++++++- include/linux/hugetlb.h | 17 ++-- include/linux/mm.h | 6 +- include/linux/mm_types.h | 19 +++-- include/linux/mmzone.h | 9 +- include/linux/pagemap.h | 11 +++ kernel/dma/pool.c | 27 ++++-- kernel/panic.c | 4 +- mm/hugetlb.c | 131 ++++++++++++++++-------------- mm/init-mm.c | 5 +- mm/internal.h | 8 -- mm/kfence/core.c | 17 ++-- mm/memory.c | 11 ++- mm/migrate.c | 12 +-- mm/mmu_gather.c | 33 ++++++++ mm/page_alloc.c | 8 +- mm/rmap.c | 45 +++++----- mm/vma.c | 11 ++- mm/vmscan.c | 13 ++- 38 files changed, 470 insertions(+), 170 deletions(-)