Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

random: vDSO: Trim vDSO includes

These includes are not used, remove them.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
Link: https://patch.msgid.link/20260227-vdso-header-cleanups-v2-14-35d60acf7410@linutronix.de

authored by

Thomas Weißschuh and committed by
Borislav Petkov (AMD)
fc880ff1 f5e386fe

-2
-2
drivers/char/random.c
··· 57 57 #include <crypto/chacha.h> 58 58 #include <crypto/blake2s.h> 59 59 #ifdef CONFIG_VDSO_GETRANDOM 60 - #include <vdso/getrandom.h> 61 60 #include <vdso/datapage.h> 62 - #include <vdso/vsyscall.h> 63 61 #endif 64 62 #include <asm/archrandom.h> 65 63 #include <asm/processor.h>