mbox series

[0/3] A minor hotplug refactoring

Message ID 20220307150725.6810-1-osalvador@suse.de (mailing list archive)
Headers show
Series A minor hotplug refactoring | expand

Message

Oscar Salvador March 7, 2022, 3:07 p.m. UTC
Hi,

These are a few cleanups that go on top of Michal's work [1].

Thanks

[1] https://lore.kernel.org/lkml/20220127085305.20890-1-mhocko@kernel.org/

Oscar Salvador (3):
  mm/page_alloc: Do not calculate node's total pages and memmap pages
    when empty
  mm/memory_hotplug: Reset node's state when empty during offline
  mm/memory_hotplug: Refactor hotadd_init_pgdat and try_online_node

 include/linux/memory_hotplug.h |  2 +-
 mm/memory_hotplug.c            | 93 ++++++++++++++++++----------------
 mm/page_alloc.c                | 59 +++++++--------------
 3 files changed, 69 insertions(+), 85 deletions(-)

Comments

Andrew Morton April 27, 2022, 9:05 p.m. UTC | #1
On Mon,  7 Mar 2022 16:07:22 +0100 Oscar Salvador <osalvador@suse.de> wrote:

> Hi,
> 
> These are a few cleanups that go on top of Michal's work [1].
> 

Has anyone (else) had a chance to review these?

Thanks.