On Thu 06-10-22 07:25:08, Jason A. Donenfeld wrote:
> The prandom_u32() function has been a deprecated inline wrapper around
> get_random_u32() for several releases now, and compiles down to the
> exact same code. Replace the deprecated wrapper with a direct call to
> the real function.
> 
> Reviewed-by: Kees Cook <keesc...@chromium.org>
> Signed-off-by: Jason A. Donenfeld <ja...@zx2c4.com>

Looks good. Feel free to add:

Reviewed-by: Jan Kara <j...@suse.cz>

for the ext4 bits.

                                                                Honza
-- 
Jan Kara <j...@suse.com>
SUSE Labs, CR

Reply via email to