Re: [patch 1/2] x86, fpu: split FPU state from task struct - v3

From: Ingo Molnar
Date: Tue Mar 04 2008 - 15:54:24 EST



* Suresh Siddha <suresh.b.siddha@xxxxxxxxx> wrote:

> > v3: Fixed the non-atomic calling sequence in atomic context.
> >
> > is that the same bug?
>
> Yes. Sorry for not pointing out explicitly. Essentially 32bit kernel
> with CONFIG_PREEMPT is calling math_state_restore() with interrupts
> disabled. Handled this by enabling/disabling the interrupts around the
> blocking call. with small code changes ensuring that it is safe to
> enable/disable interrupts at this point.
>
> Do you want a v4 or separate patch for handling the kmem_cache_alloc()
> failure

would be nice to resend a v4 - i couldnt pick v3 up due to the pending
questions. (the NULL thing was quite serious)

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