From: Rafael Aquini <aquini@redhat.com>
To: David Rientjes <rientjes@google.com>
Cc: kbuild test robot <fengguang.wu@intel.com>,
Andrew Morton <akpm@linux-foundation.org>,
linux-mm@kvack.org, Michal Hocko <mhocko@suse.cz>
Subject: Re: [patch] mm: introduce a common interface for balloon pages mobility fix
Date: Fri, 16 Nov 2012 18:10:35 -0200 [thread overview]
Message-ID: <20121116201035.GA18145@t510.redhat.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1211161147580.2788@chino.kir.corp.google.com>
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 already addressed at v12 revision which is on mmtom queue already.
> Signed-off-by: David Rientjes <rientjes@google.com>
> ---
> 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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2012-11-16 20:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-16 15:13 [memcg:since-3.6 365/437] warning: (BALLOON_COMPACTION && TRANSPARENT_HUGEPAGE) selects COMPACTION which has unmet direct dependencies (MMU) kbuild test robot
2012-11-16 19:50 ` [patch] mm: introduce a common interface for balloon pages mobility fix David Rientjes
2012-11-16 20:10 ` Rafael Aquini [this message]
2012-11-16 22:03 ` David Rientjes
2012-11-27 23:50 ` David Rientjes
2012-11-28 0:03 ` Rafael Aquini
2012-11-28 0:15 ` David Rientjes
2012-11-28 9:59 ` Michal Hocko
2012-11-28 10:57 ` Rafael Aquini
2012-11-16 20:12 ` Rafael Aquini
-- strict thread matches above, loose matches on Subject: below --
2012-11-07 20:01 + mm-introduce-a-common-interface-for-balloon-pages-mobility.patch added to -mm tree akpm
2012-11-09 21:33 ` [patch] mm: introduce a common interface for balloon pages mobility fix David Rientjes
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=20121116201035.GA18145@t510.redhat.com \
--to=aquini@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=fengguang.wu@intel.com \
--cc=linux-mm@kvack.org \
--cc=mhocko@suse.cz \
--cc=rientjes@google.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.