]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge tag 'fixes-2025-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 May 2025 17:23:53 +0000 (10:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 May 2025 17:23:53 +0000 (10:23 -0700)
Pull memblock fixes from Mike Rapoport:

 - Mark set_high_memory() as __init to fix section mismatch

 - Accept memory allocated in memblock_double_array() to mitigate crash
   of SNP guests

* tag 'fixes-2025-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  memblock: Accept allocated memory before use in memblock_double_array()
  mm,mm_init: Mark set_high_memory as __init


Trivial merge