Re: [PATCH mm-unstable v2 0/8] mm: multi-gen LRU: memcg LRU

From: Yu Zhao
Date: Wed Dec 21 2022 - 19:17:49 EST


On Tue, Dec 20, 2022 at 5:12 PM Yu Zhao <yuzhao@xxxxxxxxxx> wrote:
>
> What's new
> ==========
> 1. Rebased to the latest mm-unstable.

Apparently today's mm-unstable doesn't have prandom_u32_max() anymore.
IOW, this series now has a conflict with commit 8032bf1233a7
("treewide: use get_random_u32_below() instead of deprecated
function").

Will post v3 to use get_random_u32_below() instead.