From b6f4296279ab3ada554d993d12844272fd86b36a Mon Sep 17 00:00:00 2001 From: Martin Schwidefsky Date: Tue, 20 May 2014 17:21:35 +0200 Subject: [PATCH] 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-format-patch failed