2022-10-22 18:58:08

by SeongJae Park

[permalink] [raw]
Subject: Re: [PATCH v1 1/5] treewide: use get_random_u32_below() instead of deprecated function

Hi Jason,

Cc-ing [email protected] and [email protected].

On Fri, 21 Oct 2022 21:43:59 -0400 "Jason A. Donenfeld" <[email protected]> wrote:

> This is a simple mechanical transformation done by:
>
> @@
> expression E;
> @@
> - prandom_u32_max(E)
> + get_random_u32_below(E)
>
> Signed-off-by: Jason A. Donenfeld <[email protected]>
> ---
[...]
> include/linux/damon.h | 2 +-

For the damon.h part,

Reviewed-by: SeongJae Park <[email protected]>


Thanks,
SJ