linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Mike Rapoport <rppt@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: David Hildenbrand <david@redhat.com>,
	Mike Rapoport <rppt@kernel.org>,
	Mike Rapoport <rppt@linux.ibm.com>,
	Rebecca Mckeever <remckee0@gmail.com>,
	Shaoqin Huang <shaoqin.huang@intel.com>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] memblock updates for v6.2
Date: Tue, 13 Dec 2022 10:00:18 +0200	[thread overview]
Message-ID: <Y5gxEtdyZuqp6hZd@kernel.org> (raw)

Hi Linus,

The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763:

  Linux 6.1-rc3 (2022-10-30 15:19:28 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/memblock-v6.2-rc1

for you to fetch changes up to 80c2fe022ef5d29f3bafee90c37dbcff18cab57a:

  memblock tests: remove completed TODO item (2022-11-08 09:50:24 +0200)

----------------------------------------------------------------
memblock: extend test coverage

* add tests that trigger reallocation of memblock structures from
  memblock itself via memblock_double_array()
* add tests for memblock_alloc_exact_nid_raw() that verify that requested
  node and memory range constraints are respected.

----------------------------------------------------------------
Rebecca Mckeever (5):
      memblock tests: introduce range tests for memblock_alloc_exact_nid_raw
      memblock tests: add top-down NUMA tests for memblock_alloc_exact_nid_raw
      memblock tests: add bottom-up NUMA tests for memblock_alloc_exact_nid_raw
      memblock tests: add generic NUMA tests for memblock_alloc_exact_nid_raw
      memblock tests: remove completed TODO item

Shaoqin Huang (3):
      memblock test: Add test to memblock_add() 129th region
      memblock test: Add test to memblock_reserve() 129th region
      memblock test: Update TODO list

 tools/testing/memblock/Makefile                    |    2 +-
 tools/testing/memblock/TODO                        |   14 +-
 tools/testing/memblock/main.c                      |    2 +
 tools/testing/memblock/tests/alloc_exact_nid_api.c | 1113 ++++++++++++++++++++
 tools/testing/memblock/tests/alloc_exact_nid_api.h |   25 +
 tools/testing/memblock/tests/alloc_nid_api.c       |  546 +++++-----
 tools/testing/memblock/tests/alloc_nid_api.h       |    1 +
 tools/testing/memblock/tests/basic_api.c           |  184 ++++
 tools/testing/memblock/tests/common.c              |    7 +-
 tools/testing/memblock/tests/common.h              |    8 +-
 10 files changed, 1622 insertions(+), 280 deletions(-)
 create mode 100644 tools/testing/memblock/tests/alloc_exact_nid_api.c
 create mode 100644 tools/testing/memblock/tests/alloc_exact_nid_api.h

-- 
Sincerely yours,
Mike.


             reply	other threads:[~2022-12-13  8:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-13  8:00 Mike Rapoport [this message]
2022-12-14 22:25 ` pr-tracker-bot

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=Y5gxEtdyZuqp6hZd@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 \
    --cc=rppt@linux.ibm.com \
    --cc=shaoqin.huang@intel.com \
    --cc=torvalds@linux-foundation.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox