All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rafael Aquini <aquini@redhat.com>
To: David Rientjes <rientjes@google.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	kbuild test robot <fengguang.wu@intel.com>,
	linux-mm@kvack.org, Michal Hocko <mhocko@suse.cz>
Subject: Re: [patch] mm: introduce a common interface for balloon pages mobility fix
Date: Wed, 28 Nov 2012 08:57:59 -0200	[thread overview]
Message-ID: <20121128105758.GA1800@t510.redhat.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1211271614150.22996@chino.kir.corp.google.com>

On Tue, Nov 27, 2012 at 04:15:59PM -0800, David Rientjes wrote:
> It's useful to keep memory defragmented so that all high-order page 
> allocations have a chance to succeed, not simply transparent hugepages.  
> Thus, allow balloon compaction for any system with memory compaction 
> enabled, which is the defconfig.
> 
> Signed-off-by: David Rientjes <rientjes@google.com>
> ---
Thanks David

Acked-by: Rafael Aquini <aquini@redhat.com>


>  mm/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/mm/Kconfig b/mm/Kconfig
> --- a/mm/Kconfig
> +++ b/mm/Kconfig
> @@ -200,7 +200,7 @@ config SPLIT_PTLOCK_CPUS
>  config BALLOON_COMPACTION
>  	bool "Allow for balloon memory compaction/migration"
>  	def_bool y
> -	depends on TRANSPARENT_HUGEPAGE && VIRTIO_BALLOON
> +	depends on COMPACTION && VIRTIO_BALLOON
>  	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>

  parent reply	other threads:[~2012-11-28 10:58 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
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 [this message]
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=20121128105758.GA1800@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.