The following commit has been merged in the master branch: commit ad76bf1ff18e059d64b70047940d298641d4cc2f Merge: 6f1f5caed5bfadd1cc8bdb0563eb8874dc3573ca 80c2fe022ef5d29f3bafee90c37dbcff18cab57a Author: Linus Torvalds torvalds@linux-foundation.org Date: Wed Dec 14 12:17:57 2022 -0800
Merge tag 'memblock-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Pull memblock updates from Mike Rapoport: "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"
* tag 'memblock-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock: memblock tests: remove completed TODO item memblock tests: add generic NUMA tests for memblock_alloc_exact_nid_raw memblock tests: add bottom-up NUMA tests for memblock_alloc_exact_nid_raw memblock tests: add top-down NUMA tests for memblock_alloc_exact_nid_raw memblock tests: introduce range tests for memblock_alloc_exact_nid_raw memblock test: Update TODO list memblock test: Add test to memblock_reserve() 129th region memblock test: Add test to memblock_add() 129th region
linux-merge@lists.open-mesh.org