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.