LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Daniel Kiper <dkiper@net-space.pl>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: Pasi K?rkk?inen <pasik@iki.fi>,
Daniel Kiper <dkiper@net-space.pl>,
"jeremy@goop.org" <jeremy@goop.org>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
"haicheng.li@linux.intel.com" <haicheng.li@linux.intel.com>,
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
Dan Magenheimer <dan.magenheimer@oracle.com>,
Vasiliy G Tolstov <v.tolstov@selfip.ru>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"andi.kleen@intel.com" <andi.kleen@intel.com>,
"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
"fengguang.wu@intel.com" <fengguang.wu@intel.com>
Subject: Re: [Xen-devel] Re: [PATCH 2/3] drivers/xen/balloon.c: Various balloon features and fixes
Date: Thu, 3 Feb 2011 16:14:50 +0100 [thread overview]
Message-ID: <20110203151450.GA1364@router-fw-old.local.net-space.pl> (raw)
In-Reply-To: <1294141394.3831.183.camel@zakaz.uk.xensource.com>
On Tue, Jan 04, 2011 at 11:43:14AM +0000, Ian Campbell wrote:
> On Fri, 2010-12-31 at 11:20 +0000, Pasi K??rkk??inen wrote:
> > On Wed, Dec 29, 2010 at 05:49:10PM +0100, Daniel Kiper wrote:
> > > Hi,
> > >
> > > On Tue, Dec 28, 2010 at 12:52:03AM +0300, Vasiliy G Tolstov wrote:
> > > > On Mon, 27 Dec 2010 11:39:18 -0500, Konrad Rzeszutek Wilk
> > > > <konrad.wilk@oracle.com> wrote:
> > > > > On Mon, Dec 27, 2010 at 07:27:56PM +0300, Vasiliy G Tolstov wrote:
> > > > >> On Mon, 27 Dec 2010 10:08:47 -0500, Konrad Rzeszutek Wilk
> > > > >> <konrad.wilk@oracle.com> wrote:
> > > > >> > On Mon, Dec 20, 2010 at 02:47:24PM +0100, Daniel Kiper wrote:
> > > > >> >> Features and fixes:
> > > > >> >> - HVM mode is supported now,
> > > > >> >> - migration from mod_timer() to schedule_delayed_work(),
> > > > >> >> - removal of driver_pages (I do not have seen any
> > > > >> >> references to it),
> > > > >> >> - protect before CPU exhaust by event/x process during
> > > > >> >> errors by adding some delays in scheduling next event,
> > > > >> >> - some other minor fixes.
> > > > >>
> > > > >> I have apply this patch to bare 2.6.36.2 kernel from kernel.org. If
> > > > >> memory=maxmemory pv guest run's on migrating fine.
> > > > >> If on already running domU i have xm mem-max xxx 1024 (before that it
> > > > >> has 768) and do xm mem-set 1024 guest now have 1024 memory, but after
> > > > >> that it can't migrate to another host.
> > >
> > > Do you still need memory hotplug patch for jeremy stable-2.6.32.x ???
> >
> > I think it would be good to have it for xen/stable-2.6.32.x aswell!
>
> In general we are hoping to move development of new features to more
> recent upstream versions and become increasingly conservative with what
> gets taken into the 2.6.32.x branch.
>
> If we think a particular feature is worth having for 2.6.32.x then I
> think it would be worth getting them upstream and stabilised before
> considering it for backport to 2.6.32.x.
>
> > (that's the tree that's used the most atm).
>
> But what is the demand for this particular functionality among the users
> of that tree who cannot or will not switch to a more recent upstream?
> Bearing in mind that this is primarily a domU feature and that domU
> support is well established upstream.
I agree with Ian. However, I think that if it will be expected
by community I could prepare backport of final upstream version
and publish it as "unofficial" version.
Daniel
next prev parent reply other threads:[~2011-02-03 15:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-20 13:47 Daniel Kiper
2010-12-20 14:51 ` [Xen-devel] " Ian Campbell
2010-12-29 15:01 ` Daniel Kiper
2010-12-27 15:08 ` Konrad Rzeszutek Wilk
2010-12-27 16:27 ` Vasiliy G Tolstov
2010-12-27 16:39 ` [Xen-devel] " Konrad Rzeszutek Wilk
2010-12-27 21:52 ` Vasiliy G Tolstov
2010-12-29 16:49 ` Daniel Kiper
2010-12-31 11:20 ` Pasi Kärkkäinen
2011-01-04 11:43 ` Ian Campbell
2011-02-03 15:14 ` Daniel Kiper [this message]
2010-12-29 15:19 ` Daniel Kiper
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=20110203151450.GA1364@router-fw-old.local.net-space.pl \
--to=dkiper@net-space.pl \
--cc=Ian.Campbell@citrix.com \
--cc=akpm@linux-foundation.org \
--cc=andi.kleen@intel.com \
--cc=dan.magenheimer@oracle.com \
--cc=fengguang.wu@intel.com \
--cc=haicheng.li@linux.intel.com \
--cc=jeremy@goop.org \
--cc=konrad.wilk@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=pasik@iki.fi \
--cc=v.tolstov@selfip.ru \
--cc=xen-devel@lists.xensource.com \
--subject='Re: [Xen-devel] Re: [PATCH 2/3] drivers/xen/balloon.c: Various balloon features and fixes' \
/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
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).