Re: [PATCH 0/9] workingset protection/detection on the anonymous LRU list

From: Joonsoo Kim
Date: Thu Feb 13 2020 - 23:12:55 EST


2020ë 2ì 11ì (í) ìí 3:20, <js1304@xxxxxxxxx>ëì ìì:
>
> From: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx>
>
> Hello,
>
> This patchset implements workingset protection and detection on
> the anonymous LRU list.
>
snip...
>
> Note that, this result is gotten from v5.1. Although workingset detection
> works on v5.1, it doesn't work well on v5.5. It looks like that recent
> code change on workingset.c is the reason of this problem. I will
> track it soon.

Problem is fixed now.
It's due to my mistake on the rebase.
Replace "mm/workingset: extend the workingset detection for anon LRU"
with the patch on the following link.

https://lkml.kernel.org/r/CAAmzW4NGwvTiE_unACAcSZUH9V3tO0qR=ZPxi=q9s=zDi53DeQ@xxxxxxxxxxxxxx

Thanks.