From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.9 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1, USER_IN_DEF_DKIM_WL autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B69B9C43603 for ; Thu, 5 Dec 2019 00:16:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7D9C320409 for ; Thu, 5 Dec 2019 00:16:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="HGikBZLc" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728436AbfLEAQH (ORCPT ); Wed, 4 Dec 2019 19:16:07 -0500 Received: from mail-pl1-f195.google.com ([209.85.214.195]:35501 "EHLO mail-pl1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728011AbfLEAQH (ORCPT ); Wed, 4 Dec 2019 19:16:07 -0500 Received: by mail-pl1-f195.google.com with SMTP id s10so441701plp.2 for ; Wed, 04 Dec 2019 16:16:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:mime-version; bh=dIxP6eV19dV4deKuY2u2OMouyxNg4VVPoJ/7ILKlt5A=; b=HGikBZLck8OARIrtAyQH3OeYiqo0Ij6YGebXJIIIRxVX71igUK9HbQXhX2OBH08lyO 5RJh4XoDgLBqrkxiyI4Y+OyMLKOfCoV5d1PI5bEtFSs7VqcHInIi9ca45iKf6bksoedk Eqhr3y1Rfg0g3CJXfoDVokCHjjaEZ4hiZ//ALVY0fSWObzeMQy0vu/w+too2wH+Rxte9 iP3H+QXdZfDafNmsk09TEWFdtt/VZyEpgjuOZBwgpM1mpZqXN1LkNAXWcaZ0gHJ9dq2A RkncLEsEeLnt4v/bOqtrpRZZpGDTtfJ/eiDlH/OFv/HqL29HjHlzJ8aRZjJhqyKNW8Du 7Whg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:in-reply-to:message-id :references:user-agent:mime-version; bh=dIxP6eV19dV4deKuY2u2OMouyxNg4VVPoJ/7ILKlt5A=; b=QIb69zY6aRGFER+cqGyGSNuVgFOQaeOD6NLnsdTI62gMe5yO9syeC85WSWJhyRjXXE 83FWDE9w6QlvjVXvGpnwrtqCjHSDbNfqf96s845V4CiRli/eNQF6SlYXOyYUlK1L+/RS xIBGOafnyEBWxP4t4AZ+Ols6nm69puW/Q3bCsQDdneSSVeMco3VSF0tUH1tRaqfruD8S vBeDvB0HOXY5sOIx01om8MKeSKPxAeySCxDKBeXwub6RUkoxczHlEjrBfGjFTsA6VlAy exwsWAZg+Zir+4nkDxBztl/Hk3Zbtw0dmRy5u9/yhb8iDsBX/fJDIncDi+AnNImatsCX HOkQ== X-Gm-Message-State: APjAAAV3ShfhDG39rOmGdXmHZawMXCdypr8JOjZKBy7tT6rI+xSLe0Du RHBvnQPNVMM50coRx2loeWYvQw== X-Google-Smtp-Source: APXvYqxeT9uihoBBzyRhAwmkW/g9V+/o1AQCwmW1ck6mL/ZoJBtejNoD5YqWH0Ghvs6ckqXpawCpHg== X-Received: by 2002:a17:902:b410:: with SMTP id x16mr6196641plr.258.1575504965547; Wed, 04 Dec 2019 16:16:05 -0800 (PST) Received: from [100.112.92.218] ([104.133.9.106]) by smtp.gmail.com with ESMTPSA id g26sm9053526pfo.128.2019.12.04.16.16.04 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 04 Dec 2019 16:16:04 -0800 (PST) Date: Wed, 4 Dec 2019 16:15:42 -0800 (PST) From: Hugh Dickins X-X-Sender: hugh@eggly.anvils To: Yang Shi cc: hughd@google.com, kirill.shutemov@linux.intel.com, aarcange@redhat.com, akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [v2 PATCH] mm: shmem: allow split THP when truncating THP partially In-Reply-To: <1575420174-19171-1-git-send-email-yang.shi@linux.alibaba.com> Message-ID: References: <1575420174-19171-1-git-send-email-yang.shi@linux.alibaba.com> User-Agent: Alpine 2.11 (LSU 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 4 Dec 2019, Yang Shi wrote: > Currently when truncating shmem file, if the range is partial of THP > (start or end is in the middle of THP), the pages actually will just get > cleared rather than being freed unless the range cover the whole THP. > Even though all the subpages are truncated (randomly or sequentially), > the THP may still be kept in page cache. This might be fine for some > usecases which prefer preserving THP. > > But, when doing balloon inflation in QEMU, QEMU actually does hole punch > or MADV_DONTNEED in base page size granulairty if hugetlbfs is not used. > So, when using shmem THP as memory backend QEMU inflation actually doesn't > work as expected since it doesn't free memory. But, the inflation > usecase really needs get the memory freed. Anonymous THP will not get > freed right away too but it will be freed eventually when all subpages are > unmapped, but shmem THP would still stay in page cache. > > Split THP right away when doing partial hole punch, and if split fails > just clear the page so that read to the hole punched area would return > zero. > > Cc: Hugh Dickins > Cc: Kirill A. Shutemov > Cc: Andrea Arcangeli > Signed-off-by: Yang Shi > --- > v2: * Adopted the comment from Kirill. > * Dropped fallocate mode flag, THP split is the default behavior. > * Blended Huge's implementation with my v1 patch. TBH I'm not very keen to > Hugh's find_get_entries() hack (basically neutral), but without that hack Thanks for giving it a try. I'm not neutral about my find_get_entries() hack: it surely had to go (without it, I'd have just pushed my own patch). I've not noticed anything wrong with your patch, and it's in the right direction, but I'm still not thrilled with it. I also remember that I got the looping wrong in my first internal attempt (fixed in what I sent), and need to be very sure of the try-again-versus-move-on-to-next conditions before agreeing to anything. No rush, I'll come back to this in days or month ahead: I'll try to find a less gotoey blend of yours and mine. Hugh > we have to rely on pagevec_release() to release extra pins and play with > goto. This version does in this way. The patch is bigger than Hugh's due > to extra comments to make the flow clear. > > mm/shmem.c | 120 ++++++++++++++++++++++++++++++++++++++++++------------------- > 1 file changed, 83 insertions(+), 37 deletions(-) > > diff --git a/mm/shmem.c b/mm/shmem.c > index 220be9f..1ae0c7f 100644 > --- a/mm/shmem.c > +++ b/mm/shmem.c > @@ -806,12 +806,15 @@ static void shmem_undo_range(struct inode *inode, loff_t lstart, loff_t lend, > long nr_swaps_freed = 0; > pgoff_t index; > int i; > + bool split = false; > + struct page *page = NULL; > > if (lend == -1) > end = -1; /* unsigned, so actually very big */ > > pagevec_init(&pvec); > index = start; > +retry: > while (index < end) { > pvec.nr = find_get_entries(mapping, index, > min(end - index, (pgoff_t)PAGEVEC_SIZE), > @@ -819,7 +822,8 @@ static void shmem_undo_range(struct inode *inode, loff_t lstart, loff_t lend, > if (!pvec.nr) > break; > for (i = 0; i < pagevec_count(&pvec); i++) { > - struct page *page = pvec.pages[i]; > + split = false; > + page = pvec.pages[i]; > > index = indices[i]; > if (index >= end) > @@ -838,23 +842,24 @@ static void shmem_undo_range(struct inode *inode, loff_t lstart, loff_t lend, > if (!trylock_page(page)) > continue; > > - if (PageTransTail(page)) { > - /* Middle of THP: zero out the page */ > - clear_highpage(page); > - unlock_page(page); > - continue; > - } else if (PageTransHuge(page)) { > - if (index == round_down(end, HPAGE_PMD_NR)) { > + if (PageTransCompound(page) && !unfalloc) { > + if (PageHead(page) && > + index != round_down(end, HPAGE_PMD_NR)) { > /* > - * Range ends in the middle of THP: > - * zero out the page > + * Fall through when punching whole > + * THP. > */ > - clear_highpage(page); > - unlock_page(page); > - continue; > + index += HPAGE_PMD_NR - 1; > + i += HPAGE_PMD_NR - 1; > + } else { > + /* > + * Split THP for any partial hole > + * punch. > + */ > + get_page(page); > + split = true; > + goto split; > } > - index += HPAGE_PMD_NR - 1; > - i += HPAGE_PMD_NR - 1; > } > > if (!unfalloc || !PageUptodate(page)) { > @@ -866,9 +871,29 @@ static void shmem_undo_range(struct inode *inode, loff_t lstart, loff_t lend, > } > unlock_page(page); > } > +split: > pagevec_remove_exceptionals(&pvec); > pagevec_release(&pvec); > cond_resched(); > + > + if (split) { > + /* > + * The pagevec_release() released all extra pins > + * from pagevec lookup. And we hold an extra pin > + * and still have the page locked under us. > + */ > + if (!split_huge_page(page)) { > + unlock_page(page); > + put_page(page); > + /* Re-lookup page cache from current index */ > + goto retry; > + } > + > + /* Fail to split THP, move to next index */ > + unlock_page(page); > + put_page(page); > + } > + > index++; > } > > @@ -901,6 +926,7 @@ static void shmem_undo_range(struct inode *inode, loff_t lstart, loff_t lend, > return; > > index = start; > +again: > while (index < end) { > cond_resched(); > > @@ -916,7 +942,8 @@ static void shmem_undo_range(struct inode *inode, loff_t lstart, loff_t lend, > continue; > } > for (i = 0; i < pagevec_count(&pvec); i++) { > - struct page *page = pvec.pages[i]; > + split = false; > + page = pvec.pages[i]; > > index = indices[i]; > if (index >= end) > @@ -936,30 +963,24 @@ static void shmem_undo_range(struct inode *inode, loff_t lstart, loff_t lend, > > lock_page(page); > > - if (PageTransTail(page)) { > - /* Middle of THP: zero out the page */ > - clear_highpage(page); > - unlock_page(page); > - /* > - * Partial thp truncate due 'start' in middle > - * of THP: don't need to look on these pages > - * again on !pvec.nr restart. > - */ > - if (index != round_down(end, HPAGE_PMD_NR)) > - start++; > - continue; > - } else if (PageTransHuge(page)) { > - if (index == round_down(end, HPAGE_PMD_NR)) { > + if (PageTransCompound(page) && !unfalloc) { > + if (PageHead(page) && > + index != round_down(end, HPAGE_PMD_NR)) { > /* > - * Range ends in the middle of THP: > - * zero out the page > + * Fall through when punching whole > + * THP. > */ > - clear_highpage(page); > - unlock_page(page); > - continue; > + index += HPAGE_PMD_NR - 1; > + i += HPAGE_PMD_NR - 1; > + } else { > + /* > + * Split THP for any partial hole > + * punch. > + */ > + get_page(page); > + split = true; > + goto rescan_split; > } > - index += HPAGE_PMD_NR - 1; > - i += HPAGE_PMD_NR - 1; > } > > if (!unfalloc || !PageUptodate(page)) { > @@ -976,8 +997,33 @@ static void shmem_undo_range(struct inode *inode, loff_t lstart, loff_t lend, > } > unlock_page(page); > } > +rescan_split: > pagevec_remove_exceptionals(&pvec); > pagevec_release(&pvec); > + > + if (split) { > + /* > + * The pagevec_release() released all extra pins > + * from pagevec lookup. And we hold an extra pin > + * and still have the page locked under us. > + */ > + if (!split_huge_page(page)) { > + unlock_page(page); > + put_page(page); > + /* Re-lookup page cache from current index */ > + goto again; > + } > + > + /* > + * Split fail, clear the page then move to next > + * index. > + */ > + clear_highpage(page); > + > + unlock_page(page); > + put_page(page); > + } > + > index++; > } > > -- > 1.8.3.1 > >