<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>cdd4dc3aebeab43a72ce0bc2b5bab6f0a80b97a5 - Merge tag &apos;ntfs-for-7.1-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#cdd4dc3aebeab43a72ce0bc2b5bab6f0a80b97a5</link>
        <description>Merge tag &apos;ntfs-for-7.1-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfsPull ntfs resurrection from Namjae Jeon: &quot;Ever since Kari Argillander&#8217;s 2022 report [1] regarding the state of  the ntfs3 driver, I have spent the last 4 years working to provide  full write support and current trends (iomap, no buffer head, folio),  enhanced performance, stable maintenance, utility support including  fsck for NTFS in Linux.  This new implementation is built upon the clean foundation of the  original read-only NTFS driver, adding:   - Write support:     Implemented full write support based on the classic read-only NTFS     driver. Added delayed allocation to improve write performance     through multi-cluster allocation and reduced fragmentation of the     cluster bitmap.   - iomap conversion:     Switched buffered IO (reads/writes), direct IO, file extent     mapping, readpages, and writepages to use iomap.   - Remove buffer_head:     Completely removed buffer_head usage by converting to folios. As a     result, the dependency on CONFIG_BUFFER_HEAD has been removed from     Kconfig.   - Stability improvements:     The new ntfs driver passes 326 xfstests, compared to 273 for ntfs3.     All tests passed by ntfs3 are a complete subset of the tests passed     by this implementation. Added support for fallocate, idmapped     mounts, permissions, and more.  xfstests Results report:     Total tests run: 787     Passed         : 326     Failed         : 38     Skipped        : 423  Failed tests breakdown:    - 34 tests require metadata journaling    - 4 other tests:         094: No unwritten extent concept in NTFS on-disk format         563: cgroup v2 aware writeback accounting not supported         631: RENAME_WHITEOUT support required         787: NFS delegation test&quot;Link: https://lore.kernel.org/all/da20d32b-5185-f40b-48b8-2986922d8b25@stargateuniverse.net/ [1][ Let&apos;s see if this undead filesystem ends up being of the &quot;Easter  miracle&quot; kind, or the &quot;Nosferatu of filesystems&quot; kind... ]* tag &apos;ntfs-for-7.1-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs: (46 commits)  ntfs: remove redundant out-of-bound checks  ntfs: add bound checking to ntfs_external_attr_find  ntfs: add bound checking to ntfs_attr_find  ntfs: fix ignoring unreachable code warnings  ntfs: fix inconsistent indenting warnings  ntfs: fix variable dereferenced before check warnings  ntfs: prefer IS_ERR_OR_NULL() over manual NULL check  ntfs: harden ntfs_listxattr against EA entries  ntfs: harden ntfs_ea_lookup against malformed EA entries  ntfs: check $EA query-length in ntfs_ea_get  ntfs: validate WSL EA payload sizes  ntfs: fix WSL ea restore condition  ntfs: add missing newlines to pr_err() messages  ntfs: fix pointer/integer casting warnings  ntfs: use -&gt;mft_no instead of -&gt;i_ino in prints  ntfs: change mft_no type to u64  ntfs: select FS_IOMAP in Kconfig  ntfs: add MODULE_ALIAS_FS  ntfs: reduce stack usage in ntfs_write_mft_block()  ntfs: fix sysctl table registration and path  ...

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Sat, 18 Apr 2026 01:35:49 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>47503f989736d6c4c9f8bfca1c28d267473ccd4b - ntfs: add Kconfig and Makefile</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#47503f989736d6c4c9f8bfca1c28d267473ccd4b</link>
        <description>ntfs: add Kconfig and MakefileIntroduce Kconfig and Makefile for remade ntfs.And this patch make ntfs and ntfs3 mutually exclusive so only one can bebuilt-in(y), while both can still be built as modules(m).Reviewed-by: Amir Goldstein &lt;amir73il@gmail.com&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Acked-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Namjae Jeon &lt;linkinjeon@kernel.org&gt;

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Mon, 02 Feb 2026 08:00:57 +0100</pubDate>
        <dc:creator>Namjae Jeon &lt;linkinjeon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b966ae42235a88eaea714be09ff3d698535bdfe - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#9b966ae42235a88eaea714be09ff3d698535bdfe</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Mon, 13 Oct 2025 09:19:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2ace52718376fdb56aca863da2eebe70d7e2ddb1 - Merge branch &apos;objtool/core&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#2ace52718376fdb56aca863da2eebe70d7e2ddb1</link>
        <description>Merge branch &apos;objtool/core&apos;Bring in the UDB and objtool data annotations to avoid conflicts while further extending the bug exceptions.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Fri, 21 Nov 2025 11:21:20 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad</link>
        <description>Merge commit &apos;linus&apos; into core/bugs, to resolve conflictsResolve conflicts with this commit that was developed in parallelduring the merge window: 8c8efa93db68 (&quot;x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust&quot;) Conflicts:	arch/riscv/include/asm/bug.h	arch/x86/include/asm/bug.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Tue, 05 Aug 2025 11:15:34 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f39b6c468c52745dbca9a842d91c8373fda208ab - Merge tag &apos;v6.18-rc6&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#f39b6c468c52745dbca9a842d91c8373fda208ab</link>
        <description>Merge tag &apos;v6.18-rc6&apos; into for-linusSync up with the mainline to bring in definition ofINPUT_PROP_HAPTIC_TOUCHPAD.

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Tue, 18 Nov 2025 08:16:55 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4f38da1f027ea2c9f01bb71daa7a299c191b6940 - spi: Merge up v6.18-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#4f38da1f027ea2c9f01bb71daa7a299c191b6940</link>
        <description>spi: Merge up v6.18-rc1Ensure my CI has a sensible baseline.

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Mon, 13 Oct 2025 14:32:13 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec2e0fb07d789976c601bec19ecced7a501c3705 - Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#ec2e0fb07d789976c601bec19ecced7a501c3705</link>
        <description>Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.18A moderately large collection of driver specific fixes, plus a few newquirks and device IDs.  The NAU8821 changes are a little large but morein mechanical ways than in ways that are complex.

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Thu, 16 Oct 2025 20:14:24 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>48a710760e10a4f36e11233a21860796ba204b1e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#48a710760e10a4f36e11233a21860796ba204b1e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 10:59:58 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b051897df2375414587a245ecb9bb1a4d26b3b8 - Merge tag &apos;v6.17-rc2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#4b051897df2375414587a245ecb9bb1a4d26b3b8</link>
        <description>Merge tag &apos;v6.17-rc2&apos; into HEADSync up with mainline to bring in changes to include/linux/sprintf.h

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Thu, 21 Aug 2025 20:46:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8804d970fab45726b3c7cd7f240b31122aa94219 - Merge tag &apos;mm-stable-2025-10-01-19-00&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#8804d970fab45726b3c7cd7f240b31122aa94219</link>
        <description>Merge tag &apos;mm-stable-2025-10-01-19-00&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull MM updates from Andrew Morton: - &quot;mm, swap: improve cluster scan strategy&quot; from Kairui Song improves   performance and reduces the failure rate of swap cluster allocation - &quot;support large align and nid in Rust allocators&quot; from Vitaly Wool   permits Rust allocators to set NUMA node and large alignment when   perforning slub and vmalloc reallocs - &quot;mm/damon/vaddr: support stat-purpose DAMOS&quot; from Yueyang Pan extend   DAMOS_STAT&apos;s handling of the DAMON operations sets for virtual   address spaces for ops-level DAMOS filters - &quot;execute PROCMAP_QUERY ioctl under per-vma lock&quot; from Suren   Baghdasaryan reduces mmap_lock contention during reads of   /proc/pid/maps - &quot;mm/mincore: minor clean up for swap cache checking&quot; from Kairui Song   performs some cleanup in the swap code - &quot;mm: vm_normal_page*() improvements&quot; from David Hildenbrand provides   code cleanup in the pagemap code - &quot;add persistent huge zero folio support&quot; from Pankaj Raghav provides   a block layer speedup by optionalls making the   huge_zero_pagepersistent, instead of releasing it when its refcount   falls to zero - &quot;kho: fixes and cleanups&quot; from Mike Rapoport adds a few touchups to   the recently added Kexec Handover feature - &quot;mm: make mm-&gt;flags a bitmap and 64-bit on all arches&quot; from Lorenzo   Stoakes turns mm_struct.flags into a bitmap. To end the constant   struggle with space shortage on 32-bit conflicting with 64-bit&apos;s   needs - &quot;mm/swapfile.c and swap.h cleanup&quot; from Chris Li cleans up some swap   code - &quot;selftests/mm: Fix false positives and skip unsupported tests&quot; from   Donet Tom fixes a few things in our selftests code - &quot;prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised&quot;   from David Hildenbrand &quot;allows individual processes to opt-out of   THP=always into THP=madvise, without affecting other workloads on the   system&quot;.   It&apos;s a long story - the [1/N] changelog spells out the considerations - &quot;Add and use memdesc_flags_t&quot; from Matthew Wilcox gets us started on   the memdesc project. Please see      https://kernelnewbies.org/MatthewWilcox/Memdescs and      https://blogs.oracle.com/linux/post/introducing-memdesc - &quot;Tiny optimization for large read operations&quot; from Chi Zhiling   improves the efficiency of the pagecache read path - &quot;Better split_huge_page_test result check&quot; from Zi Yan improves our   folio splitting selftest code - &quot;test that rmap behaves as expected&quot; from Wei Yang adds some rmap   selftests - &quot;remove write_cache_pages()&quot; from Christoph Hellwig removes that   function and converts its two remaining callers - &quot;selftests/mm: uffd-stress fixes&quot; from Dev Jain fixes some UFFD   selftests issues - &quot;introduce kernel file mapped folios&quot; from Boris Burkov introduces   the concept of &quot;kernel file pages&quot;. Using these permits btrfs to   account its metadata pages to the root cgroup, rather than to the   cgroups of random inappropriate tasks - &quot;mm/pageblock: improve readability of some pageblock handling&quot; from   Wei Yang provides some readability improvements to the page allocator   code - &quot;mm/damon: support ARM32 with LPAE&quot; from SeongJae Park teaches DAMON   to understand arm32 highmem - &quot;tools: testing: Use existing atomic.h for vma/maple tests&quot; from   Brendan Jackman performs some code cleanups and deduplication under   tools/testing/ - &quot;maple_tree: Fix testing for 32bit compiles&quot; from Liam Howlett fixes   a couple of 32-bit issues in tools/testing/radix-tree.c - &quot;kasan: unify kasan_enabled() and remove arch-specific   implementations&quot; from Sabyrzhan Tasbolatov moves KASAN arch-specific   initialization code into a common arch-neutral implementation - &quot;mm: remove zpool&quot; from Johannes Weiner removes zspool - an   indirection layer which now only redirects to a single thing   (zsmalloc) - &quot;mm: task_stack: Stack handling cleanups&quot; from Pasha Tatashin makes a   couple of cleanups in the fork code - &quot;mm: remove nth_page()&quot; from David Hildenbrand makes rather a lot of   adjustments at various nth_page() callsites, eventually permitting   the removal of that undesirable helper function - &quot;introduce kasan.write_only option in hw-tags&quot; from Yeoreum Yun   creates a KASAN read-only mode for ARM, using that architecture&apos;s   memory tagging feature. It is felt that a read-only mode KASAN is   suitable for use in production systems rather than debug-only - &quot;mm: hugetlb: cleanup hugetlb folio allocation&quot; from Kefeng Wang does   some tidying in the hugetlb folio allocation code - &quot;mm: establish const-correctness for pointer parameters&quot; from Max   Kellermann makes quite a number of the MM API functions more accurate   about the constness of their arguments. This was getting in the way   of subsystems (in this case CEPH) when they attempt to improving   their own const/non-const accuracy - &quot;Cleanup free_pages() misuse&quot; from Vishal Moola fixes a number of   code sites which were confused over when to use free_pages() vs   __free_pages() - &quot;Add Rust abstraction for Maple Trees&quot; from Alice Ryhl makes the   mapletree code accessible to Rust. Required by nouveau and by its   forthcoming successor: the new Rust Nova driver - &quot;selftests/mm: split_huge_page_test: split_pte_mapped_thp   improvements&quot; from David Hildenbrand adds a fix and some cleanups to   the thp selftesting code - &quot;mm, swap: introduce swap table as swap cache (phase I)&quot; from Chris   Li and Kairui Song is the first step along the path to implementing   &quot;swap tables&quot; - a new approach to swap allocation and state tracking   which is expected to yield speed and space improvements. This   patchset itself yields a 5-20% performance benefit in some situations - &quot;Some ptdesc cleanups&quot; from Matthew Wilcox utilizes the new memdesc   layer to clean up the ptdesc code a little - &quot;Fix va_high_addr_switch.sh test failure&quot; from Chunyu Hu fixes some   issues in our 5-level pagetable selftesting code - &quot;Minor fixes for memory allocation profiling&quot; from Suren Baghdasaryan   addresses a couple of minor issues in relatively new memory   allocation profiling feature - &quot;Small cleanups&quot; from Matthew Wilcox has a few cleanups in   preparation for more memdesc work - &quot;mm/damon: add addr_unit for DAMON_LRU_SORT and DAMON_RECLAIM&quot; from   Quanmin Yan makes some changes to DAMON in furtherance of supporting   arm highmem - &quot;selftests/mm: Add -Wunreachable-code and fix warnings&quot; from Muhammad   Anjum adds that compiler check to selftests code and fixes the   fallout, by removing dead code - &quot;Improvements to Victim Process Thawing and OOM Reaper Traversal   Order&quot; from zhongjinji makes a number of improvements in the OOM   killer: mainly thawing a more appropriate group of victim threads so   they can release resources - &quot;mm/damon: misc fixups and improvements for 6.18&quot; from SeongJae Park   is a bunch of small and unrelated fixups for DAMON - &quot;mm/damon: define and use DAMON initialization check function&quot; from   SeongJae Park implement reliability and maintainability improvements   to a recently-added bug fix - &quot;mm/damon/stat: expose auto-tuned intervals and non-idle ages&quot; from   SeongJae Park provides additional transparency to userspace clients   of the DAMON_STAT information - &quot;Expand scope of khugepaged anonymous collapse&quot; from Dev Jain removes   some constraints on khubepaged&apos;s collapsing of anon VMAs. It also   increases the success rate of MADV_COLLAPSE against an anon vma - &quot;mm: do not assume file == vma-&gt;vm_file in compat_vma_mmap_prepare()&quot;   from Lorenzo Stoakes moves us further towards removal of   file_operations.mmap(). This patchset concentrates upon clearing up   the treatment of stacked filesystems - &quot;mm: Improve mlock tracking for large folios&quot; from Kiryl Shutsemau   provides some fixes and improvements to mlock&apos;s tracking of large   folios. /proc/meminfo&apos;s &quot;Mlocked&quot; field became more accurate - &quot;mm/ksm: Fix incorrect accounting of KSM counters during fork&quot; from   Donet Tom fixes several user-visible KSM stats inaccuracies across   forks and adds selftest code to verify these counters - &quot;mm_slot: fix the usage of mm_slot_entry&quot; from Wei Yang addresses   some potential but presently benign issues in KSM&apos;s mm_slot handling* tag &apos;mm-stable-2025-10-01-19-00&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (372 commits)  mm: swap: check for stable address space before operating on the VMA  mm: convert folio_page() back to a macro  mm/khugepaged: use start_addr/addr for improved readability  hugetlbfs: skip VMAs without shareable locks in hugetlb_vmdelete_list  alloc_tag: fix boot failure due to NULL pointer dereference  mm: silence data-race in update_hiwater_rss  mm/memory-failure: don&apos;t select MEMORY_ISOLATION  mm/khugepaged: remove definition of struct khugepaged_mm_slot  mm/ksm: get mm_slot by mm_slot_entry() when slot is !NULL  hugetlb: increase number of reserving hugepages via cmdline  selftests/mm: add fork inheritance test for ksm_merging_pages counter  mm/ksm: fix incorrect KSM counter handling in mm_struct during fork  drivers/base/node: fix double free in register_one_node()  mm: remove PMD alignment constraint in execmem_vmalloc()  mm/memory_hotplug: fix typo &apos;esecially&apos; -&gt; &apos;especially&apos;  mm/rmap: improve mlock tracking for large folios  mm/filemap: map entire large folio faultaround  mm/fault: try to map the entire file folio in finish_fault()  mm/rmap: mlock large folios in try_to_unmap_one()  mm/rmap: fix a mlock race condition in folio_referenced_one()  ...

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Fri, 03 Oct 2025 03:18:33 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c090868f59ce888db838cf543d18f731d13ed498 - Revert &quot;hugetlb: make hugetlb depends on SYSFS or SYSCTL&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#c090868f59ce888db838cf543d18f731d13ed498</link>
        <description>Revert &quot;hugetlb: make hugetlb depends on SYSFS or SYSCTL&quot;Commit f8142cf94d47 (&quot;hugetlb: make hugetlb depends on SYSFS or SYSCTL&quot;)added dependency on SYSFS or SYSCTL but hugetlb can be used without SYSFSor SYSCTL.  So this dependency is wrong and should be removed.For users with CONFIG_SYSFS or CONFIG_SYSCTL on, there should be nodifference.  For users have CONFIG_SYSFS and CONFIG_SYSCTL bothundefined, hugetlbfs can still works perfectly well through cmdlineexcept a possible kismet warning[1] when select CONFIG_HUGETLBFS. IMHO, it might not worth a backport.This reverts commit f8142cf94d4737ea0c3baffb3b9bad8addcb9b6b.  Itoverlooked the scenario of using hugetlb through boot parameters whenit was submitted.Link: https://lkml.kernel.org/r/20250826030955.2898709-1-linmiaohe@huawei.comLink: https://lore.kernel.org/all/5c99458f-4a91-485f-8a35-3618a992e2e4@csgroup.eu/ [1]Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202508222032.bwJsQPZ1-lkp@intel.com/Signed-off-by: Miaohe Lin &lt;linmiaohe@huawei.com&gt;Cc: David Hildenbrand &lt;david@redhat.com&gt;Cc: Muchun Song &lt;muchun.song@linux.dev&gt;Cc: Oscar Salvador &lt;osalvador@suse.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Tue, 26 Aug 2025 05:09:55 +0200</pubDate>
        <dc:creator>Miaohe Lin &lt;linmiaohe@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/Kconfig#b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging to drm-misc-next-fixes to get features and fixes fromv6.17-rc6.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/fs/Kconfig</description>
        <pubDate>Mon, 15 Sep 2025 10:23:28 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
