On Sat, Aug 27, 2022 at 12:42:42AM -0500, Rebecca Mckeever wrote: > These patches update existing tests in memblock simulator, add > additional tests for memblock functions that are already being tested, > and add test coverage for additional memblock functions. > > Rebecca Mckeever (8): > 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 > > tools/testing/memblock/tests/alloc_api.c | 168 +++- > .../memblock/tests/alloc_helpers_api.c | 20 +- > tools/testing/memblock/tests/alloc_nid_api.c | 252 +++--- > tools/testing/memblock/tests/basic_api.c | 767 ++++++++++++++++++ > tools/testing/memblock/tests/common.c | 7 + > tools/testing/memblock/tests/common.h | 55 ++ > 6 files changed, 1082 insertions(+), 187 deletions(-) Applied, thanks! -- Sincerely yours, Mike.