<?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 TODO</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b2128290c29902315e632ea59e0504d6bc9e9b42 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmerge</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#b2128290c29902315e632ea59e0504d6bc9e9b42</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmergeBackmerge of drm-next, mainly to pick up dt bindings docs updates toavoid conflicts.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Sat, 18 Jul 2026 17:06:55 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>637315cb400eed1dbe721954fea437a61a2d65b2 - Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#637315cb400eed1dbe721954fea437a61a2d65b2</link>
        <description>Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 7.3- Svadu/Zicfiss/Zicfilp FWFT support for Guest- Use try_cmpxchg for IMSIC MRIF RMW- More arch-specific tracepoints in KVM RISC-V- Eager Page Splitting for KVM RISC-V- Optimize hfence request handling for SMP Guests- Improve dirty log clearing by skipping zero bits in mask- Guard HFENCE range loops against overflow- CPU PM notifiers in KVM RISC-V for non-retentive idle states- Fix kernel-mode vector context save/restore for Guest

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Tue, 18 Aug 2026 13:07:31 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#efe86f088f48f18c27b648e5724048947f3b7fb4</link>
        <description>Merge drm/drm-next into drm-xe-nextSync some i915/display changesSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Tue, 14 Jul 2026 15:40:31 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6d177908bad5992e17669030db41caab88041d5e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#6d177908bad5992e17669030db41caab88041d5e</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.2-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Tue, 30 Jun 2026 14:55:43 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get drm-misc-next to v7.2-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Tue, 30 Jun 2026 10:16:00 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7dd19adaaac9a161723a24de7c270861063ec6ac - Merge tag &apos;v7.2-rc1&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#7dd19adaaac9a161723a24de7c270861063ec6ac</link>
        <description>Merge tag &apos;v7.2-rc1&apos; into drm-rust-nextMerge v7.2-rc1 into drm-rust-next to start the next cycle.Devres now requires T: &apos;static, which conflicts with shmem::Object usingDevres&lt;SGTableMap&lt;T, C&gt;&gt; without that bound. Resolve by adding &apos;staticas a supertrait to DriverObject and DeviceContext, which does notrestrict any current use cases since DriverObject is always implementedon owned, refcounted types and DeviceContext is a sealed marker traitwith only unit-type implementors.If DriverObject (or DeviceContext) ever becomes lifetime-parameterized(e.g. via a GAT for TTM backed objects), the &apos;static supertrait can berelaxed at that point.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Sun, 28 Jun 2026 22:39:43 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0eaed89c18aeedf0898baf2dbf5ff027c6795152 - Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#0eaed89c18aeedf0898baf2dbf5ff027c6795152</link>
        <description>Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Use designated initializers for sh_mtu2, sh_cmt, and sh_tmu, and    drop the unused initializer in the platform_device_id table for    sh_mtu2 (Uwe Kleine-K&#246;nig)  - Remove redundant dev_err()/dev_err_probe() messages when    devm_request_*_irq() fails, as the helper already logs an error    message (Pan Chuang)  - Fix a boot hang on Allwinner D1 when a forced minimum delta is used    with the sun4i timer (Felix Yan)  - Fix an IRQ leak in the cpuhp_setup_state() error path by freeing the    IRQ on failure in the NXP PIT driver (WenTao Liang)  - Fix incorrect unmapping of shared MMIO between the clocksource and    clockevent drivers. If one of them fails to initialize, the error    path unmaps the shared MMIO region, leaving the other driver with an    invalid mapping on clps711x (Guangshuo Li)  - Make the samsung_pwm driver compatible with PREEMPT_RT by replacing    regular spinlocks with raw_spinlock_t in atomic contexts (Marek    Szyprowski)  - Use __raw_readl() and __raw_writel() instead of ioread32() and    iowrite32() to support SWAP_IO_SPACE in the rtl-otto driver (Rustam    Adilov)  - Fix a missing clk_disable_unprepare() call in the timer    initialization error path of the Armada driver (Yuho Choi)Link: https://lore.kernel.org/lkml/75feea31-683d-45a1-87f4-ab045e0152ae@oss.qualcomm.com

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Mon, 17 Aug 2026 10:29:52 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b4d85f863e5a6f1fa01b186001af0f68f4f5239e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Sat, 15 Aug 2026 06:26:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>76904fccf81936c084faebc73ac72c0919a42941 - Merge tag &apos;v7.2-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#76904fccf81936c084faebc73ac72c0919a42941</link>
        <description>Merge tag &apos;v7.2-rc3&apos; into nextSync up with mainline to pull in stable fixes to avoid merge conflicts.

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Tue, 14 Jul 2026 04:06:00 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00599d4841790d05401820a96cf7edb193888b00 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#00599d4841790d05401820a96cf7edb193888b00</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesPull in tag v7.2-rc1 so that drm-misc-fixes becomes useful again,and drm-misc-next-fixes can be closed.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Mon, 29 Jun 2026 17:58:00 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>9611c0ce215a66770ccbe5c126bf57ba8c31bcad - Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#9611c0ce215a66770ccbe5c126bf57ba8c31bcad</link>
        <description>Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-currentThis pulls in the merge commit for MFD updates for v7.2. The PR containsa build-time dependency of one of the GPIO commits that will follow.

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Fri, 19 Jun 2026 10:50:17 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>21bd909c78241a61c991e1fb332cea04c340e5f0 - Merge tag &apos;memblock-v7.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#21bd909c78241a61c991e1fb332cea04c340e5f0</link>
        <description>Merge tag &apos;memblock-v7.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockPull memblock updates from Mike Rapoport: &quot;Small fixes and a cleanup:   - numa emulation: fix detection of under-allocated emulated nodes   - memblock tests: fix NUMA tests to properly differentiate reserved     areas with differnet flags   - mm_init: use div64_ul() instead of do_div() to better express the     intent of the division&quot;* tag &apos;memblock-v7.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:  mm: mm_init: use div64_ul() instead of do_div()  tools/testing/memblock: fix stale NUMA reservation tests  mm/fake-numa: fix under-allocation detection in uniform split

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Wed, 17 Jun 2026 21:16:28 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>9588076fb21992a5d14efeb99134ebf034c7b84f - tools/testing/memblock: fix stale NUMA reservation tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#9588076fb21992a5d14efeb99134ebf034c7b84f</link>
        <description>tools/testing/memblock: fix stale NUMA reservation testsmemblock allocations now reserve memory with MEMBLOCK_RSRV_KERN and,on NUMA configurations, record the requested node on the reservedregion. Several memblock simulator NUMA tests still expected mergesthat only worked before those reservation semantics changed, so thesuite aborted even though the allocator behavior was correct.Update the NUMA merge expectations in the memblock_alloc_try_nid()and memblock_alloc_exact_nid_raw() tests to match the current reservedregion metadata rules. For cases that should still merge, create thepre-existing reservation with matching nid and MEMBLOCK_RSRV_KERNmetadata. Also strengthen the memblock_alloc_node() coverage bychecking the newly created reserved region directly instead ofre-reading the source memory node descriptor.Finally, drop the stale README/TODO notes that still claimedmemblock_alloc_node() could not be tested.The memblock simulator passes again with NUMA enabled after theseupdates.Signed-off-by: Priyanshu Kumar &lt;priyanshukumarpu@gmail.com&gt;Link: https://patch.msgid.link/20260415122731.1768912-1-priyanshukumarpu@gmail.com[rppt: dropped unrelated changes]Signed-off-by: Mike Rapoport (Microsoft) &lt;rppt@kernel.org&gt;

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Wed, 15 Apr 2026 14:27:31 +0200</pubDate>
        <dc:creator>Priyanshu Kumar &lt;priyanshukumarpu@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7ae9fb1b7ecbb5d85d07857943f677fd1a559b18 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#7ae9fb1b7ecbb5d85d07857943f677fd1a559b18</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.3 merge window.

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Tue, 21 Feb 2023 20:19:49 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f84981772535e670e4e2df051a672af229b6694 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#6f84981772535e670e4e2df051a672af229b6694</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging into drm-misc-next to get DRM accelerator infrastructure,which is required by ipuv driver.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Thu, 19 Jan 2023 10:56:12 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>407da561244b9d51e6a794d6305ba38ec2c9d907 - Merge tag &apos;v6.2-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#407da561244b9d51e6a794d6305ba38ec2c9d907</link>
        <description>Merge tag &apos;v6.2-rc3&apos; into nextMerge with mainline to bring in timer_shutdown_sync() API.

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Tue, 10 Jan 2023 05:28:19 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0d8eae7b124e2ddaee00f186fe922450faad0ed7 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#0d8eae7b124e2ddaee00f186fe922450faad0ed7</link>
        <description>Merge drm/drm-next into drm-intel-nextSync up with v6.2-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Mon, 02 Jan 2023 10:31:03 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b501d4dc83aa3940189b68045cadc8b3eac73988 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#b501d4dc83aa3940189b68045cadc8b3eac73988</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSync after v6.2-rc1 landed in drm-next.We need to get some dependencies in place before we can mergethe fixes series from Gwan-gyeong and Chris.References: https://lore.kernel.org/all/Y6x5JCDnh2rvh4lA@intel.com/Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Fri, 30 Dec 2022 10:09:09 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6599e683db1bf22fee74302c47e31b9a42a1c3d2 - Merge tag &apos;v6.2-rc1&apos; into media_tree</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#6599e683db1bf22fee74302c47e31b9a42a1c3d2</link>
        <description>Merge tag &apos;v6.2-rc1&apos; into media_treeLinux 6.2-rc1* tag &apos;v6.2-rc1&apos;: (14398 commits)  Linux 6.2-rc1  treewide: Convert del_timer*() to timer_shutdown*()  pstore: Properly assign mem_type property  pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES  cfi: Fix CFI failure with KASAN  perf python: Fix splitting CC into compiler and options  afs: Stop implementing -&gt;writepage()  afs: remove afs_cache_netfs and afs_zap_permits() declarations  afs: remove variable nr_servers  afs: Fix lost servers_outstanding count  ALSA: usb-audio: Add new quirk FIXED_RATE for JBL Quantum810 Wireless  ALSA: azt3328: Remove the unused function snd_azf3328_codec_outl()  gcov: add support for checksum field  test_maple_tree: add test for mas_spanning_rebalance() on insufficient data  maple_tree: fix mas_spanning_rebalance() on insufficient data  hugetlb: really allocate vma lock for all sharable vmas  kmsan: export kmsan_handle_urb  kmsan: include linux/vmalloc.h  mm/mempolicy: fix memory leak in set_mempolicy_home_node system call  mm, mremap: fix mremap() expanding vma with addr inside vma  ...

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Wed, 28 Dec 2022 17:07:44 +0100</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d0e99511834b6828c960e978d9a8cb6e5731250d - Merge wireless into wireless-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#d0e99511834b6828c960e978d9a8cb6e5731250d</link>
        <description>Merge wireless into wireless-nextDue to the two cherry picked commits from wireless to wireless-next we haveseveral conflicts in mt76. To avoid any bugs with conflicts merge wireless intowireless-next.96f134dc1964 wifi: mt76: handle possible mt76_rx_token_consume failuresfe13dad8992b wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf fails

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Tue, 17 Jan 2023 12:36:25 +0100</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
