From: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
To: Wang Xiaoqiang <wangxq10@lzu.edu.cn>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-mm@kvack.org" <linux-mm@kvack.org>
Subject: Re: [PATCH] memory-failure/hwpoison_user_mappings: move the comment about swap cache pages' check to proper location
Date: Tue, 4 Aug 2015 23:05:18 +0000 [thread overview]
Message-ID: <20150804230517.GA13606@hori1.linux.bs1.fc.nec.co.jp> (raw)
In-Reply-To: <20150804202038.0ca2777e@hp>
On Tue, Aug 04, 2015 at 08:20:38PM +0800, Wang Xiaoqiang wrote:
> Hi Naoya,
>
> This patch just move the comment about swap cache pages' check to the
> proper location in 'hwpoison_user_mappings' function.
>
> Signed-off-by: Wang Xiaoqiang <wangxq10@lzu.edu.cn>
Thank you for finding out this.
Acked-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
> ---
> mm/memory-failure.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/mm/memory-failure.c b/mm/memory-failure.c
> index 1cf7f29..3253abb 100644
> --- a/mm/memory-failure.c
> +++ b/mm/memory-failure.c
> @@ -945,10 +945,6 @@ static int hwpoison_user_mappings(struct page *p, unsigned long pfn,
> if (!(PageLRU(hpage) || PageHuge(p)))
> return SWAP_SUCCESS;
>
> - /*
> - * This check implies we don't kill processes if their pages
> - * are in the swap cache early. Those are always late kills.
> - */
> if (!page_mapped(hpage))
> return SWAP_SUCCESS;
>
> @@ -957,6 +953,10 @@ static int hwpoison_user_mappings(struct page *p, unsigned long pfn,
> return SWAP_FAIL;
> }
>
> + /*
> + * This check implies we don't kill processes if their pages
> + * are in the swap cache early. Those are always late kills.
> + */
> if (PageSwapCache(p)) {
> printk(KERN_ERR
> "MCE %#lx: keeping poisoned page in swap cache\n", pfn);
> --
> 1.7.10.4
>
>
>
> --
> thx!
> Wang Xiaoqiang
>
>
--
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>
prev parent reply other threads:[~2015-08-04 23:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-04 12:20 Wang Xiaoqiang
2015-08-04 23:05 ` Naoya Horiguchi [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=20150804230517.GA13606@hori1.linux.bs1.fc.nec.co.jp \
--to=n-horiguchi@ah.jp.nec.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=wangxq10@lzu.edu.cn \
/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