From: Atsushi Nemoto Date: Mon, 6 Mar 2006 23:42:42 +0000 (-0800) Subject: [PATCH] x86: fix potential jiffies overflow in timer_resume() X-Git-Tag: v2.6.16-rc6~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7c09bd972b7111b8c69bf57a189571edd4d4a7d;p=pandora-kernel.git [PATCH] x86: fix potential jiffies overflow in timer_resume() i386 timer_resume is updating jiffies, not jiffies_64. It looks there is a potential overflow problem. And jiffies_64 and wall_jiffies should be protected by xtime_lock. Signed-off-by: Atsushi Nemoto Cc: john stultz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed