On Wed, Jun 05, 2024 at 11:41:44PM +0200, Thomas Gleixner wrote: > On Tue, May 28 2024 at 14:19, Jason A. Donenfeld wrote: > > + > > +static __always_inline const struct vdso_rng_data *__arch_get_vdso_rng_data(void) > > +{ > > + if (__vdso_data->clock_mode == VDSO_CLOCKMODE_TIMENS) > > Lacks an IS_ENABLED(CONFIG_TIMENS) Thanks, will fix for v+1. Jason