Message ID | 20220706220022.968789-1-yuzhao@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Multi-Gen LRU Framework | expand |
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.
On Wed, Jul 6, 2022 at 9:03 PM Bagas Sanjaya <bagasdotme@gmail.com> 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
On 7/10/22 02:31, Yu Zhao wrote: > > 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 Fetched, thanks. I think in the next reroll, specify --base to git-format-patch(1), and also mention base tree for this series.