From: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
To: linux-mm@kvack.org
Cc: xiaolong.ye@intel.com, Andrew Morton <akpm@linux-foundation.org>,
Chen Gong <gong.chen@linux.intel.com>,
lkp@01.org, linux-kernel@vger.kernel.org,
Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>,
Naoya Horiguchi <nao.horiguchi@gmail.com>
Subject: [PATCH v1 0/2] mm: hwpoison: fix mce-test.ras.fail on 23a003bfd2
Date: Wed, 26 Apr 2017 18:10:39 +0900 [thread overview]
Message-ID: <1493197841-23986-1-git-send-email-n-horiguchi@ah.jp.nec.com> (raw)
Hello,
I wrote fixes for the problems reported by http://lkml.kernel.org/r/20170417055948.GM31394@yexl-desktop.
These 2 patches make tsimpleinj.c delivered in mce-test test suite pass.
[build8:~/mce-test-official/cases/function/hwpoison]$ ./tsimpleinj
dirty page 0x7f657aecb000
signal 7 code 4 addr 0x7f657aecb000
recovered
mlocked page 0x7f657aeca000
signal 7 code 4 addr 0x7f657aeca000
recovered
clean file page 0x7f657aec9000
23
recovered
file dirty page 0x7f657aec8000
signal 7 code 4 addr 0x7f657aec8000
recovered
no error on msync expect error
no error on fsync expect error
hole file dirty page 0x7f657aec7000
signal 7 code 4 addr 0x7f657aec7000
recovered
no error on hole msync expect error
no error on hole fsync expect error
SUCCESS
I'm digging another similar issue for hugetlb pages, which need some more
research and code, so I'll send it separately later.
Thanks,
Naoya Horiguchi
---
Summary:
Naoya Horiguchi (2):
mm: hwpoison: call shake_page() unconditionally
mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page
mm/hwpoison-inject.c | 3 +--
mm/memory-failure.c | 35 +++++++++++++++++++----------------
2 files changed, 20 insertions(+), 18 deletions(-)
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next reply other threads:[~2017-04-26 9:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-26 9:10 Naoya Horiguchi [this message]
2017-04-26 9:10 ` [PATCH v1 1/2] mm: hwpoison: call shake_page() unconditionally Naoya Horiguchi
2017-04-26 9:10 ` [PATCH v1 2/2] mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page 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=1493197841-23986-1-git-send-email-n-horiguchi@ah.jp.nec.com \
--to=n-horiguchi@ah.jp.nec.com \
--cc=akpm@linux-foundation.org \
--cc=gong.chen@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=lkp@01.org \
--cc=nao.horiguchi@gmail.com \
--cc=xiaolong.ye@intel.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