Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp175194pxf; Wed, 24 Mar 2021 02:14:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz2+rocmQZG+3RukP+Y5aA2hUgqiK8dP3fEEpRQ9KGN5bTzVSqJefhHGLfkS4b2+RBrZ8+J X-Received: by 2002:a05:6402:4415:: with SMTP id y21mr2320557eda.70.1616577246421; Wed, 24 Mar 2021 02:14:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616577246; cv=none; d=google.com; s=arc-20160816; b=AT5z9W7RQVWb8bcuo40LOnRfZrzbUdvz29QuaSPscMDrGF3cHI/l7e+/OKD2uu212p 6APF8hVgQtHv19lSRmtbgvbDYZVuB3Y2EF8OlaCIu3qeCfple6EK1DqTrHSs9qN63fMD Hd2sZk1mvl6Wk+nHauWGI3YLxmmHqtAo94NpuG+lBiYNn00zAwRCerKSBXsvP7Wu3/aU usM+qua7rZO1Ghtn6cx8tZRcKqvaWXgdgf+Mfo4RcvE0BYrUdCHP62gmdCuHH7/xi/4G GEmFSk54J8G8Hny5l17Y5ix9sDazuf3ocVKHkmCdX5tCUWmocfl6xBZqTdMakd9/+xaS lHpg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=/3BHNns0FE30uYouSDLbcltRgKTwbpUlPjy5umGRGxI=; b=nJKFoYAVfgRZ5cpzctQ1/d5Rpvy1Bhu3/NDH6/KBSpOG4HAn9Mad4IDBIP4c5Yjvh1 h/YDHjo+NH+zXOWtYTG1KexeC7M7XzGenc3yPsCWGgS+R3t6huOSpwe1jtBZdLliKLut RXyukCf/bSdGhiTXmJB5mo4As2HQDnRNtW0w13PkNfKX+QUe6bV7Cc9JZLfh3pW0AegP I7AcPyMmJOCEoT8PKBrGP4FS2R2htrJDPYghtBhs+TZAkGJfBru91JuvIQfvIC/TN2By kHeC6ouIPLm5zPk3rvGswJHd4WRwYnZtWs/4cBiW0hrs/JP36pFMsGJiy+OAvtBTE5MI 2EJA== 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 be3si1242318edb.294.2021.03.24.02.13.44; Wed, 24 Mar 2021 02:14:06 -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 S234693AbhCXCD6 (ORCPT + 99 others); Tue, 23 Mar 2021 22:03:58 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:14513 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232057AbhCXCDt (ORCPT ); Tue, 23 Mar 2021 22:03:49 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4F4s0W52g9zPlZp; Wed, 24 Mar 2021 10:01:15 +0800 (CST) Received: from [10.174.178.163] (10.174.178.163) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.498.0; Wed, 24 Mar 2021 10:03:41 +0800 Subject: Re: [PATCH v2 5/5] mm/migrate.c: fix potential deadlock in NUMA balancing shared exec THP case To: Yang Shi CC: Andrew Morton , Jerome Glisse , Rafael Aquini , David Hildenbrand , Alistair Popple , "Linux Kernel Mailing List" , Linux MM References: <20210323135405.65059-1-linmiaohe@huawei.com> <20210323135405.65059-6-linmiaohe@huawei.com> From: Miaohe Lin Message-ID: Date: Wed, 24 Mar 2021 10:03:41 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.178.163] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/3/24 1:17, Yang Shi wrote: > On Tue, Mar 23, 2021 at 6:55 AM Miaohe Lin wrote: >> >> Since commit c77c5cbafe54 ("mm: migrate: skip shared exec THP for NUMA >> balancing"), the NUMA balancing would skip shared exec transhuge page. >> But this enhancement is not suitable for transhuge page. Because it's >> required that page_mapcount() must be 1 due to no migration pte dance >> is done here. On the other hand, the shared exec transhuge page will >> leave the migrate_misplaced_page() with pte entry untouched and page >> locked. Thus pagefault for NUMA will be triggered again and deadlock >> occurs when we start waiting for the page lock held by ourselves. > > Thanks for catching this. By relooking the code I think the other > important reason for removing this is > migrate_misplaced_transhuge_page() actually can't see shared exec file > THP at all since page_lock_anon_vma_read() is called before and if > page is not anonymous page it will just restore the PMD without > migrating anything. > > The pages for private mapped file vma may be anonymous pages due to > COW but they can't be THP so it won't trigger THP numa fault at all. I > think this is why no bug was reported. I overlooked this in the first > place. > > Your fix is correct, and please add the above justification to your commit log. > Will do. Many thanks for your review! > Reviewed-by: Yang Shi > >> >> Fixes: c77c5cbafe54 ("mm: migrate: skip shared exec THP for NUMA balancing") >> Signed-off-by: Miaohe Lin >> --- >> mm/migrate.c | 4 ---- >> 1 file changed, 4 deletions(-) >> >> diff --git a/mm/migrate.c b/mm/migrate.c >> index 5357a8527ca2..68bfa1625898 100644 >> --- a/mm/migrate.c >> +++ b/mm/migrate.c >> @@ -2192,9 +2192,6 @@ int migrate_misplaced_transhuge_page(struct mm_struct *mm, >> int page_lru = page_is_file_lru(page); >> unsigned long start = address & HPAGE_PMD_MASK; >> >> - if (is_shared_exec_page(vma, page)) >> - goto out; >> - >> new_page = alloc_pages_node(node, >> (GFP_TRANSHUGE_LIGHT | __GFP_THISNODE), >> HPAGE_PMD_ORDER); >> @@ -2306,7 +2303,6 @@ int migrate_misplaced_transhuge_page(struct mm_struct *mm, >> >> out_unlock: >> unlock_page(page); >> -out: >> put_page(page); >> return 0; >> } >> -- >> 2.19.1 >> > . >