Hi Jason, Cc-ing da...@lists.linux.dev and linux...@kvack.org.
On Fri, 21 Oct 2022 21:43:59 -0400 "Jason A. Donenfeld" <ja...@zx2c4.com> 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 <ja...@zx2c4.com> > --- [...] > include/linux/damon.h | 2 +- For the damon.h part, Reviewed-by: SeongJae Park <s...@kernel.org> Thanks, SJ