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-changelog

[Xen-changelog] [xen-unstable] x86/mm: fix typo in 22897:21df67ee7040

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] x86/mm: fix typo in 22897:21df67ee7040
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Tue, 15 Feb 2011 00:35:10 -0800
Delivery-date: Tue, 15 Feb 2011 00:35:23 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Tim Deegan <Tim.Deegan@xxxxxxxxxx>
# Date 1297443104 0
# Node ID 6c22ae0f654084a4d2811e51e22b7f8b20b49cec
# Parent  c64dcc4d2eca7db3c6ab3adcbdc28454301f3c68
x86/mm: fix typo in 22897:21df67ee7040
that caused the wrong page to be freed.

Signed-off-by: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
---
 xen/arch/x86/mm/paging.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r c64dcc4d2eca -r 6c22ae0f6540 xen/arch/x86/mm/paging.c
--- a/xen/arch/x86/mm/paging.c  Thu Feb 10 17:24:41 2011 +0000
+++ b/xen/arch/x86/mm/paging.c  Fri Feb 11 16:51:44 2011 +0000
@@ -329,7 +329,7 @@ again:
 
     log_dirty_unlock(d);
     if ( mfn_valid(new_mfn) )
-        paging_free_log_dirty_page(d, mfn);
+        paging_free_log_dirty_page(d, new_mfn);
     return;
 
 oom:

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] x86/mm: fix typo in 22897:21df67ee7040, Xen patchbot-unstable <=