All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xishi Qiu <qiuxishi@huawei.com>
To: Xishi Qiu <qiuxishi@huawei.com>
Cc: Andi Kleen <andi@firstfloor.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	WuJianguo <wujianguo@huawei.com>, Linux MM <linux-mm@kvack.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] mm: fix huge page reallocated in soft_offline_page
Date: Mon, 16 Dec 2013 17:41:18 +0800	[thread overview]
Message-ID: <52AECABE.60902@huawei.com> (raw)
In-Reply-To: <52AEC122.2000609@huawei.com>

On 2013/12/16 17:00, Xishi Qiu wrote:

> The huge page may be reallocated in soft_offline_page, because
> MIGRATE_ISOLATE can not keep the page until after setting PG_hwpoison.
> alloc_huge_page()
> 	dequeue_huge_page_vma()
> 		dequeue_huge_page_node()
> If the huge page was reallocated, we need to try offline it again.
> 

Sorry, I made a mistake.
This bug was fixed in
commit c8721bbbdd36382de51cd6b7a56322e0acca2414

Thanks,
Xishi Qiu

--
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>

WARNING: multiple messages have this Message-ID (diff)
From: Xishi Qiu <qiuxishi@huawei.com>
To: Xishi Qiu <qiuxishi@huawei.com>
Cc: Andi Kleen <andi@firstfloor.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	WuJianguo <wujianguo@huawei.com>, Linux MM <linux-mm@kvack.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] mm: fix huge page reallocated in soft_offline_page
Date: Mon, 16 Dec 2013 17:41:18 +0800	[thread overview]
Message-ID: <52AECABE.60902@huawei.com> (raw)
In-Reply-To: <52AEC122.2000609@huawei.com>

On 2013/12/16 17:00, Xishi Qiu wrote:

> The huge page may be reallocated in soft_offline_page, because
> MIGRATE_ISOLATE can not keep the page until after setting PG_hwpoison.
> alloc_huge_page()
> 	dequeue_huge_page_vma()
> 		dequeue_huge_page_node()
> If the huge page was reallocated, we need to try offline it again.
> 

Sorry, I made a mistake.
This bug was fixed in
commit c8721bbbdd36382de51cd6b7a56322e0acca2414

Thanks,
Xishi Qiu


  reply	other threads:[~2013-12-16  9:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-16  9:00 [PATCH] mm: fix huge page reallocated in soft_offline_page Xishi Qiu
2013-12-16  9:00 ` Xishi Qiu
2013-12-16  9:41 ` Xishi Qiu [this message]
2013-12-16  9:41   ` Xishi Qiu

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=52AECABE.60902@huawei.com \
    --to=qiuxishi@huawei.com \
    --cc=akpm@linux-foundation.org \
    --cc=andi@firstfloor.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=wujianguo@huawei.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.