Re: Kernel OOPS and panic on boot in advantech watchdog init

From: Alan Cox
Date: Fri Sep 19 2008 - 06:34:16 EST


On Thu, 18 Sep 2008 22:02:16 -0400
"Bryan Donlan" <bdonlan@xxxxxxxxx> wrote:

> When testing a non-modular kernel on i386 with many of the default
> drivers left on under Xen, I got the following oops and panic on boot:

Looks like yet another Xen bug

> [ 30.328280] BUG: unable to handle kernel paging request at d6023220
> [ 30.332244] IP: [<c021f6f3>] xen_set_pte+0x3/0x10

sc520 tries to make an ioremap to read 0xfffefcb0

> [ 30.332244] [<c037be42>] ioremap_page_range+0x1e2/0x280
> [ 30.332244] [<c023d311>] __ioremap_caller+0x1e1/0x340

The Xen glue should have either permitted the mapping or failed the
ioremap attempt with NULL.

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/