Re: [PATCH 1/5] mm/vmscan: put the redirtied MADV_FREE pages back to anonymous LRU list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Jul 10, 2021 at 4:03 AM Miaohe Lin <linmiaohe@xxxxxxxxxx> wrote:
>
> If the MADV_FREE pages are redirtied before they could be reclaimed, put
> the pages back to anonymous LRU list by setting SwapBacked flag and the
> pages will be reclaimed in normal swapout way. Otherwise MADV_FREE pages
> won't be reclaimed as expected.
>
> Fixes: 802a3a92ad7a ("mm: reclaim MADV_FREE pages")

This is not a bug -- the dirty check isn't needed but it was copied
from __remove_mapping().

The page has only one reference left, which is from the isolation.
After the caller puts the page back on lru and drops the reference,
the page will be freed anyway. It doesn't matter which lru it goes.

> Signed-off-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>
> ---
>  mm/vmscan.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/mm/vmscan.c b/mm/vmscan.c
> index a7602f71ec04..6483fe0e2065 100644
> --- a/mm/vmscan.c
> +++ b/mm/vmscan.c
> @@ -1628,6 +1628,7 @@ static unsigned int shrink_page_list(struct list_head *page_list,
>                         if (!page_ref_freeze(page, 1))
>                                 goto keep_locked;
>                         if (PageDirty(page)) {
> +                               SetPageSwapBacked(page);
>                                 page_ref_unfreeze(page, 1);
>                                 goto keep_locked;
>                         }
> --
> 2.23.0
>
>




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux