WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Fix PoD cache size when decreasing memory

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Fix PoD cache size when decreasing memory
From: George Dunlap <dunlapg@xxxxxxxxx>
Date: Thu, 3 Sep 2009 16:37:46 +0100
Delivery-date: Thu, 03 Sep 2009 08:38:09 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=rFz6cBv2n3e0sM7jT3zHpmiJfL85Nar7fAeE/gwF4T4=; b=aMijWBHS5kcKDObpxQghuEkLnR8WuCmWfFaa4VMgXERIFZk9fmIvUV8KS0+rDYiwj8 wB/wYN5e3A1jEEiMq1sKBQT+1dtfFj36TVzrkRjv1ooky5Kfu13RoNmlu2YbchbTfnY+ IXgSmvfaEZg/IZ+ZVWFtzuUdfgsqqcG35OgWw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=EnzL/5x/+vM0FYhpg3VO+hZzyEg1mosjhoMGS/cQfNopw4yLH53mI2niGHda4yXxq3 3YbfkHwt8vJ0O0YFt4COg7Afx47QF84b9fPsnaQq2m/sYvvJokq7JRito3p/uHkORdHt JHIHRt+OD3FWzs7UsUz+Qw1NL3fJJhzhYQWeU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Certain paths through p2m_pod_decrease_reservation() fail to reduce
the size of the PoD cache if the number of outstanding entries is less
than the size of the cache.  Rearrange so this doesn't happen.

Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>

Attachment: pod-decrease-mem-fix.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Fix PoD cache size when decreasing memory, George Dunlap <=