mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-05 13:24:23 +08:00
62a56c5407
Remove the completed items from TODO list. Signed-off-by: Shaoqin Huang <shaoqin.huang@intel.com> Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> Link: https://lore.kernel.org/r/20221011062128.49359-4-shaoqin.huang@intel.com
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
TODO
|
|
=====
|
|
|
|
1. Add test cases using this functions (implement them for both directions):
|
|
+ memblock_alloc_raw()
|
|
+ memblock_alloc_exact_nid_raw()
|
|
+ memblock_alloc_try_nid_raw()
|
|
|
|
2. Add tests for memblock_alloc_node() to check if the correct NUMA node is set
|
|
for the new region
|