linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Mike Rapoport <rppt@kernel.org>
To: akpm@linux-foundation.org, Wei Yang <richard.weiyang@gmail.com>
Cc: Mike Rapoport <rppt@kernel.org>, linux-mm@kvack.org
Subject: Re: [PATCH v2] mm/mm_init.c: don't initialize page->lru again
Date: Mon, 10 Jun 2024 18:13:45 +0300	[thread overview]
Message-ID: <171803242097.2075814.9033502955442177977.b4-ty@kernel.org> (raw)
In-Reply-To: <20240610143742.26401-1-richard.weiyang@gmail.com>

From: Mike Rapoport (IBM) <rppt@kernel.org>

On Mon, 10 Jun 2024 14:37:42 +0000, Wei Yang wrote:
> Current page initialization call flow looks like this with some
> simplification:
> 
> setup_arch()
>   paging_init()
>     free_area_init()
>       memmap_init()
>         memmap_init_zone_range()
> 	  memmap_init_range()
> 	    defer_init()
> 	    __init_single_page()
> mm_core_init()
>   mem_init()
>     memblock_free_all()
>       free_low_memory_core_early()
>         memmap_init_reserved_pages()
>           reserve_bootmem_region()
> 	    init_reserved_page()
> 	      __init_single_page()
> 
> [...]

Applied to for-next branch of memblock.git tree, thanks!

[1/1] mm/mm_init.c: don't initialize page->lru again
      commit: 0e9899feed9cbb7d33c01ad849dc307b1560b0ab

tree: https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
branch: for-next

--
Sincerely yours,
Mike.



      reply	other threads:[~2024-06-10 15:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-10 14:37 Wei Yang
2024-06-10 15:13 ` Mike Rapoport [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=171803242097.2075814.9033502955442177977.b4-ty@kernel.org \
    --to=rppt@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-mm@kvack.org \
    --cc=richard.weiyang@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox