linux/arch/powerpc/kernel/vdso
Jason A. Donenfeld 4b058c9f28 powerpc/vdso: allow r30 in vDSO code generation of getrandom
For gettimeofday, -ffixed-r30 was passed to work around a bug in Go
code, where the vDSO trampoline forgot to save and restore this register
across function calls. But Go requires a different trampoline for every
call, and there's no reason that new Go code needs to be broken and add
more bugs. So remove -ffixed-r30 for getrandom.

Fixes: 8072b39c3a ("powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240925175021.1526936-2-Jason@zx2c4.com
2024-09-30 19:19:43 +10:00
..
.gitignore
Makefile powerpc/vdso: allow r30 in vDSO code generation of getrandom 2024-09-30 19:19:43 +10:00
cacheflush.S
datapage.S
gen_vdso32_offsets.sh
gen_vdso64_offsets.sh
getcpu.S
getrandom.S powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64 2024-09-13 17:28:36 +02:00
gettimeofday.S powerpc updates for 6.12 2024-09-19 08:03:00 +02:00
note.S
sigtramp32.S
sigtramp64.S
vdso32.lds.S Random number generator updates for Linux 6.12-rc1. 2024-09-18 15:26:31 +02:00
vdso64.lds.S Random number generator updates for Linux 6.12-rc1. 2024-09-18 15:26:31 +02:00
vgetrandom-chacha.S powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64 2024-09-13 17:28:36 +02:00
vgetrandom.c powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32 2024-09-13 17:28:36 +02:00
vgettimeofday.c