[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190617043635.13201-1-alastair@au1.ibm.com>
Date: Mon, 17 Jun 2019 14:36:26 +1000
From: "Alastair D'Silva" <alastair@....ibm.com>
To: alastair@...ilva.org
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Oscar Salvador <osalvador@...e.com>,
David Hildenbrand <david@...hat.com>,
Michal Hocko <mhocko@...e.com>,
Pavel Tatashin <pasha.tatashin@...een.com>,
Wei Yang <richard.weiyang@...il.com>, Qian Cai <cai@....pw>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...nel.org>,
Josh Poimboeuf <jpoimboe@...hat.com>,
Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
Peter Zijlstra <peterz@...radead.org>,
Jiri Kosina <jkosina@...e.cz>,
Mukesh Ojha <mojha@...eaurora.org>,
Arun KS <arunks@...eaurora.org>,
Mike Rapoport <rppt@...ux.vnet.ibm.com>,
Baoquan He <bhe@...hat.com>,
Logan Gunthorpe <logang@...tatee.com>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] mm: Cleanup & allow modules to hotplug memory
From: Alastair D'Silva <alastair@...ilva.org>
This series addresses some minor issues found when developing a
persistent memory driver.
As well as cleanup code, it also exports try_online_node so that
it can be called from driver modules that provide access to additional
physical memory.
Alastair D'Silva (5):
mm: Trigger bug on if a section is not found in __section_nr
mm: don't hide potentially null memmap pointer in
sparse_remove_one_section
mm: Don't manually decrement num_poisoned_pages
mm/hotplug: Avoid RCU stalls when removing large amounts of memory
mm/hotplug: export try_online_node
include/linux/memory_hotplug.h | 4 ++--
kernel/cpu.c | 2 +-
mm/memory_hotplug.c | 23 ++++++++++++++++++-----
mm/sparse.c | 28 +++++++++++++++++-----------
4 files changed, 38 insertions(+), 19 deletions(-)
--
2.21.0
Powered by blists - more mailing lists