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] Xen MMU fixes for 3.2 (v1)

To: linux-kernel@xxxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx, jeremy@xxxxxxxx
Subject: [Xen-devel] [PATCH] Xen MMU fixes for 3.2 (v1)
From: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Date: Fri, 23 Sep 2011 22:28:16 -0400
Cc:
Delivery-date: Fri, 23 Sep 2011 22:08:37 -0700
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
I am proposing these three patches for 3.2.

[PATCH 1/3] Revert "xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP 
flag set."

.. which just removes code that was meant there to be for some releases to
check if we forgot something. And it looks like we have covered all the boundary
cases for the 1-1 identity pages.
[PATCH 2/3] xen/p2m: Make debug/xen/mmu/p2m visible again.

.. was removed in v3.0 by the Xen MMU tracing updated by mistake. Puts it
back in.

[PATCH 3/3] xen/p2m: Use SetPagePrivate and its friends for M2P overrides.

.. and will now warn us if somebody has overwritten the MFN of the 'struct page'
(of the pages that are in the M2P override) and also use the appropiate macros.

 arch/x86/include/asm/xen/page.h |    3 --
 arch/x86/xen/Kconfig            |    8 ------
 arch/x86/xen/mmu.c              |   52 ---------------------------------------
 arch/x86/xen/p2m.c              |   45 ++++++++++++++++++++++++++++-----
 4 files changed, 38 insertions(+), 70 deletions(-)

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

<Prev in Thread] Current Thread [Next in Thread>