From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: Re: [PATCH] fs-backend: fix gnttab unmap Date: Mon, 23 Mar 2009 10:48:38 +0000 Message-ID: <49C76906.5080704@eu.citrix.com> References: <49C279CA.1000004@eu.citrix.com> <5411dbdc0903201500ja2d67eak2d309361eda994c2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5411dbdc0903201500ja2d67eak2d309361eda994c2@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keith Coleman Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Keith Coleman wrote: > On Thu, Mar 19, 2009 at 12:58 PM, Stefano Stabellini > wrote: >> Hi all, >> when a stubdom is destroyed, fs-backend does not correctly unmap all the >> pages mapped for the shared ring. >> This causes some pages not to be properly freed by xen, hence after a >> cycle of 50 save\restore we don't have enough spare memory to start 2 >> VMs any more. >> This patch fixes the issue properly unmapping all the pages needed by >> the shared ring. >> > > I can confirm that fs-backend is more stable. I have performed > hundreds of save/restore cycles without issue. > good, thanks again for testing.