Hi Linus, The following changes since commit b90cb1053190353cc30f0fef0ef1f378ccc063c5: Linux 6.0-rc3 (2022-08-28 15:05:29 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock for-next for you to fetch changes up to 3e4519b7afc2f9d99f9303468ee0b23f88399c8d: memblock tests: add generic NUMA tests for memblock_alloc_try_nid* (2022-09-18 10:30:20 +0300) ---------------------------------------------------------------- memblock: test suite improvements * Added verification that memblock allocations zero the allocated memory * Added more test cases for memblock_add(), memblock_remove(), memblock_reserve() and memblock_free() * Added tests for memblock_*_raw() family * Added tests for NUMA-aware allocations in memblock_alloc_try_nid() and memblock_alloc_try_nid_raw() ---------------------------------------------------------------- Rebecca Mckeever (16): memblock tests: add command line help option memblock tests: update reference to obsolete build option in comments memblock tests: update tests to check if memblock_alloc zeroed memory memblock tests: update zeroed memory check for memblock_alloc_* tests memblock tests: add labels to verbose output for generic alloc tests memblock tests: add additional tests for basic api and memblock_alloc memblock tests: update alloc_api to test memblock_alloc_raw memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_raw memblock tests: add tests for memblock_*bottom_up functions memblock tests: add tests for memblock_trim_memory memblock tests: remove 'cleared' from comment blocks memblock_tests: move variable declarations to single block memblock tests: add simulation of physical memory with multiple NUMA nodes memblock tests: add top-down NUMA tests for memblock_alloc_try_nid* memblock tests: add bottom-up NUMA tests for memblock_alloc_try_nid* memblock tests: add generic NUMA tests for memblock_alloc_try_nid* tools/testing/memblock/scripts/Makefile.include | 2 +- tools/testing/memblock/tests/alloc_api.c | 223 ++- tools/testing/memblock/tests/alloc_helpers_api.c | 52 +- tools/testing/memblock/tests/alloc_nid_api.c | 1814 +++++++++++++++++++--- tools/testing/memblock/tests/alloc_nid_api.h | 16 + tools/testing/memblock/tests/basic_api.c | 767 +++++++++ tools/testing/memblock/tests/common.c | 42 +- tools/testing/memblock/tests/common.h | 86 +- 8 files changed, 2664 insertions(+), 338 deletions(-) -- Sincerely yours, Mike.