Grzegorz Milos
2006-May-11 12:36 UTC
[Xen-devel] [PATCH] Page fault trap handler fix for MiniOS
Fix for the pagefault trap handler that causes a recursive fault if the faulting address invalid. The patch also contains some changes to the console, useful for debugging. Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk> Keir, could you apply please? _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2006-May-11 12:49 UTC
Re: [Xen-devel] [PATCH] Page fault trap handler fix for MiniOS
On 11 May 2006, at 13:36, Grzegorz Milos wrote:> Fix for the pagefault trap handler that causes a recursive fault if > the faulting address invalid. The patch also contains some changes to > the console, useful for debugging. > > Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk> > > Keir, could you apply please?Doesn''t apply cleanly to unstable tip. The obvious difference I can see is that unstable tip has an ifdef around the printk in the page-fault handler (x86/64 versus i386) whereas your patch is against a version that does not. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel