linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v1 1/5] treewide: use get_random_u32_below() instead of deprecated function
       [not found] <20221022014403.3881893-2-Jason@zx2c4.com>
@ 2022-10-22 18:44 ` SeongJae Park
  0 siblings, 0 replies; only message in thread
From: SeongJae Park @ 2022-10-22 18:44 UTC (permalink / raw)
  To: Jason A. Donenfeld
  Cc: linux-kernel, Kees Cook, Greg Kroah-Hartman, Jakub Kicinski,
	Russell King, Catalin Marinas, Thomas Bogendoerfer,
	Heiko Carstens, Herbert Xu, Christoph Böhmwalder,
	Jani Nikula, Jason Gunthorpe, Sakari Ailus, Martin K . Petersen,
	Theodore Ts'o, Andreas Dilger, Jaegeuk Kim,
	Richard Weinberger, Darrick J . Wong, SeongJae Park,
	Thomas Gleixner, Andrew Morton, Michael Ellerman, Helge Deller,
	netdev, linux-crypto, linux-block, linux-fsdevel, linux-media,
	linux-arm-kernel, loongarch, linux-mips, linuxppc-dev, linux-mmc,
	linux-parisc, damon, linux-mm

Hi Jason,

Cc-ing damon@lists.linux.dev and linux-mm@kvack.org.

On Fri, 21 Oct 2022 21:43:59 -0400 "Jason A. Donenfeld" <Jason@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 <Jason@zx2c4.com>
> ---
[...]
>  include/linux/damon.h                         |  2 +-

For the damon.h part,

Reviewed-by: SeongJae Park <sj@kernel.org>


Thanks,
SJ


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-22 18:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221022014403.3881893-2-Jason@zx2c4.com>
2022-10-22 18:44 ` [PATCH v1 1/5] treewide: use get_random_u32_below() instead of deprecated function SeongJae Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox