mbox series

[GIT,PULL] memblock updates for v6.1

Message ID Y0VHfYkFUqYwVAru@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] memblock updates for v6.1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock for-next

Message

Mike Rapoport Oct. 11, 2022, 10:37 a.m. UTC
Hi Linus,

The following changes since commit b90cb1053190353cc30f0fef0ef1f378ccc063c5:

  Linux 6.0-rc3 (2022-08-28 15:05:29 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock for-next

for you to fetch changes up to 3e4519b7afc2f9d99f9303468ee0b23f88399c8d:

  memblock tests: add generic NUMA tests for memblock_alloc_try_nid* (2022-09-18 10:30:20 +0300)

----------------------------------------------------------------
memblock: test suite improvements

* Added verification that memblock allocations zero the allocated memory
* Added more test cases for memblock_add(), memblock_remove(),
  memblock_reserve() and memblock_free()
* Added tests for memblock_*_raw() family
* Added tests for NUMA-aware allocations in memblock_alloc_try_nid() and
  memblock_alloc_try_nid_raw()

----------------------------------------------------------------
Rebecca Mckeever (16):
      memblock tests: add command line help option
      memblock tests: update reference to obsolete build option in comments
      memblock tests: update tests to check if memblock_alloc zeroed memory
      memblock tests: update zeroed memory check for memblock_alloc_* tests
      memblock tests: add labels to verbose output for generic alloc tests
      memblock tests: add additional tests for basic api and memblock_alloc
      memblock tests: update alloc_api to test memblock_alloc_raw
      memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_raw
      memblock tests: add tests for memblock_*bottom_up functions
      memblock tests: add tests for memblock_trim_memory
      memblock tests: remove 'cleared' from comment blocks
      memblock_tests: move variable declarations to single block
      memblock tests: add simulation of physical memory with multiple NUMA nodes
      memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*
      memblock tests: add bottom-up NUMA tests for memblock_alloc_try_nid*
      memblock tests: add generic NUMA tests for memblock_alloc_try_nid*

 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(-)

Comments

Linus Torvalds Oct. 12, 2022, 2:37 a.m. UTC | #1
On Tue, Oct 11, 2022 at 3:38 AM Mike Rapoport <rppt@kernel.org> wrote:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock for-next

Hmm. This doesn't look right.

Did you mean for me to pull the tag, not that "for-next" branch?

                 Linus
Mike Rapoport Oct. 12, 2022, 3:22 a.m. UTC | #2
On Tue, Oct 11, 2022 at 07:37:05PM -0700, Linus Torvalds wrote:
> On Tue, Oct 11, 2022 at 3:38 AM Mike Rapoport <rppt@kernel.org> wrote:
> >
> >   https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock for-next
> 
> Hmm. This doesn't look right.
> 
> Did you mean for me to pull the tag, not that "for-next" branch?

Right, this should have been 

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

>                  Linus
pr-tracker-bot@kernel.org Oct. 12, 2022, 3:55 a.m. UTC | #3
The pull request you sent on Tue, 11 Oct 2022 13:37:49 +0300:

> https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock for-next

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/49da070062390094112b423ba443ea193527b2e4

Thank you!