All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Rapoport <rppt@kernel.org>
To: Rebecca Mckeever <remckee0@gmail.com>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	David Hildenbrand <david@redhat.com>
Subject: Re: [PATCH v5 0/4] memblock tests: add VERBOSE and MEMBLOCK_DEBUG Makefile options
Date: Mon, 4 Jul 2022 20:04:18 +0300	[thread overview]
Message-ID: <YsMdkmTk5uLsBLgD@kernel.org> (raw)
In-Reply-To: <cover.1656907314.git.remckee0@gmail.com>

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.


      parent reply	other threads:[~2022-07-04 17:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-04  4:06 [PATCH v5 0/4] memblock tests: add VERBOSE and MEMBLOCK_DEBUG Makefile options Rebecca Mckeever
2022-07-04  4:06 ` [PATCH v5 1/4] memblock tests: Makefile: add arguments to control verbosity Rebecca Mckeever
2022-07-04  4:06 ` [PATCH v5 2/4] memblock tests: add verbose output to memblock tests Rebecca Mckeever
2022-07-04  4:06 ` [PATCH v5 3/4] memblock tests: set memblock_debug to enable memblock_dbg() messages Rebecca Mckeever
2022-07-04  4:06 ` [PATCH v5 4/4] memblock tests: remove completed TODO items Rebecca Mckeever
2022-07-04 17:04 ` Mike Rapoport [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YsMdkmTk5uLsBLgD@kernel.org \
    --to=rppt@kernel.org \
    --cc=david@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=remckee0@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.