All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
To: Wen Congyang <wency@cn.fujitsu.com>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	linux-doc@vger.kernel.org, Rob Landley <rob@landley.net>,
	Andrew Morton <akpm@linux-foundation.org>,
	Lai Jiangshan <laijs@cn.fujitsu.com>,
	Jiang Liu <jiang.liu@huawei.com>,
	KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>,
	Minchan Kim <minchan.kim@gmail.com>, Mel Gorman <mgorman@suse.de>,
	David Rientjes <rientjes@google.com>,
	Yinghai Lu <yinghai@kernel.org>,
	"rusty@rustcorp.com.au" <rusty@rustcorp.com.au>
Subject: Re: [PART4 Patch 0/2] memory-hotplug: allow online/offline memory to result movable node
Date: Thu, 15 Nov 2012 18:59:21 +0900	[thread overview]
Message-ID: <50A4BCF9.7080401@jp.fujitsu.com> (raw)
In-Reply-To: <1351671334-10243-1-git-send-email-wency@cn.fujitsu.com>

2012/10/31 17:15, Wen Congyang wrote:
> From: Lai Jiangshan <laijs@cn.fujitsu.com>
> 
> This patch is part4 of the following patchset:
>      https://lkml.org/lkml/2012/10/29/319
> 
> Part1 is here:
>      https://lkml.org/lkml/2012/10/31/30
> 
> Part2 is here:
>      http://marc.info/?l=linux-kernel&m=135166705909544&w=2
> 
> Part3 is here:
>      http://marc.info/?l=linux-kernel&m=135167050510527&w=2
> 
> You must apply part1-3 before applying this patchset.
> 
> we need a node which only contains movable memory. This feature is very
> important for node hotplug. If a node has normal/highmem, the memory
> may be used by the kernel and can't be offlined. If the node only contains
> movable memory, we can offline the memory and the node.
> 
> 
> Lai Jiangshan (2):
>    numa: add CONFIG_MOVABLE_NODE for movable-dedicated node
>    memory_hotplug: allow online/offline memory to result movable node
> 
>   drivers/base/node.c      |  6 ++++++
>   include/linux/nodemask.h |  4 ++++
>   mm/Kconfig               |  8 ++++++++
>   mm/memory_hotplug.c      | 16 ++++++++++++++++
>   mm/page_alloc.c          |  3 +++
>   5 files changed, 37 insertions(+)
> 

Tested-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>

Thanks,
Yasuaki Ishimatsu

--
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: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
To: Wen Congyang <wency@cn.fujitsu.com>
Cc: <linux-kernel@vger.kernel.org>, <linux-mm@kvack.org>,
	<linux-doc@vger.kernel.org>, Rob Landley <rob@landley.net>,
	Andrew Morton <akpm@linux-foundation.org>,
	Lai Jiangshan <laijs@cn.fujitsu.com>,
	Jiang Liu <jiang.liu@huawei.com>,
	KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>,
	Minchan Kim <minchan.kim@gmail.com>, Mel Gorman <mgorman@suse.de>,
	David Rientjes <rientjes@google.com>,
	Yinghai Lu <yinghai@kernel.org>,
	"rusty@rustcorp.com.au" <rusty@rustcorp.com.au>
Subject: Re: [PART4 Patch 0/2] memory-hotplug: allow online/offline memory to result movable node
Date: Thu, 15 Nov 2012 18:59:21 +0900	[thread overview]
Message-ID: <50A4BCF9.7080401@jp.fujitsu.com> (raw)
In-Reply-To: <1351671334-10243-1-git-send-email-wency@cn.fujitsu.com>

2012/10/31 17:15, Wen Congyang wrote:
> From: Lai Jiangshan <laijs@cn.fujitsu.com>
> 
> This patch is part4 of the following patchset:
>      https://lkml.org/lkml/2012/10/29/319
> 
> Part1 is here:
>      https://lkml.org/lkml/2012/10/31/30
> 
> Part2 is here:
>      http://marc.info/?l=linux-kernel&m=135166705909544&w=2
> 
> Part3 is here:
>      http://marc.info/?l=linux-kernel&m=135167050510527&w=2
> 
> You must apply part1-3 before applying this patchset.
> 
> we need a node which only contains movable memory. This feature is very
> important for node hotplug. If a node has normal/highmem, the memory
> may be used by the kernel and can't be offlined. If the node only contains
> movable memory, we can offline the memory and the node.
> 
> 
> Lai Jiangshan (2):
>    numa: add CONFIG_MOVABLE_NODE for movable-dedicated node
>    memory_hotplug: allow online/offline memory to result movable node
> 
>   drivers/base/node.c      |  6 ++++++
>   include/linux/nodemask.h |  4 ++++
>   mm/Kconfig               |  8 ++++++++
>   mm/memory_hotplug.c      | 16 ++++++++++++++++
>   mm/page_alloc.c          |  3 +++
>   5 files changed, 37 insertions(+)
> 

Tested-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>

Thanks,
Yasuaki Ishimatsu


  parent reply	other threads:[~2012-11-15  9:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-31  8:15 [PART4 Patch 0/2] memory-hotplug: allow online/offline memory to result movable node Wen Congyang
2012-10-31  8:15 ` Wen Congyang
2012-10-31  8:15 ` [PART4 Patch 1/2] numa: add CONFIG_MOVABLE_NODE for movable-dedicated node Wen Congyang
2012-10-31  8:15   ` Wen Congyang
2012-10-31  8:15 ` [PART4 Patch 2/2] memory_hotplug: allow online/offline memory to result movable node Wen Congyang
2012-10-31  8:15   ` Wen Congyang
2012-11-15  9:59 ` Yasuaki Ishimatsu [this message]
2012-11-15  9:59   ` [PART4 Patch 0/2] memory-hotplug: " Yasuaki Ishimatsu

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=50A4BCF9.7080401@jp.fujitsu.com \
    --to=isimatu.yasuaki@jp.fujitsu.com \
    --cc=akpm@linux-foundation.org \
    --cc=jiang.liu@huawei.com \
    --cc=kosaki.motohiro@jp.fujitsu.com \
    --cc=laijs@cn.fujitsu.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mgorman@suse.de \
    --cc=minchan.kim@gmail.com \
    --cc=rientjes@google.com \
    --cc=rob@landley.net \
    --cc=rusty@rustcorp.com.au \
    --cc=wency@cn.fujitsu.com \
    --cc=yinghai@kernel.org \
    /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.