Re: [PATCH] double fault enhancements

From: Arjan van de Ven
Date: Mon Jan 30 2006 - 04:56:57 EST


On Mon, 2006-01-30 at 10:54 +0100, Jan Beulich wrote:
> From: Jan Beulich <jbeulich@xxxxxxxxxx>
>
> Make the double fault handler use CPU-specific stacks. Add some
> abstraction to simplify future change of other exception handlers to go
> through task gates. Change the pointer validity checks in the double
> fault handler to account for the fact that both GDT and TSS aren't in
> static kernel space anymore. Add a new notification of the event
> through the die notifier chain, also providing some environmental
> adjustments so that various infrastructural things work independent of
> the fact that the fault and the callbacks are running on other then the
> normal kernel stack.

(the way you sent this patch means that it's not possible to reply
inline to the patch. Please fix your mailer for this)

I would hope TSS and such remain in the kernel static space, because
those are the kind of things I'd like to be read only over time...

Also the last chunk of your patch has nothing to do with what you
describe here... and seems sort of suprious. (it might be a useful
cleanup, but it should be independent)

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