Searched hist:"3 c202d14a9d73fb63c3dccb18feac5618c21e1c4" (Results 1 – 3 of 3) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_plb.c | diff 3c202d14a9d73fb63c3dccb18feac5618c21e1c4 Mon Oct 10 04:45:07 CEST 2022 Jason A. Donenfeld <Jason@zx2c4.com> prandom: remove prandom_u32_max()
Convert the final two users of prandom_u32_max() that slipped in during 6.2-rc1 to use get_random_u32_below().
Then, with no more users left, we can finally remove the deprecated function.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
|
/linux/include/linux/ |
H A D | prandom.h | diff 3c202d14a9d73fb63c3dccb18feac5618c21e1c4 Mon Oct 10 04:45:07 CEST 2022 Jason A. Donenfeld <Jason@zx2c4.com> prandom: remove prandom_u32_max()
Convert the final two users of prandom_u32_max() that slipped in during 6.2-rc1 to use get_random_u32_below().
Then, with no more users left, we can finally remove the deprecated function.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
|
/linux/arch/x86/mm/ |
H A D | cpu_entry_area.c | diff 3c202d14a9d73fb63c3dccb18feac5618c21e1c4 Mon Oct 10 04:45:07 CEST 2022 Jason A. Donenfeld <Jason@zx2c4.com> prandom: remove prandom_u32_max()
Convert the final two users of prandom_u32_max() that slipped in during 6.2-rc1 to use get_random_u32_below().
Then, with no more users left, we can finally remove the deprecated function.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
|