From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx132.postini.com [74.125.245.132]) by kanga.kvack.org (Postfix) with SMTP id 487C86B0072 for ; Fri, 16 Nov 2012 15:13:02 -0500 (EST) Date: Fri, 16 Nov 2012 18:12:55 -0200 From: Rafael Aquini Subject: Re: [patch] mm: introduce a common interface for balloon pages mobility fix Message-ID: <20121116201254.GA32685@t510.redhat.com> References: <50a6581a.V3MmP/x4DXU9jUhJ%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: David Rientjes Cc: kbuild test robot , Andrew Morton , linux-mm@kvack.org, Michal Hocko On Fri, Nov 16, 2012 at 11:50:12AM -0800, David Rientjes wrote: > On Fri, 16 Nov 2012, kbuild test robot wrote: > > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git since-3.6 > > head: 12dfb061e5fd15be23451418da01281625c0eeae > > commit: 86929cfa5f751de3d8be5a846535282730865d8a [365/437] mm: introduce a common interface for balloon pages mobility > > config: make ARCH=sh allyesconfig > > > > All warnings: > > > > warning: (BALLOON_COMPACTION && TRANSPARENT_HUGEPAGE) selects COMPACTION which has unmet direct dependencies (MMU) > > warning: (BALLOON_COMPACTION && TRANSPARENT_HUGEPAGE) selects COMPACTION which has unmet direct dependencies (MMU) > > -- > > warning: (BALLOON_COMPACTION && TRANSPARENT_HUGEPAGE) selects COMPACTION which has unmet direct dependencies (MMU) > > > > mm: introduce a common interface for balloon pages mobility fix > > CONFIG_BALLOON_COMPACTION shouldn't be selecting options that may not be > supported, so make it depend on memory compaction rather than selecting > it. CONFIG_COMPACTION is enabled by default for all configs that support > it. > This is addressed by the submitted v12 review, which is on mmtom queue already. > Signed-off-by: David Rientjes > --- > mm/Kconfig | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/mm/Kconfig b/mm/Kconfig > --- a/mm/Kconfig > +++ b/mm/Kconfig > @@ -191,8 +191,7 @@ config SPLIT_PTLOCK_CPUS > # support for memory balloon compaction > config BALLOON_COMPACTION > bool "Allow for balloon memory compaction/migration" > - select COMPACTION > - depends on VIRTIO_BALLOON > + depends on VIRTIO_BALLOON && COMPACTION > help > Memory fragmentation introduced by ballooning might reduce > significantly the number of 2MB contiguous memory blocks that can be -- 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: email@kvack.org