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

[Xen-bugs] [Bug 167] x86 - Oops - Unable to handle kernel NULL pointer d

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 167] x86 - Oops - Unable to handle kernel NULL pointer dereference at virtual address 0000001c
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Tue, 16 Aug 2005 16:37:00 +0000
Delivery-date: Tue, 16 Aug 2005 16:37:05 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=167





------- Additional Comments From ian.pratt@xxxxxxxxxxxx  2005-08-16 16:37 
-------

Actually, this may already fix it.

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 7d8ed9e538ff53f5345db7f5a870933db493ad12
# Parent  3d187585c1415fbb14cb285cc71e0ff0faf81e67
In direct_remap_area_pages, reset w pointer for next loop after use.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 3d187585c141 -r 7d8ed9e538ff linux-2.6-xen-sparse/arch/xen/i386/mm/
ioremap.c
--- a/linux-2.6-xen-sparse/arch/xen/i386/mm/ioremap.c   Tue Aug 16 11:20:47 2005
+++ b/linux-2.6-xen-sparse/arch/xen/i386/mm/ioremap.c   Tue Aug 16 16:33:12 2005
@@ -335,7 +335,7 @@
                         generic_page_range(mm, start_address, 
                                            address-start_address,
                                            direct_remap_area_pte_fn, &w);
- 
+                        w = u;
                        if (HYPERVISOR_mmu_update(u, v - u, NULL, domid) < 0)
                                return -EFAULT;
                        v = u;


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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