Re: [PATCH 15/15] random: vDSO: remove ifdeffery
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2026-01-22 23:29:22
Also in:
linux-mips, linuxppc-dev, lkml, loongarch
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2026-01-22 23:29:22
Also in:
linux-mips, linuxppc-dev, lkml, loongarch
On Wed, Jan 14, 2026 at 09:01:47AM +0100, Thomas Weißschuh wrote:
Recent cleanups of the vDSO headers allow the unconditional inclusion of vdso/datapage.h and the declarations it provides. This also means that the declaration of vdso_k_rng_data is always visible and its usage does not need to be guarded by ifdefs anymore. Instead use IS_ENABLED(). Signed-off-by: Thomas Weißschuh <redacted>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>