<?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 config</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>06bc7ff0a1e0f2b0102e1314e3527a7ec0997851 - Merge tag &apos;asoc-fix-v7.1-rc2&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/tools/testing/selftests/mm/config#06bc7ff0a1e0f2b0102e1314e3527a7ec0997851</link>
        <description>Merge tag &apos;asoc-fix-v7.1-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.1Another batch of fixes, plus a couple of quirks (mostly AMD ones, as hasbeen the case recently).  All driver changes, including fixes for theKUnit tests for the Cirrus drivers that could cause memory corruption.

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Wed, 06 May 2026 16:10:00 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>2b4d0215bec0f09bfb872e9a8aa1e1943a42d5e7 - Merge tag &apos;mm-hotfixes-stable-2026-04-30-15-39&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#2b4d0215bec0f09bfb872e9a8aa1e1943a42d5e7</link>
        <description>Merge tag &apos;mm-hotfixes-stable-2026-04-30-15-39&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull MM fixes from Andrew Morton: &quot;20 hotfixes. All are for MM (and for MMish maintainers). 9 are  cc:stable and the remainder are for post-7.0 issues or aren&apos;t deemed  suitable for backporting.  There are two DAMON series from SeongJae Park which address races  which could lead to use-after-free errors, and avoid the possibility  of presenting stale parameter values to users&quot;* tag &apos;mm-hotfixes-stable-2026-04-30-15-39&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:  mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()  mm/userfaultfd: detect VMA type change after copy retry in mfill_copy_folio_retry()  MAINTAINERS: remove stale kdump project URL  mm/damon/stat: detect and use fresh enabled value  mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid values  mm/damon/reclaim: detect and use fresh enabled and kdamond_pid values  selftests/mm: specify requirement for PROC_MEM_ALWAYS_FORCE=y  mm/damon/sysfs-schemes: protect path kfree() with damon_sysfs_lock  mm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lock  MAINTAINERS: update Li Wang&apos;s email address  MAINTAINERS, mailmap: update email address for Qi Zheng  MAINTAINERS: update Liam&apos;s email address  mm/hugetlb_cma: round up per_node before logging it  MAINTAINERS: fix regex pattern in CORE MM category  mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()  mm: start background writeback based on per-wb threshold for strictlimit BDIs  kho: fix error handling in kho_add_subtree()  liveupdate: fix return value on session allocation failure  mailmap: update entry for Dan Carpenter  vmalloc: fix buffer overflow in vrealloc_node_align()

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Fri, 01 May 2026 17:45:23 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a3907a3169d09ebaeef9631ab6a4534314545ef7 - selftests/mm: specify requirement for PROC_MEM_ALWAYS_FORCE=y</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#a3907a3169d09ebaeef9631ab6a4534314545ef7</link>
        <description>selftests/mm: specify requirement for PROC_MEM_ALWAYS_FORCE=ySeveral of the mm selftests made use of /proc/pid/mem as part of theiroperation but we do not specify this in the config fragment for them, atleast mkdirty and ksm_functional_tests have this requirement.This has been working fine in practice since PROC_MEM_ALWAYS_FORCE was thedefault setting but commit 599bbba5a36f (&quot;proc: make PROC_MEM_FORCE_PTRACEthe Kconfig default&quot;) that is no longer the case, meaning that tests runon kernels built based on defconfigs have started having the new morerestrictive default and failing.  Add PROC_MEM_ALWAYS_FORCE to the configfragment for the mm selftests.Thanks to Aishwarya TCV for spotting the issue and identifying the committhat introduced it.Link: https://lore.kernel.org/20260416-selftests-mm-proc-mem-always-force-v1-1-3f5865153c67@kernel.orgFixes: 599bbba5a36f (&quot;proc: make PROC_MEM_FORCE_PTRACE the Kconfig default&quot;) Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;Reported-by: Aishwarya TCV &lt;aishwarya.tcv@arm.com&gt;Reviewed-by: Mike Rapoport (Microsoft) &lt;rppt@kernel.org&gt;Acked-by: David Hildenbrand (Arm) &lt;david@kernel.org&gt;Reviewed-by: Anshuman Khandual &lt;anshuman.khandual@arm.com&gt;Reviewed-by: Dev Jain &lt;dev.jain@arm.com&gt;Cc: Lorenzo Stoakes &lt;ljs@kernel.org&gt;Cc: Michal Hocko &lt;mhocko@suse.com&gt;Cc: Mike Rapoport &lt;rppt@kernel.org&gt;Cc: Shuah Khan &lt;shuah@kernel.org&gt;Cc: Suren Baghdasaryan &lt;surenb@google.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Thu, 16 Apr 2026 20:40:56 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3e9e952bb3139ad1e08f3e1960239c2988ab90c9 - Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#3e9e952bb3139ad1e08f3e1960239c2988ab90c9</link>
        <description>Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Mon, 20 Apr 2026 13:41:28 +0200</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>d4eb7b2da66c848709e31585b9c371fa234abc39 - Merge branch &apos;for-7.1/core-v2&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#d4eb7b2da66c848709e31585b9c371fa234abc39</link>
        <description>Merge branch &apos;for-7.1/core-v2&apos; into for-linus- fixed handling of 0-sized reports (Dmitry Torokhov)- convert core code to __free() (Dmitry Torokhov)- support for multiple batteries per HID device (Lucas Zampieri)

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Thu, 16 Apr 2026 21:01:18 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#8b85987d3cf50178f67618122d9f3bb202f62f42</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s merge 7.0-rc1 to start the new drm-misc-next windowSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Mon, 23 Feb 2026 11:48:20 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b0a67f310bfa5e13d66c9f6b4bd88ea504a576a9 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#b0a67f310bfa5e13d66c9f6b4bd88ea504a576a9</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc1Cross-merge BPF and other fixes after downstream PR.No conflicts.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Thu, 19 Feb 2026 20:08:53 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>eeccf287a2a517954b57cf9d733b3cf5d47afa34 - Merge tag &apos;mm-stable-2026-02-18-19-48&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#eeccf287a2a517954b57cf9d733b3cf5d47afa34</link>
        <description>Merge tag &apos;mm-stable-2026-02-18-19-48&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull more MM  updates from Andrew Morton: - &quot;mm/vmscan: fix demotion targets checks in reclaim/demotion&quot; fixes a   couple of issues in the demotion code - pages were failed demotion   and were finding themselves demoted into disallowed nodes (Bing Jiao) - &quot;Remove XA_ZERO from error recovery of dup_mmap()&quot; fixes a rare   mapledtree race and performs a number of cleanups (Liam Howlett) - &quot;mm: add bitmap VMA flag helpers and convert all mmap_prepare to use   them&quot; implements a lot of cleanups following on from the conversion   of the VMA flags into a bitmap (Lorenzo Stoakes) - &quot;support batch checking of references and unmapping for large folios&quot;   implements batching to greatly improve the performance of reclaiming   clean file-backed large folios (Baolin Wang) - &quot;selftests/mm: add memory failure selftests&quot; does as claimed (Miaohe   Lin)* tag &apos;mm-stable-2026-02-18-19-48&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (36 commits)  mm/page_alloc: clear page-&gt;private in free_pages_prepare()  selftests/mm: add memory failure dirty pagecache test  selftests/mm: add memory failure clean pagecache test  selftests/mm: add memory failure anonymous page test  mm: rmap: support batched unmapping for file large folios  arm64: mm: implement the architecture-specific clear_flush_young_ptes()  arm64: mm: support batch clearing of the young flag for large folios  arm64: mm: factor out the address and ptep alignment into a new helper  mm: rmap: support batched checks of the references for large folios  tools/testing/vma: add VMA userland tests for VMA flag functions  tools/testing/vma: separate out vma_internal.h into logical headers  tools/testing/vma: separate VMA userland tests into separate files  mm: make vm_area_desc utilise vma_flags_t only  mm: update all remaining mmap_prepare users to use vma_flags_t  mm: update shmem_[kernel]_file_*() functions to use vma_flags_t  mm: update secretmem to use VMA flags on mmap_prepare  mm: update hugetlbfs to use VMA flags on mmap_prepare  mm: add basic VMA flag operation helper functions  tools: bitmap: add missing bitmap_[subset(), andnot()]  mm: add mk_vma_flags() bitmap flag macro helper  ...

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Thu, 19 Feb 2026 05:50:32 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ff4ef2fbd10192357da76fd80796b7262df21b78 - selftests/mm: add memory failure anonymous page test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#ff4ef2fbd10192357da76fd80796b7262df21b78</link>
        <description>selftests/mm: add memory failure anonymous page testPatch series &quot;selftests/mm: add memory failure selftests&quot;, v4.Introduce selftests to validate the functionality of memory failure. These tests help ensure that memory failure handling for anonymous pages,pagecaches pages works correctly, including proper SIGBUS delivery to userprocesses, page isolation, and recovery paths.Currently madvise syscall is used to inject memory failures.  And onlyanonymous pages and pagecaches are tested.  More test scenarios, e.g. hugetlb, shmem, thp, will be added.  Also more memory failure injectingmethods will be supported, e.g.  APEI Error INJection, if required.This patch (of 3):This patch adds a new kselftest to validate memory failure handling foranonymous pages. The test performs the following operations:1. Allocates anonymous pages using mmap().2. Injects memory failure via madvise syscall.3. Verifies expected error handling behavior.4. Unpoison memory.This test helps ensure that memory failure handling for anonymous pagesworks correctly, including proper SIGBUS delivery to user processes, pageisolation and recovery paths.Link: https://lkml.kernel.org/r/20260206031639.2707102-1-linmiaohe@huawei.comLink: https://lkml.kernel.org/r/20260206031639.2707102-2-linmiaohe@huawei.comSigned-off-by: Miaohe Lin &lt;linmiaohe@huawei.com&gt;Cc: David Hildenbrand &lt;david@kernel.org&gt;Cc: Liam Howlett &lt;liam.howlett@oracle.com&gt;Cc: Lorenzo Stoakes &lt;lorenzo.stoakes@oracle.com&gt;Cc: Mark Brown &lt;broonie@kernel.org&gt;Cc: Michal Hocko &lt;mhocko@suse.com&gt;Cc: Mike Rapoport &lt;rppt@kernel.org&gt;Cc: Naoya Horiguchi &lt;nao.horiguchi@gmail.com&gt;Cc: Shuah Khan &lt;shuah@kernel.org&gt;Cc: Suren Baghdasaryan &lt;surenb@google.com&gt;Cc: Vlastimil Babka &lt;vbabka@suse.cz&gt;Cc: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/mm/config</description>
        <pubDate>Fri, 06 Feb 2026 04:16:37 +0100</pubDate>
        <dc:creator>Miaohe Lin &lt;linmiaohe@huawei.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/tools/testing/selftests/mm/config#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/tools/testing/selftests/mm/config</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>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#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/tools/testing/selftests/mm/config</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>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#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/tools/testing/selftests/mm/config</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>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/tools/testing/selftests/mm/config</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/tools/testing/selftests/mm/config#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/tools/testing/selftests/mm/config</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>b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mm/config#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/tools/testing/selftests/mm/config</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>
