[GIT PULL] memblock fixes for v6.15-rc6

From: Mike Rapoport
Date: Sun May 11 2025 - 01:31:52 EST


Hi Linus,

The following changes since commit 92a09c47464d040866cf2b4cd052bc60555185fb:

Linux 6.15-rc5 (2025-05-04 13:55:04 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2025-05-11

for you to fetch changes up to da8bf5daa5e55a6af2b285ecda460d6454712ff4:

memblock: Accept allocated memory before use in memblock_double_array() (2025-05-09 08:53:12 +0300)

----------------------------------------------------------------
memblock fixes for v6.15-rc6

* Mark set_high_memory() as __init to fix section mismatch
* Accept memory allocated in memblock_double_array() to mitigate crash of SNP
guests

----------------------------------------------------------------
Oscar Salvador (1):
mm,mm_init: Mark set_high_memory as __init

Tom Lendacky (1):
memblock: Accept allocated memory before use in memblock_double_array()

mm/memblock.c | 9 ++++++++-
mm/mm_init.c | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)

--
Sincerely yours,
Mike.