mbox series

[GIT,PULL] memblock updates for 6.13-rc1

Message ID Z0bTBc6aoyOpuhU1@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] memblock updates for 6.13-rc1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/memblock-v6.13-rc1

Message

Mike Rapoport Nov. 27, 2024, 8:06 a.m. UTC
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(-)