Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3541157pxj; Tue, 11 May 2021 06:50:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJySzxW+mPdZBxYh6BeEVu/oPKk/CFstvXpynyh/4dvgC3/yZQN+Ie3X47StD8E5aX8lTE2h X-Received: by 2002:a05:6402:3488:: with SMTP id v8mr35705050edc.51.1620741054649; Tue, 11 May 2021 06:50:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620741054; cv=none; d=google.com; s=arc-20160816; b=zL+VxRIsT7+VqI0lHnlz739wZid7zCjRRbeLizWYuehTZCndylha6+7W8ucqC8XM5G BVE/n/hJkg6/wgnB8HO/ki4SR5Jh9uv2aOn6KWhDJEn9y+vyLeB1PWy3dSDxkD0/zgJg Gi/bIHnvtwORMrA31rXRuaZIv7e4tHDVMdSRs3xfL0yS2x7LwA4ljV6EV2ggxWtb6RPN Uq5F0oyBaNVZIURke/tdQ8twko0TKHKqtzn+XEhtoFhQV1GukAv1yOJqyThjBf+c9XRc 5ktIlSrCxhixmG/K0Z2VdrkJkfy7E4f8wuAP/92DQvXQVBw0bAVISUibbSki0tcuTNA/ aRWQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Xo358G7L304hDTF9UwhBXFMDgWPFfbfvcn6iL5E0K+E=; b=Zoy9OIwLiysnqbHeUCFdnxshAxVlXgZwRlI22Tdm9vLaOK7N/+L59H9vQuPEiOdy2Z gSGCftYyCao46xQcscrkM7ldAd8gh7UFUJvGB+A8wdSzd7UoZuITsVJeXHMEZ+NLEai/ eocBT3lGQR7oidVAJoTTe6qhk30A1SLltqtHWhixYH19ZbEn71qM0tlpnj3BUIYMG2JP mDB7MWTvWEn4C5vhZDJqPNo+qlOH5bvfgFR1509M9Nf2tTjAUW3FQLPlGbd/Cv/WHUv7 1ul2FD7H5PDZgdlK0TWytu3TxhwJFx0ZvHI9TFc9GYQto3VB3YK0Ir7rBueF8pfnyN0N C/OA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n15si16820752edt.63.2021.05.11.06.50.27; Tue, 11 May 2021 06:50:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231702AbhEKNuW (ORCPT + 99 others); Tue, 11 May 2021 09:50:22 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:2701 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231523AbhEKNuU (ORCPT ); Tue, 11 May 2021 09:50:20 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4FffN85TG3z1BKnT; Tue, 11 May 2021 21:46:32 +0800 (CST) Received: from huawei.com (10.175.104.170) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.498.0; Tue, 11 May 2021 21:49:05 +0800 From: Miaohe Lin To: CC: , , , , , , , , , , , , , , , , Subject: [PATCH v3 4/5] mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmd Date: Tue, 11 May 2021 21:48:56 +0800 Message-ID: <20210511134857.1581273-5-linmiaohe@huawei.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20210511134857.1581273-1-linmiaohe@huawei.com> References: <20210511134857.1581273-1-linmiaohe@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.175.104.170] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit aa88b68c3b1d ("thp: keep huge zero page pinned until tlb flush") introduced tlb_remove_page() for huge zero page to keep it pinned until flush is complete and prevents the page from being split under us. But huge zero page is kept pinned until all relevant mm_users reach zero since the commit 6fcb52a56ff6 ("thp: reduce usage of huge zero page's atomic counter"). So tlb_remove_page_size() for huge zero pmd is unnecessary now. Reviewed-by: Yang Shi Acked-by: David Hildenbrand Signed-off-by: Miaohe Lin --- mm/huge_memory.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 4f37867eed12..b8e67332806f 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -1683,12 +1683,9 @@ int zap_huge_pmd(struct mmu_gather *tlb, struct vm_area_struct *vma, if (arch_needs_pgtable_deposit()) zap_deposited_table(tlb->mm, pmd); spin_unlock(ptl); - if (is_huge_zero_pmd(orig_pmd)) - tlb_remove_page_size(tlb, pmd_page(orig_pmd), HPAGE_PMD_SIZE); } else if (is_huge_zero_pmd(orig_pmd)) { zap_deposited_table(tlb->mm, pmd); spin_unlock(ptl); - tlb_remove_page_size(tlb, pmd_page(orig_pmd), HPAGE_PMD_SIZE); } else { struct page *page = NULL; int flush_needed = 1; -- 2.23.0