linux-yocto/arch/s390/kernel/vdso64
Heiko Carstens 27939d6cde s390/Kconfig: Select VMAP_STACK unconditionally
There is no point in supporting !VMAP_STACK kernel builds. VMAP_STACK has
proven to work since many years. Also, since KASAN_VMALLOC is supported,
kernels built with !VMAP_STACK are completely untested.

Therefore select VMAP_STACK unconditionally and remove all config options
and code required for !VMAP_STACK builds.

Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
2024-12-10 15:41:58 +01:00
..
.gitignore
gen_vdso_offsets.sh s390/vdso: add minimal compat vdso 2021-07-08 15:37:28 +02:00
getcpu.c s390/vdso: use union tod_clock 2021-02-13 17:17:54 +01:00
Makefile s390/Kconfig: Select VMAP_STACK unconditionally 2024-12-10 15:41:58 +01:00
note.S
vdso_user_wrapper.S s390/vdso: Use macros for annotation of asm functions 2024-09-23 17:57:04 +02:00
vdso.h s390/vdso: Wire up getrandom() vdso implementation 2024-09-13 20:57:31 +02:00
vdso64_generic.c s390/vdso: add missing prototypes for vdso functions 2020-11-30 14:10:50 +01:00
vdso64_wrapper.S
vdso64.lds.S s390/vdso: Drop LBASE_VDSO 2024-11-02 12:37:32 +01:00
vgetrandom-chacha.S s390/vdso: Use one large alternative instead of an alternative branch 2024-09-23 17:57:04 +02:00
vgetrandom.c s390/vdso: Wire up getrandom() vdso implementation 2024-09-13 20:57:31 +02:00