Hi Linus, The following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354: Linux 6.12-rc3 (2024-10-13 14:33:32 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/memblock-v6.13-rc1 for you to fetch changes up to 98b7beba1ee6fb4ee755812e6c06cfc9084e7430: memblock: uniformly initialize all reserved pages to MIGRATE_MOVABLE (2024-10-28 12:16:06 +0200) ---------------------------------------------------------------- memblock: updates for 6.13-rc1 * 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 ---------------------------------------------------------------- Hua Su (1): memblock: uniformly initialize all reserved pages to MIGRATE_MOVABLE Thorsten Blum (1): mm: Use str_on_off() helper function in report_meminit() mm/mm_init.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- Sincerely yours, Mike.