From: Andreas Schwab Date: Wed, 22 Aug 2012 00:30:47 +0000 (-0400) Subject: time: Fix casting issue in timekeeping_forward_now X-Git-Tag: v3.6-rc4~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85dc8f05c93c8105987de9d7e7cebf15a72ff4ec;p=pandora-kernel.git time: Fix casting issue in timekeeping_forward_now arch_gettimeoffset returns a u32 value which when shifted by tk->shift can overflow. This issue was introduced with 1e75fa8be (time: Condense timekeeper.xtime into xtime_sec) Cast it to u64 first. Signed-off-by: Andreas Schwab Signed-off-by: John Stultz Cc: Prarit Bhargava Cc: Ingo Molnar Link: http://lkml.kernel.org/r/1345595449-34965-3-git-send-email-john.stultz@linaro.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed