xref: /linux/tools/testing/memblock/TODO (revision 61da03328a603d2d4a5b2e80cbe29bbf0122e6f8)
1TODO
2=====
3
41. Add test cases using this functions (implement them for both directions):
5   + memblock_alloc_raw()
6   + memblock_alloc_exact_nid_raw()
7   + memblock_alloc_try_nid_raw()
8
92. Add tests for memblock_alloc_node() to check if the correct NUMA node is set
10   for the new region
11