Re: [PATCH] random: remove unused get_random_var_wait functions
From: Jason A. Donenfeld
Date: Sun Nov 02 2025 - 07:40:45 EST
On Sat, Nov 01, 2025 at 09:19:41PM -0700, Eric Biggers wrote:
> None of these functions are used, so remove them.
>
> This renders the two bugs moot:
>
> - get_random_u64_wait() used the wrong pointer type, making it provide
> only 32 bits.
>
> - The '#undef' directive used the wrong identifier, leaving the helper
> macro defined.
Applied, thanks. And nice catch.
Jason