Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp6910873ybl; Mon, 23 Dec 2019 14:31:59 -0800 (PST) X-Google-Smtp-Source: APXvYqxvVUD/IsyBk6Xn74TZqpLr157Iw2JZ0900alWFFLretunD1EKFJpN4ZTAnEpXQ5+Zbts7D X-Received: by 2002:a05:6830:20c6:: with SMTP id z6mr33259172otq.272.1577140319348; Mon, 23 Dec 2019 14:31:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577140319; cv=none; d=google.com; s=arc-20160816; b=VAh3yhuymuCCOrFTqR0z92nXG+wZhH3sMzy66SFYd3nCe1ApmPInT/+t7xMPiTLK2n p1PLOUSkTyTBAOZj/BLWTV2lYTLlTCxLPljb4wKl99tx4Pz7RFGu/TdXbhdHI7KShY6R trXWnOH5M+XVTr7PnTxJa5IzT7XzFMZZ/TLuvej4IzrxoOwvPy+S8cLok+CeRb0yzkg0 CwfVmGNiZ1BPknKZUXEAs7i3hrxbDESqCYlZS8sl+Qr8uODi4HcJpd2/fIHvrFXY5w1A aa2wqxbz0vMpt5h9f1oNDqoBgHhshKsM3xpu+wdl5UluMIGWejwIYO41TDH54DLVzqlo c51A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=lMJuc3N4ct8RvoX4hAuU7zYm0zgCYB/VIesRz97WymM=; b=FHQwfU+DT1OIZ6ahTO/5TyGoakTzTb+HWG7q+K9ne19GgXekfkEhOQPkC+UrSWhjkK HLMd31g6eCNno90UkRghPB2FsRaYZwZVRWcyio3HOqr+vGR2wI1UJiOm+SP5MbELsJrW f1RRHMy9TPbxsa7GZPhzhXG9yw/WNwkERoIzfKeawpVn5UPYsYgVRBEDwa7ciSziKT9k D4rwigMwYVjPARuiQwfe+eUkYpMKzUolU4nVBE4BAoTmlT0aX+YNiUzsTd7KT2qsNfjY X+jVkDzM6KbxbNJXbYrEIhCJTfmkAFQyFcYOPF44v1AcUn4VsiXdXUnxi3LbS7/ED+Cr bQLg== ARC-Authentication-Results: i=1; mx.google.com; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a1si7533511otn.134.2019.12.23.14.31.47; Mon, 23 Dec 2019 14:31:59 -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; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726885AbfLWWbH (ORCPT + 99 others); Mon, 23 Dec 2019 17:31:07 -0500 Received: from mga14.intel.com ([192.55.52.115]:52759 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726817AbfLWWbG (ORCPT ); Mon, 23 Dec 2019 17:31:06 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Dec 2019 14:30:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,349,1571727600"; d="scan'208";a="207404142" Received: from richard.sh.intel.com (HELO localhost) ([10.239.159.54]) by orsmga007.jf.intel.com with ESMTP; 23 Dec 2019 14:30:51 -0800 From: Wei Yang To: akpm@linux-foundation.org Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, kirill.shutemov@linux.intel.com, Wei Yang Subject: [Patch v2] mm/rmap.c: split huge pmd when it really is Date: Tue, 24 Dec 2019 06:28:56 +0800 Message-Id: <20191223222856.7189-1-richardw.yang@linux.intel.com> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org When page is not NULL, function is called by try_to_unmap_one() with TTU_SPLIT_HUGE_PMD set. There are two cases to call try_to_unmap_one() with TTU_SPLIT_HUGE_PMD set: * unmap_page() * shrink_page_list() In both case, the page passed to try_to_unmap_one() is PageHead() of the THP. If this page's mapping address in process is not HPAGE_PMD_SIZE aligned, this means the THP is not mapped as PMD THP in this process. This could happen when we do mremap() a PMD size range to an un-aligned address. Currently, this case is handled by following check in __split_huge_pmd() luckily. page != pmd_page(*pmd) This patch checks the address to skip some work. Signed-off-by: Wei Yang --- v2: move the check into split_huge_pmd_address(). --- mm/huge_memory.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 893fecd5daa4..2b9c2f412b32 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -2342,6 +2342,22 @@ void split_huge_pmd_address(struct vm_area_struct *vma, unsigned long address, pud_t *pud; pmd_t *pmd; + /* + * When page is not NULL, function is called by try_to_unmap_one() + * with TTU_SPLIT_HUGE_PMD set. There are two places set + * TTU_SPLIT_HUGE_PMD + * + * unmap_page() + * shrink_page_list() + * + * In both cases, the "page" here is the PageHead() of a THP. + * + * If the page is not a PMD mapped huge page, e.g. after mremap(), it + * is not necessary to split it. + */ + if (page && !IS_ALIGNED(address, HPAGE_PMD_SIZE)) + return; + pgd = pgd_offset(vma->vm_mm, address); if (!pgd_present(*pgd)) return; -- 2.17.1