From: Ingo Molnar Date: Fri, 16 Feb 2007 09:27:29 +0000 (-0800) Subject: [PATCH] Fix timeout overflow with jiffies X-Git-Tag: v2.6.21-rc1~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f907c0144496e464bd5ed5a99a51227d63a9c0b;p=pandora-kernel.git [PATCH] Fix timeout overflow with jiffies Prevent timeout overflow if timer ticks are behind jiffies (due to high softirq load or due to dyntick), by limiting the valid timeout range to MAX_LONG/2. Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner Cc: john stultz Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed