Re: [PATCH v5 0/4] memblock tests: add VERBOSE and MEMBLOCK_DEBUG Makefile options

From: Mike Rapoport
Date: Mon Jul 04 2022 - 13:04:39 EST


On Sun, Jul 03, 2022 at 11:06:54PM -0500, Rebecca Mckeever wrote:
> These patches add options VERBOSE and MEMBLOCK_DEBUG to Memblock
> simulator, which can be specified when running make. These patches also
> implement the functionality for these options.
>
> Rebecca Mckeever (4):
> memblock tests: Makefile: add arguments to control verbosity
> memblock tests: add verbose output to memblock tests
> memblock tests: set memblock_debug to enable memblock_dbg() messages
> memblock tests: remove completed TODO items

Applied, thanks!

> tools/testing/memblock/Makefile | 4 +
> tools/testing/memblock/README | 10 +-
> tools/testing/memblock/TODO | 14 +-
> tools/testing/memblock/internal.h | 7 +
> .../testing/memblock/scripts/Makefile.include | 10 +
> tools/testing/memblock/tests/alloc_api.c | 225 +++++++----
> .../memblock/tests/alloc_helpers_api.c | 129 ++++---
> tools/testing/memblock/tests/alloc_nid_api.c | 351 +++++++++++-------
> tools/testing/memblock/tests/basic_api.c | 337 +++++++++++------
> tools/testing/memblock/tests/common.c | 57 +++
> tools/testing/memblock/tests/common.h | 62 ++++
> 11 files changed, 850 insertions(+), 356 deletions(-)
>
> --
> 2.34.1
>

--
Sincerely yours,
Mike.