This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f311d498be8f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new c0f1bc4e91c5 memblock tests: add command line help option new 61ebea2ba198 memblock tests: update reference to obsolete build option [...] new ac76d803c4f6 memblock tests: update tests to check if memblock_alloc ze [...] new 25b9defb5bc4 memblock tests: update zeroed memory check for memblock_al [...] new fb2e97fe853f memblock tests: add labels to verbose output for generic a [...] new 21a233f68afe memblock tests: add additional tests for basic api and mem [...] new deee033e0f8e memblock tests: update alloc_api to test memblock_alloc_raw new ae544fd62c14 memblock tests: update alloc_nid_api to test memblock_allo [...] new a541c6d428f7 memblock tests: add tests for memblock_*bottom_up functions new dcd45ad2ad78 memblock tests: add tests for memblock_trim_memory new 35e49953c31d memblock tests: remove 'cleared' from comment blocks new 42c3ba865818 memblock_tests: move variable declarations to single block new b338bde5a3a9 memblock tests: add simulation of physical memory with mul [...] new 50c80241f158 memblock tests: add top-down NUMA tests for memblock_alloc [...] new 4b41046e7c6b memblock tests: add bottom-up NUMA tests for memblock_allo [...] new 3e4519b7afc2 memblock tests: add generic NUMA tests for memblock_alloc_ [...] new 49da07006239 Merge tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/ [...]
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: tools/testing/memblock/scripts/Makefile.include | 2 +- tools/testing/memblock/tests/alloc_api.c | 223 ++- tools/testing/memblock/tests/alloc_helpers_api.c | 52 +- tools/testing/memblock/tests/alloc_nid_api.c | 1814 +++++++++++++++++++--- tools/testing/memblock/tests/alloc_nid_api.h | 16 + tools/testing/memblock/tests/basic_api.c | 767 +++++++++ tools/testing/memblock/tests/common.c | 42 +- tools/testing/memblock/tests/common.h | 86 +- 8 files changed, 2664 insertions(+), 338 deletions(-)