Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp8123690imu; Tue, 4 Dec 2018 03:24:43 -0800 (PST) X-Google-Smtp-Source: AFSGD/X07OqbxzgbNJ4lmoSo/dRabiOQYwWzRiRcEuzWY2bnw50m1rmjbLatFDjoT700JPGXa05U X-Received: by 2002:a63:66c6:: with SMTP id a189mr15301394pgc.167.1543922683514; Tue, 04 Dec 2018 03:24:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543922683; cv=none; d=google.com; s=arc-20160816; b=T1OIOCzIb6P+us+aMicMng82HeaPWzlooH4gWi30IwbtLJOjapxs3hP6KRpP/xOwqg fjKHmiQ58CrR6f/a4eynUKnlZd6FF3aYSIzeHu7dvVFTRQuM4ugwfWW8cAMpw4Scopof UbCyVyvE6MD+tNssWGsy4wYuWIdRFPKbVzZbdluB0jSsdsx8Vf67uPU+eGrc8LOgkhMv 3lWK99toPOUhmoDtb6IZ0gqHXM5QbuZXA6i+t6Tg7mVZHqntApB/OI07hj5rvRN/N2E8 7ZUyc/vnG9n4JFWRB6ZyyXs6dpIg/Yml/ukEKk/VmRwaV2Bn7tvEXaCnL+NZAt0BscVq ZClw== 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=bJdVcjep/SJOY/3tVEnNzhdSWvMCRtBvuIgTQYM5aHs=; b=wIW2dKNI1Xcyn8CTMuXEUp+bdQVyMwPsUM8Z5BFxNHaL2nuJjQfTklKlFBGKogt88T WjdWtNfjCsse78EHIxypKsZ+hotQ2NxoW9NGcjY2yuw4xiW+wLKpTzm5YN3tuo3XolgN CeE7uDVCs1Ll0Pu3UMfloQ9Eq3o7LCSI8DLmoSUy5X6ZWixHh/V9zAA3jyA6yoZlKH3V jhYhaW4vkGzeevQ+5j9cHpoRbFXRnq36VQ0v/kDY0Kn2LwEnscKQMv6BKEZgT/WkHi4D I9mkiUPtMmFsy4qhg/Q+oBknTCE7qfmTtjUVP8HxEUU0kfrYPYVRIXFrjPLiCQRWSQyy KjEA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=dVJwsvPB; 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 x4si16689615plv.56.2018.12.04.03.24.27; Tue, 04 Dec 2018 03:24:43 -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=dVJwsvPB; 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 S1727595AbeLDLCP (ORCPT + 99 others); Tue, 4 Dec 2018 06:02:15 -0500 Received: from mail.kernel.org ([198.145.29.99]:48078 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727592AbeLDLCM (ORCPT ); Tue, 4 Dec 2018 06:02:12 -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 7D3072146D; Tue, 4 Dec 2018 11:02:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1543921332; bh=DK6w8pYfV3aONvmII6h2iNDmw6l6Evq53yHFJCvDqRY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dVJwsvPBEQe6YOThnkKX2NPWkBAYovbEatXUNABoAFPJIlO7UB75pZUCdenJqEV6c JdPLO+iAwG1iUsn3XMJFYYl2zGSpMRCD8H3S+tn9Ohn9RPdjjXKof4iAH6vmuvc4KH nHJFDVSHmto9yDDYQ25L/D/q613A0aljHbqlBwA4= 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.14 009/146] mm/khugepaged: collapse_shmem() without freezing new_page Date: Tue, 4 Dec 2018 11:48:15 +0100 Message-Id: <20181204103727.161359379@linuxfoundation.org> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181204103726.750894136@linuxfoundation.org> References: <20181204103726.750894136@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.14-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 0eac4344477a..45bf0e5775f7 100644 --- a/mm/khugepaged.c +++ b/mm/khugepaged.c @@ -1288,7 +1288,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; @@ -1296,11 +1296,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, @@ -1337,13 +1337,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; @@ -1521,9 +1519,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); @@ -1571,8 +1568,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