From: Naoya Horiguchi <naoya.horiguchi@linux.dev>
To: linux-mm@kvack.org
Cc: Andrew Morton <akpm@linux-foundation.org>,
Miaohe Lin <linmiaohe@huawei.com>,
David Hildenbrand <david@redhat.com>,
Mike Kravetz <mike.kravetz@oracle.com>,
Yang Shi <shy828301@gmail.com>,
Oscar Salvador <osalvador@suse.de>,
Muchun Song <songmuchun@bytedance.com>,
Jane Chu <jane.chu@oracle.com>,
Naoya Horiguchi <naoya.horiguchi@nec.com>,
linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
Date: Mon, 5 Sep 2022 15:21:33 +0900 [thread overview]
Message-ID: <20220905062137.1455537-1-naoya.horiguchi@linux.dev> (raw)
Hi,
This patchset tries to solve the issue among memory_hotplug, hugetlb and
hwpoison. Based on the discussion on v1, this version goes in the
direction of changing the behavior of memory hotplug for hwpoison:
- hwpoison pages should not prevent memory hotremove,
- memory block with hwpoison pages should not be onlined.
I tested both with ACPI-based and sysfs-based memory hotplug, and passed
basic testcases.
Any comments and feedbacks would be appreciated.
Thanks,
Naoya Horiguchi
v1: https://lore.kernel.org/linux-mm/20220427042841.678351-1-naoya.horiguchi@linux.dev/T
---
Summary:
Naoya Horiguchi (4):
mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage
mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c
mm/hwpoison: pass pfn to num_poisoned_pages_*()
mm/hwpoison: introduce per-memory_block hwpoison counter
arch/parisc/kernel/pdt.c | 5 ++---
drivers/base/memory.c | 36 ++++++++++++++++++++++++++++++++++++
include/linux/memory.h | 3 +++
include/linux/mm.h | 12 ++++++++++++
include/linux/swapops.h | 25 -------------------------
mm/internal.h | 8 --------
mm/memory-failure.c | 45 +++++++++++++++++++++++----------------------
mm/memory_hotplug.c | 22 +++++++++++-----------
mm/sparse.c | 2 --
9 files changed, 87 insertions(+), 71 deletions(-)
next reply other threads:[~2022-09-05 6:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-05 6:21 Naoya Horiguchi [this message]
2022-09-05 6:21 ` [PATCH v2 1/4] mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage Naoya Horiguchi
2022-09-06 2:59 ` Miaohe Lin
2022-09-06 6:14 ` HORIGUCHI NAOYA(堀口 直也)
2022-09-06 8:14 ` Miaohe Lin
2022-09-07 4:12 ` HORIGUCHI NAOYA(堀口 直也)
2022-09-05 6:21 ` [PATCH v2 2/4] mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c Naoya Horiguchi
2022-09-05 6:34 ` HORIGUCHI NAOYA(堀口 直也)
2022-09-07 2:20 ` Miaohe Lin
2022-09-05 6:21 ` [PATCH v2 3/4] mm/hwpoison: pass pfn to num_poisoned_pages_*() Naoya Horiguchi
2022-09-07 2:32 ` Miaohe Lin
2022-09-05 6:21 ` [PATCH v2 4/4] mm/hwpoison: introduce per-memory_block hwpoison counter Naoya Horiguchi
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=20220905062137.1455537-1-naoya.horiguchi@linux.dev \
--to=naoya.horiguchi@linux.dev \
--cc=akpm@linux-foundation.org \
--cc=david@redhat.com \
--cc=jane.chu@oracle.com \
--cc=linmiaohe@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mike.kravetz@oracle.com \
--cc=naoya.horiguchi@nec.com \
--cc=osalvador@suse.de \
--cc=shy828301@gmail.com \
--cc=songmuchun@bytedance.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