From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Re: Balloon driver crash Date: Tue, 08 Jun 2010 16:38:56 -0700 Message-ID: <4C0ED490.1010004@goop.org> References: <1275597402.2782.47.camel@localhost.localdomain> <201006031738.15635.dcm@mccr.org> <4C0EC8D1.6070408@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: M A Young Cc: "xen-devel@lists.xensource.com" , Dave McCracken , Ian Campbell List-Id: xen-devel@lists.xenproject.org On 06/08/2010 04:08 PM, M A Young wrote: > On Tue, 8 Jun 2010, Jeremy Fitzhardinge wrote: > >> Actually it looks like this was fixed on the xen/hugepage-balloon a long >> time ago, but I guess that branch wasn't merged across to xen/next >> because it was based on xen/master and so awkward to merge into the >> .32-based and later branches. >> >> I need to check how the current hugepage support has made it into the >> .32 based tree, assuming it has. It will take a bit of git archeology. > > There is an "Add hugepage support to balloon driver" in xen/balloon > http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git;a=shortlog;h=refs/heads/xen/balloon > and xen/balloon was later merged into xen/next > http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git;a=commit;h=53fbeec80db2d7c5677da8d47096d156332731c4 > > xen/next has been merged into xen/stable-2.6.32.x a few times since then. Thanks. I just cherry-picked the subsequent fixes over and merged them in. Please check it out. J