linux_dsm_epyc7002/arch
Arnd Bergmann 176ed98c8a y2038: vdso: powerpc: avoid timespec references
As a preparation to stop using 'struct timespec' in the kernel,
change the powerpc vdso implementation:

- split up the vdso data definition to have equivalent members
   for seconds and nanoseconds instead of an xtime structure

- use timespec64 as an intermediate for the xtime update

- change the asm-offsets definition to be based the appropriate
  fixed-length types

This is only a temporary fix for changing the types, in order
to actually support a 64-bit safe vdso32 version of clock_gettime(),
the entire powerpc vdso should be replaced with the generic
lib/vdso/ implementation. If that happens first, this patch
becomes obsolete.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2019-11-15 14:38:28 +01:00
..
alpha
arc
arm
arm64
c6x
csky
h8300
hexagon
ia64 y2038: vdso: change timespec to __kernel_old_timespec 2019-11-15 14:38:28 +01:00
m68k
microblaze
mips
nds32 y2038: vdso: nds32: open-code timespec_add_ns() 2019-11-15 14:38:28 +01:00
nios2
openrisc
parisc
powerpc y2038: vdso: powerpc: avoid timespec references 2019-11-15 14:38:28 +01:00
riscv
s390
sh
sparc y2038: vdso: change timespec to __kernel_old_timespec 2019-11-15 14:38:28 +01:00
um
unicore32
x86 y2038: vdso: change time_t to __kernel_old_time_t 2019-11-15 14:38:28 +01:00
xtensa
.gitignore
Kconfig y2038: remove CONFIG_64BIT_TIME 2019-11-15 14:38:27 +01:00