From: Mike Rapoport <rppt@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Mike Rapoport <rppt@kernel.org>,
Wei Yang <richard.weiyang@gmail.com>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] memblock: fixes for nid setting in memmap_init_reserved_pages()
Date: Tue, 29 Apr 2025 09:26:37 +0300 [thread overview]
Message-ID: <aBBxHaHCu8qyO3E-@kernel.org> (raw)
Hi Linus,
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2025-04-29
for you to fetch changes up to 3b394dff15e14550a26b133fc7b556b5b526f6a5:
memblock tests: add test for memblock_set_node (2025-04-07 09:28:01 +0300)
----------------------------------------------------------------
memblock: fixes for nid setting in memmap_init_reserved_pages()
* pass 'size' rather than 'end' to memblock_set_node() as that function
expects
* fix a corner case when memblock.reserved is doubled at
memmap_init_reserved_pages() and the newly reserved block won't have nid
assigned
----------------------------------------------------------------
Masami Hiramatsu (Google) (1):
memblock tests: Fix mutex related build error
Wei Yang (3):
mm/memblock: pass size instead of end to memblock_set_node()
mm/memblock: repeat setting reserved region nid if array is doubled
memblock tests: add test for memblock_set_node
mm/memblock.c | 12 +++-
tools/testing/memblock/internal.h | 6 ++
tools/testing/memblock/linux/mutex.h | 14 +++++
tools/testing/memblock/tests/basic_api.c | 102 +++++++++++++++++++++++++++++++
4 files changed, 133 insertions(+), 1 deletion(-)
create mode 100644 tools/testing/memblock/linux/mutex.h
--
Sincerely yours,
Mike.
next reply other threads:[~2025-04-29 6:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-29 6:26 Mike Rapoport [this message]
2025-04-29 22:36 ` [GIT PULL] memblock: fixes for nid setting in memmap_init_reserved_pages() pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aBBxHaHCu8qyO3E-@kernel.org \
--to=rppt@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=richard.weiyang@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.