Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp8114974imu; Tue, 4 Dec 2018 03:15:24 -0800 (PST) X-Google-Smtp-Source: AFSGD/XhnV6FyUcjy0d+5N+cScG8nOIVqPXZiCXD+ncG/f/e+WADNffbYq92CyvRPAamTf7nm5XB X-Received: by 2002:a62:1043:: with SMTP id y64mr19958214pfi.78.1543922124623; Tue, 04 Dec 2018 03:15:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543922124; cv=none; d=google.com; s=arc-20160816; b=fSpGX/oZIpoHzytusUVh3ug8md/VLisL0lVdO9Vt4Qzs1Dl8XaUddeLmnsil2u6sk1 4Bsp8AUc5UwiIMG5ceLpUltDsCNEtHPNTv6GllMOHYEL3O6EBUsTFZLsj5REF98TfuJb N/wqOOfooR6iDIjcCGkZaw8+2ThPsRXFDCRajZj9d44j8MqoOJ6etzsaUwCNtRtPeXPE jK+MU+EcGXi6Bh5poR0VO+77Cp4Dmt485hECkXPZFIykw6Vh+QYdVe2n0OKuWIvx87nu ES37bJt5uUFmCFFNhVQlEmkDaBE34yUy++CcSXdGxquQ/ttW3Ik3uXO+iiO0RlA4D4f9 ALpQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=lJquv7maQMr5LIKddNIMG0hw9cJrESaF/i0n3tUKOEU=; b=o/oRtzN16kfyPFD3mRPnVPyfEVbwzXqZlP/BIJZKIxOEji8xqy1gznUU0YyZsX8DS+ e/GA0q3YWGUMH7jvheWPWT+O35Nhd1cOD+elT8sMFBdVPP75BrP/H3ppvy//XPtVtD/R fiaaOY5NBRmC9kJERLaH+ydOPufBiGZiN0cRPYylz+wUQVEyPj8BXY1x3d2kXm2EZmt6 7x1HI6rUJ+sjUENNlPKYwYXak6E3MDUap8yaW1nwHkBQATl1KystTS2hJlU9pwLv2We3 ZyYqMu9LWKwZ8qFKyYHH9KpOYaV/NhK1yhO5v0bnCwvs07jkEw8iYBAtg/IAC5fJediU NxNw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="x/pm36+k"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m76si16702373pfj.48.2018.12.04.03.15.09; Tue, 04 Dec 2018 03:15:24 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="x/pm36+k"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728495AbeLDLHo (ORCPT + 99 others); Tue, 4 Dec 2018 06:07:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:56844 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728480AbeLDLHl (ORCPT ); Tue, 4 Dec 2018 06:07:41 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9D32F2087F; Tue, 4 Dec 2018 11:07:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1543921660; bh=F6pvmHRzYyvd0xz6GjHLZekLTTN6wfwEP4Wki1tzzJg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=x/pm36+k1678+dgnLxCPdrlnMCySvvKqMSJE0EJkkHu268LoHXv/mzm/QjxLq1sXR Q0iod8np+ogUCEiM8mc6lPq+cOVgY6CFURLxj9y1/SwChcfFTBoVHw4FDIB37BVRNM EaA1uYmh3pXLS5elGq7wCgBUA2XDyltBALA19iI0= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Hugh Dickins , "Kirill A. Shutemov" , Jerome Glisse , Konstantin Khlebnikov , Matthew Wilcox , Andrew Morton , Linus Torvalds , Sasha Levin Subject: [PATCH 4.9 11/50] mm/khugepaged: collapse_shmem() without freezing new_page Date: Tue, 4 Dec 2018 11:50:06 +0100 Message-Id: <20181204103715.096057919@linuxfoundation.org> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181204103714.485546262@linuxfoundation.org> References: <20181204103714.485546262@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ commit 87c460a0bded56195b5eb497d44709777ef7b415 upstream. khugepaged's collapse_shmem() does almost all of its work, to assemble the huge new_page from 512 scattered old pages, with the new_page's refcount frozen to 0 (and refcounts of all old pages so far also frozen to 0). Including shmem_getpage() to read in any which were out on swap, memory reclaim if necessary to allocate their intermediate pages, and copying over all the data from old to new. Imagine the frozen refcount as a spinlock held, but without any lock debugging to highlight the abuse: it's not good, and under serious load heads into lockups - speculative getters of the page are not expecting to spin while khugepaged is rescheduled. One can get a little further under load by hacking around elsewhere; but fortunately, freezing the new_page turns out to have been entirely unnecessary, with no hacks needed elsewhere. The huge new_page lock is already held throughout, and guards all its subpages as they are brought one by one into the page cache tree; and anything reading the data in that page, without the lock, before it has been marked PageUptodate, would already be in the wrong. So simply eliminate the freezing of the new_page. Each of the old pages remains frozen with refcount 0 after it has been replaced by a new_page subpage in the page cache tree, until they are all unfrozen on success or failure: just as before. They could be unfrozen sooner, but cause no problem once no longer visible to find_get_entry(), filemap_map_pages() and other speculative lookups. Link: http://lkml.kernel.org/r/alpine.LSU.2.11.1811261527570.2275@eggly.anvils Fixes: f3f0e1d2150b2 ("khugepaged: add support of collapse for tmpfs/shmem pages") Signed-off-by: Hugh Dickins Acked-by: Kirill A. Shutemov Cc: Jerome Glisse Cc: Konstantin Khlebnikov Cc: Matthew Wilcox Cc: [4.8+] Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin --- mm/khugepaged.c | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/mm/khugepaged.c b/mm/khugepaged.c index 47b83030fc53..b87bd43993bd 100644 --- a/mm/khugepaged.c +++ b/mm/khugepaged.c @@ -1286,7 +1286,7 @@ static void retract_page_tables(struct address_space *mapping, pgoff_t pgoff) * collapse_shmem - collapse small tmpfs/shmem pages into huge one. * * Basic scheme is simple, details are more complex: - * - allocate and freeze a new huge page; + * - allocate and lock a new huge page; * - scan over radix tree replacing old pages the new one * + swap in pages if necessary; * + fill in gaps; @@ -1294,11 +1294,11 @@ static void retract_page_tables(struct address_space *mapping, pgoff_t pgoff) * - if replacing succeed: * + copy data over; * + free old pages; - * + unfreeze huge page; + * + unlock huge page; * - if replacing failed; * + put all pages back and unfreeze them; * + restore gaps in the radix-tree; - * + free huge page; + * + unlock and free huge page; */ static void collapse_shmem(struct mm_struct *mm, struct address_space *mapping, pgoff_t start, @@ -1336,13 +1336,11 @@ static void collapse_shmem(struct mm_struct *mm, __SetPageSwapBacked(new_page); new_page->index = start; new_page->mapping = mapping; - BUG_ON(!page_ref_freeze(new_page, 1)); /* - * At this point the new_page is 'frozen' (page_count() is zero), locked - * and not up-to-date. It's safe to insert it into radix tree, because - * nobody would be able to map it or use it in other way until we - * unfreeze it. + * At this point the new_page is locked and not up-to-date. + * It's safe to insert it into the page cache, because nobody would + * be able to map it or use it in another way until we unlock it. */ index = start; @@ -1520,9 +1518,8 @@ static void collapse_shmem(struct mm_struct *mm, index++; } - /* Everything is ready, let's unfreeze the new_page */ SetPageUptodate(new_page); - page_ref_unfreeze(new_page, HPAGE_PMD_NR); + page_ref_add(new_page, HPAGE_PMD_NR - 1); set_page_dirty(new_page); mem_cgroup_commit_charge(new_page, memcg, false, true); lru_cache_add_anon(new_page); @@ -1570,8 +1567,6 @@ static void collapse_shmem(struct mm_struct *mm, VM_BUG_ON(nr_none); spin_unlock_irq(&mapping->tree_lock); - /* Unfreeze new_page, caller would take care about freeing it */ - page_ref_unfreeze(new_page, 1); mem_cgroup_cancel_charge(new_page, memcg, true); new_page->mapping = NULL; } -- 2.17.1