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