]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge tag 'memblock-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Nov 2024 19:13:25 +0000 (11:13 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Nov 2024 19:13:25 +0000 (11:13 -0800)
Pull memblock updates from Mike Rapoport:

 - replace hardcoded strings with str_on_off() in report_meminit()

 - initialize reserved pages to MIGRATE_MOVABLE when deferred struct
   page initialization is enabled so that if the reserved pages are
   freed they are put on movable free lists like it is done now when
   deferred struct page initialization is disabled

* tag 'memblock-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  memblock: uniformly initialize all reserved pages to MIGRATE_MOVABLE
  mm: Use str_on_off() helper function in report_meminit()

1  2 
mm/mm_init.c

diff --cc mm/mm_init.c
Simple merge