[PATCH] Fix endless looping between cascade() and internal_add_timer()

2012-10-08 Thread Hildner, Christian
From: Christian Hildner 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 Reviewed-by: Jan Kiszka --- Adding two (or more) t

[tip:timers/core] timers: Fix endless looping between cascade() and internal_add_timer()

2012-10-09 Thread tip-bot for Hildner, Christian
Commit-ID: 26cff4e2aa4d666dc6a120ea34336b5057e3e187 Gitweb: http://git.kernel.org/tip/26cff4e2aa4d666dc6a120ea34336b5057e3e187 Author: Hildner, Christian AuthorDate: Mon, 8 Oct 2012 15:49:03 +0200 Committer: Thomas Gleixner CommitDate: Tue, 9 Oct 2012 21:27:14 +0200 timers: Fix