Re: [PATCH v13 00/14] Multi-Gen LRU Framework

From: Yu Zhao
Date: Sat Jul 09 2022 - 15:32:01 EST


On Wed, Jul 6, 2022 at 9:03 PM Bagas Sanjaya <bagasdotme@xxxxxxxxx> wrote:
>
> On 7/7/22 05:00, Yu Zhao wrote:
> > TLDR
> > ====
> > The current page reclaim is too expensive in terms of CPU usage and it
> > often makes poor choices about what to evict. This patchset offers an
> > alternative solution that is performant, versatile and
> > straightforward.
> >
>
> On what tree this series is based on? I tried to apply on top of mm-everything
> tree but it didn't apply cleanly, so I had to abort.

If you are on the latest mm-unstable, then please
git pull https://github.com/yuzhaogoogle/linux.git
for-mm-unstable-2022-07-09-03-05