linux/arch/powerpc/kernel/vdso
Thomas Weißschuh e01abc70af powerpc/vdso: Respect COMPAT_32BIT_TIME
If CONFIG_COMPAT_32BIT_TIME is disabled then the vDSO should not
provide any 32-bit time related functionality. This is the intended
effect of the kconfig option and also the fallback system calls would
also not be implemented.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20260702-vdso-compat_32bit_time-v3-6-db9f36d8d432@linutronix.de
2026-07-07 23:52:53 +02:00
..
.gitignore
cacheflush.S powerpc/vdso: Switch to generic storage implementation 2025-02-21 09:54:02 +01:00
datapage.S powerpc/vdso: Switch to generic storage implementation 2025-02-21 09:54:02 +01:00
gen_vdso32_offsets.sh
gen_vdso64_offsets.sh
getcpu.S
getrandom.S powerpc/vdso: Implement __arch_get_vdso_rng_data() 2024-10-16 11:14:40 +11:00
gettimeofday.S powerpc/vdso: Respect COMPAT_32BIT_TIME 2026-07-07 23:52:53 +02:00
Makefile powerpc/vdso: Drop -DCC_USING_PATCHABLE_FUNCTION_ENTRY from 32-bit flags with clang 2026-05-06 07:45:59 +05:30
note.S
sigtramp32.S
sigtramp64.S
vdso32.lds.S powerpc/vdso: Respect COMPAT_32BIT_TIME 2026-07-07 23:52:53 +02:00
vdso64.lds.S powerpc/vdso: Switch to generic storage implementation 2025-02-21 09:54:02 +01: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: Implement __arch_get_vdso_rng_data() 2024-10-16 11:14:40 +11:00
vgettimeofday.c powerpc/vdso: Respect COMPAT_32BIT_TIME 2026-07-07 23:52:53 +02:00