Re: + fix-next_timer_interrupt-for-hrtimer.patch added to -mm tree

From: Thomas Gleixner
Date: Tue Feb 28 2006 - 03:34:00 EST


On Sat, 2006-02-25 at 10:57 -0800, Tony Lindgren wrote:
> > This is racy on SMP. nanosleep hrtimers are on the stack and can go away
> > due to a signal. posix timers can be removed and destroyed on another
> > CPU.
>
> This should be fixed. But just as a note, we can tolerate some removed
> timer values values as it would be just an extra timer interrupt.

The problem is not the removed timer. Its the reference to a destroyed
object you hold.

tglx



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