x86: Convert x86_platform_ops to timespec64
authorArnd Bergmann <arnd@arndb.de>
Fri, 27 Apr 2018 20:13:23 +0000 (22:13 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 May 2018 12:03:14 +0000 (14:03 +0200)
commite27c49291a7fe9dc415c9fcab5bd781ec82dfe04
tree008966041f82225a331bbb55bed874e82f367fcd
parent06aa376903b6e8c8741395a4702d78d47c7c27c6
x86: Convert x86_platform_ops to timespec64

The x86 platform operations are fairly isolated, so it's easy to change
them from using timespec to timespec64. It has been checked that all the
users and callers are safe, and there is only one critical function that is
broken beyond 2106:

  pvclock_read_wallclock() uses a 32-bit number of seconds since the epoch
  to communicate the boot time between host and guest in a virtual
  environment. This will work until 2106, but fixing this is outside the
  scope of this change, Add a comment at least.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Acked-by: Radim Krčmář <rkrcmar@redhat.com>
Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: jailhouse-dev@googlegroups.com
Cc: Borislav Petkov <bp@suse.de>
Cc: kvm@vger.kernel.org
Cc: y2038@lists.linaro.org
Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Cc: xen-devel@lists.xenproject.org
Cc: John Stultz <john.stultz@linaro.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Joao Martins <joao.m.martins@oracle.com>
Link: https://lkml.kernel.org/r/20180427201435.3194219-1-arnd@arndb.de
arch/x86/include/asm/intel_mid_vrtc.h
arch/x86/include/asm/mc146818rtc.h
arch/x86/include/asm/pvclock.h
arch/x86/include/asm/x86_init.h
arch/x86/kernel/jailhouse.c
arch/x86/kernel/kvmclock.c
arch/x86/kernel/pvclock.c
arch/x86/kernel/rtc.c
arch/x86/platform/intel-mid/intel_mid_vrtc.c
arch/x86/xen/time.c