* [GIT PULL] memblock: fix fragility in checks for unset node ID
@ 2024-06-23 6:26 Mike Rapoport
2024-06-23 15:13 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Mike Rapoport @ 2024-06-23 6:26 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, linux-mm, linux-kernel
Hi Linus,
The following changes since commit 3ac36aa7307363b7247ccb6f6a804e11496b2b36:
x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node() (2024-06-06 22:20:39 +0300)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2024-06-23
for you to fetch changes up to 8043832e2a123fd9372007a29192f2f3ba328cd6:
memblock: use numa_valid_node() helper to check for invalid node ID (2024-06-16 10:17:57 +0300)
----------------------------------------------------------------
memblock: fix fragility in checks for unset node ID
Use numa_valid_node() function to verify that nid is a valid node ID
instead of inconsistent comparisons with either NUMA_NO_NODE or
MAX_NUMNODES.
----------------------------------------------------------------
Mike Rapoport (IBM) (1):
memblock: use numa_valid_node() helper to check for invalid node ID
include/linux/numa.h | 5 +++++
mm/memblock.c | 28 +++++++---------------------
2 files changed, 12 insertions(+), 21 deletions(-)
--
Sincerely yours,
Mike.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] memblock: fix fragility in checks for unset node ID
2024-06-23 6:26 [GIT PULL] memblock: fix fragility in checks for unset node ID Mike Rapoport
@ 2024-06-23 15:13 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-06-23 15:13 UTC (permalink / raw)
To: Mike Rapoport; +Cc: Linus Torvalds, Andrew Morton, linux-mm, linux-kernel
The pull request you sent on Sun, 23 Jun 2024 09:26:20 +0300:
> https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2024-06-23
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0971e82ea34c5e01cd3e68d231caa81780e8cafb
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-23 15:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-23 6:26 [GIT PULL] memblock: fix fragility in checks for unset node ID Mike Rapoport
2024-06-23 15:13 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox