All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] memblock updates for v6.1
@ 2022-10-11 10:37 Mike Rapoport
  2022-10-12  2:37 ` Linus Torvalds
  2022-10-12  3:55 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Mike Rapoport @ 2022-10-11 10:37 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: David Hildenbrand, Mike Rapoport, Mike Rapoport,
	Rebecca Mckeever, Shaoqin Huang, linux-mm, linux-kernel

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(-)
-- 
Sincerely yours,
Mike.

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

* Re: [GIT PULL] memblock updates for v6.1
  2022-10-11 10:37 [GIT PULL] memblock updates for v6.1 Mike Rapoport
@ 2022-10-12  2:37 ` Linus Torvalds
  2022-10-12  3:22   ` Mike Rapoport
  2022-10-12  3:55 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2022-10-12  2:37 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: David Hildenbrand, Mike Rapoport, Rebecca Mckeever,
	Shaoqin Huang, linux-mm, linux-kernel

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

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

* Re: [GIT PULL] memblock updates for v6.1
  2022-10-12  2:37 ` Linus Torvalds
@ 2022-10-12  3:22   ` Mike Rapoport
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Rapoport @ 2022-10-12  3:22 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: David Hildenbrand, Mike Rapoport, Rebecca Mckeever,
	Shaoqin Huang, linux-mm, linux-kernel

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

-- 
Sincerely yours,
Mike.

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

* Re: [GIT PULL] memblock updates for v6.1
  2022-10-11 10:37 [GIT PULL] memblock updates for v6.1 Mike Rapoport
  2022-10-12  2:37 ` Linus Torvalds
@ 2022-10-12  3:55 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-10-12  3:55 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: Linus Torvalds, David Hildenbrand, Mike Rapoport, Mike Rapoport,
	Rebecca Mckeever, Shaoqin Huang, linux-mm, linux-kernel

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2022-10-12  3:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 10:37 [GIT PULL] memblock updates for v6.1 Mike Rapoport
2022-10-12  2:37 ` Linus Torvalds
2022-10-12  3:22   ` Mike Rapoport
2022-10-12  3:55 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.