All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kamezawa Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
To: Minchan Kim <minchan@kernel.org>
Cc: akpm@linux-foundation.org,
	KOSAKI Motohiro <kosaki.motohiro@gmail.com>,
	Mel Gorman <mel@csn.ul.ie>,
	Aaditya Kumar <aaditya.kumar.30@gmail.com>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-mm <linux-mm@kvack.org>, Andi Kleen <andi@firstfloor.org>,
	Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH 1/2 v2] mm: Factor out memory isolate functions
Date: Thu, 28 Jun 2012 16:11:22 +0900	[thread overview]
Message-ID: <4FEC039A.5060506@jp.fujitsu.com> (raw)
In-Reply-To: <1340783514-8150-2-git-send-email-minchan@kernel.org>

(2012/06/27 16:51), Minchan Kim wrote:
> Now mm/page_alloc.c has some memory isolation functions but they
> are used oly when we enable CONFIG_{CMA|MEMORY_HOTPLUG|MEMORY_FAILURE}.
> So let's make it configurable by new CONFIG_MEMORY_ISOLATION so that it
> can reduce binary size and we can check it simple by
> CONFIG_MEMORY_ISOLATION,
> not if defined CONFIG_{CMA|MEMORY_HOTPLUG|MEMORY_FAILURE}.
> 
> This patch is based on next-20120626
> 
> * from v1
>   - rebase on next-20120626
> 
> Cc: Andi Kleen <andi@firstfloor.org>
> Cc: Marek Szyprowski <m.szyprowski@samsung.com>
> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
> Signed-off-by: Minchan Kim <minchan@kernel.org>

Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>

--
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: Kamezawa Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
To: Minchan Kim <minchan@kernel.org>
Cc: akpm@linux-foundation.org,
	KOSAKI Motohiro <kosaki.motohiro@gmail.com>,
	Mel Gorman <mel@csn.ul.ie>,
	Aaditya Kumar <aaditya.kumar.30@gmail.com>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-mm <linux-mm@kvack.org>, Andi Kleen <andi@firstfloor.org>,
	Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH 1/2 v2] mm: Factor out memory isolate functions
Date: Thu, 28 Jun 2012 16:11:22 +0900	[thread overview]
Message-ID: <4FEC039A.5060506@jp.fujitsu.com> (raw)
In-Reply-To: <1340783514-8150-2-git-send-email-minchan@kernel.org>

(2012/06/27 16:51), Minchan Kim wrote:
> Now mm/page_alloc.c has some memory isolation functions but they
> are used oly when we enable CONFIG_{CMA|MEMORY_HOTPLUG|MEMORY_FAILURE}.
> So let's make it configurable by new CONFIG_MEMORY_ISOLATION so that it
> can reduce binary size and we can check it simple by
> CONFIG_MEMORY_ISOLATION,
> not if defined CONFIG_{CMA|MEMORY_HOTPLUG|MEMORY_FAILURE}.
> 
> This patch is based on next-20120626
> 
> * from v1
>   - rebase on next-20120626
> 
> Cc: Andi Kleen <andi@firstfloor.org>
> Cc: Marek Szyprowski <m.szyprowski@samsung.com>
> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
> Signed-off-by: Minchan Kim <minchan@kernel.org>

Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>


  reply	other threads:[~2012-06-28  7:13 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-27  7:51 [PATCH 0/2 v2] fix livelock because of kswapd stop Minchan Kim
2012-06-27  7:51 ` Minchan Kim
2012-06-27  7:51 ` [PATCH 1/2 v2] mm: Factor out memory isolate functions Minchan Kim
2012-06-27  7:51   ` Minchan Kim
2012-06-28  7:11   ` Kamezawa Hiroyuki [this message]
2012-06-28  7:11     ` Kamezawa Hiroyuki
2012-06-27  7:51 ` [PATCH 2/2 v2] memory-hotplug: fix kswapd looping forever problem Minchan Kim
2012-06-27  7:51   ` Minchan Kim
2012-06-28  7:13   ` Kamezawa Hiroyuki
2012-06-28  7:13     ` Kamezawa Hiroyuki
2012-06-28 23:34     ` Minchan Kim
2012-06-28 23:34       ` Minchan Kim
2012-07-09 13:31   ` Aaditya Kumar
2012-07-09 13:31     ` Aaditya Kumar
2012-07-09 14:29     ` Minchan Kim
2012-07-09 14:29       ` Minchan Kim
2012-07-10  5:35       ` Aaditya Kumar
2012-07-10  5:35         ` Aaditya Kumar

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=4FEC039A.5060506@jp.fujitsu.com \
    --to=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=aaditya.kumar.30@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=andi@firstfloor.org \
    --cc=kosaki.motohiro@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=m.szyprowski@samsung.com \
    --cc=mel@csn.ul.ie \
    --cc=minchan@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.