]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge tag 'memblock-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Dec 2025 16:56:10 +0000 (08:56 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Dec 2025 16:56:10 +0000 (08:56 -0800)
Pull memblock update from Mike Rapoport:
 "Introduce a 'check_pages' boot parameter to decouple simple checks for
  page state on allocation and free from CONFIG_DEBUG_VM.

  This allows enabling page checking without building kernel with
  CONFIG_DEBUG_VM or forcing init_on_{alloc, free} or other heavier
  mechanisms"

* tag 'memblock-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  mm/mm_init: Introduce a boot parameter for check_pages

1  2 
Documentation/admin-guide/kernel-parameters.txt
mm/mm_init.c

diff --cc mm/mm_init.c
Simple merge