]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
random: vDSO: Add explicit includes
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 27 Feb 2026 06:44:35 +0000 (07:44 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 11 Mar 2026 14:12:55 +0000 (15:12 +0100)
commit32bd966050486d3fed6980aa3de3e60b9e383589
treead04e00b4134a6da6d2d70f93f7e674c4d577fd8
parent5dca096e865fbf37febb4dde26d9a52288da6db3
random: vDSO: Add explicit includes

Various used symbols are only visible through transitive includes.
These transitive includes are about to go away.

Explicitly include the necessary headers.

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>
Acked-by: Jason A. Donenfeld <Jason@zx2c4.com>
Link: https://patch.msgid.link/20260227-vdso-header-cleanups-v2-9-35d60acf7410@linutronix.de
lib/vdso/getrandom.c