Message ID | 20220614071650.206064-1-yuzhao@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Multi-Gen LRU Framework | expand |
On Tue, Jun 14, 2022 at 1:17 AM Yu Zhao <yuzhao@google.com> wrote: > > What's new > ========== > 1. Fixed a bug (using pmd_addr_end() when __PAGETABLE_PMD_FOLDED) > reported by: > Thomas Graichen <thomas.graichen@googlemail.com> > https://forum.armbian.com/topic/20018-mglru-patches-to-bring-down-kswapd-cpu-usage/ > 2. Retested on v5.19-rc1 and rebased to v5.19-rc2. > 3. Nits. > > 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. I don't see any action items left for me. Are we good for the next merge window?
On Wed, 22 Jun 2022 00:21:47 -0600 Yu Zhao <yuzhao@google.com> 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. > > I don't see any action items left for me. Are we good for the next merge window? Qi Zheng just found an item ;) Yes, I'd like to get this in soon. I've been waiting for the mapletree work to converge a bit further.
On Wed, Jun 22, 2022 at 12:46 PM Andrew Morton <akpm@linux-foundation.org> wrote: > > On Wed, 22 Jun 2022 00:21:47 -0600 Yu Zhao <yuzhao@google.com> 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. > > > > I don't see any action items left for me. Are we good for the next merge window? > > Qi Zheng just found an item ;) Well, an embarrassing one, and I hope it's the last one :) > Yes, I'd like to get this in soon. I've been waiting for the mapletree work > to converge a bit further. No worries. We are not in any rush, just planning ahead, since this patchset has conflicts with Muchun's LRU page reparenting work [1]. [1] https://lore.kernel.org/linux-mm/20220621125658.64935-1-songmuchun@bytedance.com/