<?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>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>80c2fe022ef5d29f3bafee90c37dbcff18cab57a - memblock tests: remove completed TODO item</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#80c2fe022ef5d29f3bafee90c37dbcff18cab57a</link>
        <description>memblock tests: remove completed TODO itemRemove completed item from TODO list.Reviewed-by: David Hildenbrand &lt;david@redhat.com&gt;Signed-off-by: Rebecca Mckeever &lt;remckee0@gmail.com&gt;Signed-off-by: Mike Rapoport &lt;rppt@linux.ibm.com&gt;Link: https://lore.kernel.org/r/f2263abe45613b28f1583fbf04a4bffcf735bcf6.1667802195.git.remckee0@gmail.com

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Mon, 07 Nov 2022 07:28:09 +0100</pubDate>
        <dc:creator>Rebecca Mckeever &lt;remckee0@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>62a56c540797681a5b50a4c06bf638f79b6013bc - memblock test: Update TODO list</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#62a56c540797681a5b50a4c06bf638f79b6013bc</link>
        <description>memblock test: Update TODO listRemove the completed items from TODO list.Signed-off-by: Shaoqin Huang &lt;shaoqin.huang@intel.com&gt;Signed-off-by: Mike Rapoport &lt;rppt@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20221011062128.49359-4-shaoqin.huang@intel.com

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Tue, 11 Oct 2022 08:21:22 +0200</pubDate>
        <dc:creator>Shaoqin Huang &lt;shaoqin.huang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>fe833b4edc594a4a6f1ce2d68975733e17b8f8ed - memblock tests: remove completed TODO items</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#fe833b4edc594a4a6f1ce2d68975733e17b8f8ed</link>
        <description>memblock tests: remove completed TODO itemsRemove completed items from TODO list.Signed-off-by: Rebecca Mckeever &lt;remckee0@gmail.com&gt;Signed-off-by: Mike Rapoport &lt;rppt@linux.ibm.com&gt;Link: https://lore.kernel.org/r/6a3e74fcb51a07e8d9fbbcbe84bdb8aa8b00e843.1656907314.git.remckee0@gmail.com

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Mon, 04 Jul 2022 06:06:58 +0200</pubDate>
        <dc:creator>Rebecca Mckeever &lt;remckee0@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>000605cd1b14f0970465a44bfe89da93cca66348 - memblock tests: remove completed TODO item</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#000605cd1b14f0970465a44bfe89da93cca66348</link>
        <description>memblock tests: remove completed TODO itemRemove completed item from TODO list.Signed-off-by: Rebecca Mckeever &lt;remckee0@gmail.com&gt;Reviewed-by: David Hildenbrand &lt;david@redhat.com&gt;Signed-off-by: Mike Rapoport &lt;rppt@linux.ibm.com&gt;

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Sun, 01 May 2022 00:49:40 +0200</pubDate>
        <dc:creator>Rebecca Mckeever &lt;remckee0@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>58ffc34896db2e5e49e6ae6bf8042f85504d84e8 - memblock tests: Add TODO and README files</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/memblock/TODO#58ffc34896db2e5e49e6ae6bf8042f85504d84e8</link>
        <description>memblock tests: Add TODO and README filesAdd description of the project, its structure and how to run it.List what is left to implement and what the known issues are.Signed-off-by: Karolina Drobnik &lt;karolinadrobnik@gmail.com&gt;Signed-off-by: Mike Rapoport &lt;rppt@linux.ibm.com&gt;Link: https://lore.kernel.org/r/d5e39b9f7dcef177ebc14282727447bc21e3b38f.1646055639.git.karolinadrobnik@gmail.com

            List of files:
            /linux/tools/testing/memblock/TODO</description>
        <pubDate>Mon, 28 Feb 2022 15:46:51 +0100</pubDate>
        <dc:creator>Karolina Drobnik &lt;karolinadrobnik@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
