From: Martin Schwidefsky Date: Tue, 20 May 2014 15:21:35 +0000 (+0200) Subject: s390/time: cast tv_nsec to u64 prior to shift in update_vsyscall X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~33^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f4296279ab3ada554d993d12844272fd86b36a;p=pandora-kernel.git s390/time: cast tv_nsec to u64 prior to shift in update_vsyscall Analog to git commit 28b92e09e25bdc0ae864b22eacf195a74f861389 first cast tk->wall_to_monotonic.tv_nsec to u64 before doing the shift with tk->shift to avoid loosing relevant bits on a 32-bit kernel. Cc: stable@vger.kernel.org # 3.13+ Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed