diff options
author | Hildner, Christian <christian.hildner@siemens.com> | 2012-10-08 15:49:03 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-10-09 21:27:14 +0200 |
commit | 26cff4e2aa4d666dc6a120ea34336b5057e3e187 (patch) | |
tree | be3f9c189519e4e42bb825d15adefb4d238a7214 /kernel/kfifo.c | |
parent | db8c246937713e60b7628661ccc187eeb81f2bae (diff) | |
download | linux-26cff4e2aa4d666dc6a120ea34336b5057e3e187.tar.bz2 |
timers: Fix endless looping between cascade() and internal_add_timer()
Adding two (or more) timers with large values for "expires" (they have
to reside within tv5 in the same list) leads to endless looping
between cascade() and internal_add_timer() in case CONFIG_BASE_SMALL
is one and jiffies are crossing the value 1 << 18. The bug was
introduced between 2.6.11 and 2.6.12 (and survived for quite some
time).
This patch ensures that when cascade() is called timers within tv5 are
not added endlessly to their own list again, instead they are added to
the next lower tv level tv4 (as expected).
Signed-off-by: Christian Hildner <christian.hildner@siemens.com>
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Link: http://lkml.kernel.org/r/98673C87CB31274881CFFE0B65ECC87B0F5FC1963E@DEFTHW99EA4MSX.ww902.siemens.net
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@vger.kernel.org
Diffstat (limited to 'kernel/kfifo.c')
0 files changed, 0 insertions, 0 deletions