Files
linux-stable-mirror/include/linux/random.h
Eric Biggers 933ecf5912 random: remove unused get_random_var_wait functions
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.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2025-11-02 13:40:13 +01:00

4.5 KiB