2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/arch/x86/entry/vdso
Thomas Weißschuh bdb30d565f x86/vdso: Remove redundant #ifdeffery around in_ia32_syscall()
The #ifdefs only guard code that is also guarded by in_ia32_syscall(),
which already contains the same #ifdef itself.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Eric Biederman <ebiederm@xmission.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: Kees Cook <kees@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rik van Riel <riel@surriel.com>
Link: https://lore.kernel.org/r/20240910-x86-vdso-ifdef-v1-2-877c9df9b081@linutronix.de
2025-04-22 14:24:07 +02:00
..
vdso32 x86/vdso: Fake 32bit VDSO build on 64bit compile for vgetcpu 2023-02-07 18:20:41 +01:00
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
extable.c x86/vdso: Add support for exception fixup in vDSO functions 2020-11-18 18:02:50 +01:00
extable.h x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers 2025-03-19 11:47:30 +01:00
Makefile Updates for the VDSO infrastructure: 2025-03-25 11:30:42 -07:00
vclock_gettime.c arch: vdso: consolidate gettime prototypes 2023-11-23 11:32:32 +01:00
vdso2c.c x86/vdso/vdso2c: Remove page handling 2025-02-21 09:54:03 +01:00
vdso2c.h x86/vdso/vdso2c: Remove page handling 2025-02-21 09:54:03 +01:00
vdso32-setup.c x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c 2025-02-07 16:53:04 +01:00
vdso-layout.lds.S x86/vdso/vdso2c: Remove page handling 2025-02-21 09:54:03 +01:00
vdso-note.S x86: Add build salt to the vDSO 2018-07-18 01:18:05 +09:00
vdso.lds.S x86: vdso: Wire up getrandom() vDSO implementation 2024-07-19 20:22:12 +02:00
vdsox32.lds.S x86/vdso: Switch to generic vDSO implementation 2019-06-22 21:21:10 +02:00
vgetcpu.c x86/vdso: Include vdso/processor.h 2023-05-18 11:56:18 -07:00
vgetrandom-chacha.S x86: vdso: Wire up getrandom() vDSO implementation 2024-07-19 20:22:12 +02:00
vgetrandom.c random: vDSO: add a __vdso_getrandom prototype for all architectures 2024-09-13 17:28:35 +02:00
vma.c x86/vdso: Remove redundant #ifdeffery around in_ia32_syscall() 2025-04-22 14:24:07 +02:00
vsgx.S x86/headers: Remove unnecessary #include <asm/export.h> 2023-10-03 10:38:07 +02:00