From: Rafael Aquini <aquini@redhat.com>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
virtualization@lists.linux-foundation.org,
"Michael S. Tsirkin" <mst@redhat.com>,
Rik van Riel <riel@redhat.com>, Mel Gorman <mel@csn.ul.ie>,
Andi Kleen <andi@firstfloor.org>,
Andrew Morton <akpm@linux-foundation.org>,
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Subject: Re: [PATCH v2 0/4] make balloon pages movable by compaction
Date: Fri, 29 Jun 2012 14:46:25 -0300 [thread overview]
Message-ID: <20120629174624.GC1774@t510.redhat.com> (raw)
In-Reply-To: <87r4syzqkn.fsf@rustcorp.com.au>
On Fri, Jun 29, 2012 at 02:01:52PM +0930, Rusty Russell wrote:
> On Thu, 28 Jun 2012 18:49:38 -0300, Rafael Aquini <aquini@redhat.com> wrote:
> > This patchset follows the main idea discussed at 2012 LSFMMS section:
> > "Ballooning for transparent huge pages" -- http://lwn.net/Articles/490114/
> >
> > to introduce the required changes to the virtio_balloon driver, as well as
> > changes to the core compaction & migration bits, in order to allow
> > memory balloon pages become movable within a guest.
> >
> > Rafael Aquini (4):
> > mm: introduce compaction and migration for virtio ballooned pages
> > virtio_balloon: handle concurrent accesses to virtio_balloon struct
> > elements
> > virtio_balloon: introduce migration primitives to balloon pages
> > mm: add vm event counters for balloon pages compaction
> >
> > drivers/virtio/virtio_balloon.c | 142 +++++++++++++++++++++++++++++++++++----
> > include/linux/mm.h | 16 +++++
> > include/linux/virtio_balloon.h | 6 ++
> > include/linux/vm_event_item.h | 2 +
> > mm/compaction.c | 111 ++++++++++++++++++++++++------
> > mm/migrate.c | 32 ++++++++-
> > mm/vmstat.c | 4 ++
> > 7 files changed, 280 insertions(+), 33 deletions(-)
> >
> >
> > V2: address Mel Gorman's review comments
>
> If Mel is happy, I am happy. Seems sensible that the virtio_baloon
> changes go in at the same time as the mm changes, so:
>
> Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Thanks Rusty!
I'll be respinning a v3 to address some extra suggestions Mel did, so if you
have any concern that you'd like me to address, do not hesitate on letting me
know!
Cheers!
Rafael
--
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>
prev parent reply other threads:[~2012-06-29 17:46 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-28 21:49 [PATCH v2 0/4] make balloon pages movable by compaction Rafael Aquini
2012-06-28 21:49 ` [PATCH v2 1/4] mm: introduce compaction and migration for virtio ballooned pages Rafael Aquini
2012-06-29 5:32 ` Minchan Kim
2012-06-29 17:36 ` Rafael Aquini
2012-06-29 22:03 ` Minchan Kim
2012-06-30 1:34 ` Rafael Aquini
2012-07-01 23:36 ` Minchan Kim
2012-07-03 18:31 ` Rafael Aquini
2012-06-29 15:31 ` Mel Gorman
2012-06-29 17:43 ` Rafael Aquini
2012-06-28 21:49 ` [PATCH v2 2/4] virtio_balloon: handle concurrent accesses to virtio_balloon struct elements Rafael Aquini
2012-06-28 21:49 ` [PATCH v2 3/4] virtio_balloon: introduce migration primitives to balloon pages Rafael Aquini
2012-06-28 21:49 ` [PATCH v2 4/4] mm: add vm event counters for balloon pages compaction Rafael Aquini
2012-06-29 1:37 ` [PATCH v2 0/4] make balloon pages movable by compaction Minchan Kim
2012-06-29 3:51 ` Rafael Aquini
2012-06-29 4:31 ` Rusty Russell
2012-06-29 17:46 ` Rafael Aquini [this message]
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=20120629174624.GC1774@t510.redhat.com \
--to=aquini@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=andi@firstfloor.org \
--cc=konrad.wilk@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mel@csn.ul.ie \
--cc=mst@redhat.com \
--cc=riel@redhat.com \
--cc=rusty@rustcorp.com.au \
--cc=virtualization@lists.linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).