Re: [bisected] 2.6.31 regression: fails to boot as xen guest

From: Jeremy Fitzhardinge
Date: Tue Aug 25 2009 - 15:31:58 EST


On 08/25/09 11:43, Pekka Enberg wrote:
> Aha, the previous patch worked because I #ifdef the WP test completely.
> Jeremy, the root cause here is that we do the WP test much earlier than
> before. Even with the test moved to trap_init(), we do it early compared
> to what we did before.
>
> I guess Xen is not prepared to handle traps this early in the boot
> sequence? Can we fix that?
>

The crash is in the event (interrupt) path, which shouldn't be involved
in trap handling at all. I'm wondering if interrupts are getting
enabled as a side-effect of handling the trap.

J
--
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/