linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] memblock updates for v5.20
@ 2022-08-09  7:25 Mike Rapoport
  2022-08-09 17:02 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Rapoport @ 2022-08-09  7:25 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: David Hildenbrand, Jinyu Tang, Liu Xinpeng, Ma Wupeng,
	Mike Rapoport, Mike Rapoport, Rebecca Mckeever, Shaoqin Huang,
	linux-mm, linux-kernel

Hi Linus,

The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:

  Linux 5.19-rc4 (2022-06-26 14:22:10 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/memblock-v5.20-rc1

for you to fetch changes up to 04d9490986d1e04a38db88276115e6b3c9ec3faa:

  memblock test: Modify the obsolete description in README (2022-07-30 11:46:49 +0300)

----------------------------------------------------------------
memblock updates for v5.20

* An optimization in memblock_add_range() to reduce array traversals
* Improvements to the memblock test suite

----------------------------------------------------------------
Jinyu Tang (1):
      memblock: avoid some repeat when add new range

Liu Xinpeng (1):
      memblock tests: fix compilation errors

Rebecca Mckeever (5):
      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
      memblock tests: change build options to run-time options

Shaoqin Huang (1):
      memblock test: Modify the obsolete description in README

 mm/memblock.c                                    |  11 +
 tools/testing/memblock/Makefile                  |   3 +-
 tools/testing/memblock/README                    |  17 +-
 tools/testing/memblock/TODO                      |  14 +-
 tools/testing/memblock/internal.h                |  11 +
 tools/testing/memblock/linux/memory_hotplug.h    |   8 +-
 tools/testing/memblock/main.c                    |   2 +
 tools/testing/memblock/scripts/Makefile.include  |  10 +-
 tools/testing/memblock/tests/alloc_api.c         | 225 ++++++++++-----
 tools/testing/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            | 118 ++++++++
 tools/testing/memblock/tests/common.h            |  54 ++++
 14 files changed, 920 insertions(+), 370 deletions(-)

-- 
Sincerely yours,
Mike.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-09 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09  7:25 [GIT PULL] memblock updates for v5.20 Mike Rapoport
2022-08-09 17:02 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox