Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp10144855imu; Wed, 5 Dec 2018 17:15:12 -0800 (PST) X-Google-Smtp-Source: AFSGD/VngXOfjVpScm19yFFNcn/eCUAwy8YsvNiMaYjqX+fz+B73SzQBbIcCJyN/s7N+1f2Kg1HR X-Received: by 2002:a63:e156:: with SMTP id h22mr21339779pgk.255.1544058912816; Wed, 05 Dec 2018 17:15:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544058912; cv=none; d=google.com; s=arc-20160816; b=gce4/7cJ0RA4pFAzYH20mM3x76YxEgqH8MCipcGIIWXLEJWJOh0BdrQm+IdAOiLseG U+hF5uU2IMt405nj8g7KfFg81/DBemKvSbWJs/A2uz5PMnUWbQXSufIdxXvKFihd2UBr Ce3UEsZJ/XEGosku2fkroxpuXzKNSP7+CS8VI1NPWCS5/WKmjimd1aFR4+A3h53QgUrp LiBJWzFa6sBZydDF+AHHNlrWxWUDWN8mqy5r3VSjv62Bfaap8DAMUvGCFvA0cC9Mnx/C N0aYu4nYbWArCw/X5V8twOsHCdtDr1STYrLZZnb+8nI9ApOTuVGr+v3WCXjiXBoPz152 BYJQ== 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 :content-language:in-reply-to:mime-version:user-agent:date :message-id:references:cc:to:from:subject; bh=hkVXujydqiLru9vW+7kiqaPdi6lkILmJ0I5VD6oXG7Y=; b=KC9ajtoPyBzePpByQ2XajPJDuSsFL2Vr0SeMqORie2foiqytaP3OlGxkQ13aYNuU69 3iyO7voyySZXxKZkZ1yHGZBz3j8+IDZNCcYl6pLQaix96OcQBg+8VrK4IzvlkPWNpA3G yG8XcLtaNmRhDZbxK5GBFI5CnTePi1NIUsUO8E0pY8yd6yBQB+kFV8Qb7y2MMAKHEucC UmJfP/x/e2tXbrKpN7QudC/3XoScaH3ZWMTAxxR95rDU4oZ2zLXvLhP/8ftk8BaCy3Fs FiHWazAs/y/aTF42Ap0Ozh0RgbjSFOnVyTs+ppKgMvTWKXGAcCXKfZO+H0eeyWkdmOWQ CcQg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 1si23206477plb.103.2018.12.05.17.14.57; Wed, 05 Dec 2018 17:15:12 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728716AbeLFBOT (ORCPT + 99 others); Wed, 5 Dec 2018 20:14:19 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:48576 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727575AbeLFBOS (ORCPT ); Wed, 5 Dec 2018 20:14:18 -0500 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 3B3D841C0605E; Thu, 6 Dec 2018 09:14:14 +0800 (CST) Received: from [127.0.0.1] (10.177.31.14) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.408.0; Thu, 6 Dec 2018 09:14:14 +0800 Subject: Re: [PATCH] squashfs: enable __GFP_FS in ->readpage to prevent hang in mem alloc From: Hou Tao To: CC: , , References: <20181204020840.49576-1-houtao1@huawei.com> Message-ID: <4315acd7-f4b2-b11d-18d8-ab6ce63244b3@huawei.com> Date: Thu, 6 Dec 2018 09:14:13 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20181204020840.49576-1-houtao1@huawei.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.31.14] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ping ? On 2018/12/4 10:08, Hou Tao wrote: > There is no need to disable __GFP_FS in ->readpage: > * It's a read-only fs, so there will be no dirty/writeback page and > there will be no deadlock against the caller's locked page > * It just allocates one page, so compaction will not be invoked > * It doesn't take any inode lock, so the reclamation of inode will be fine > > And no __GFP_FS may lead to hang in __alloc_pages_slowpath() if a > squashfs page fault occurs in the context of a memory hogger, because > the hogger will not be killed due to the logic in __alloc_pages_may_oom(). > > Signed-off-by: Hou Tao > --- > fs/squashfs/file.c | 3 ++- > fs/squashfs/file_direct.c | 4 +++- > fs/squashfs/squashfs_fs_f.h | 25 +++++++++++++++++++++++++ > 3 files changed, 30 insertions(+), 2 deletions(-) > create mode 100644 fs/squashfs/squashfs_fs_f.h > > diff --git a/fs/squashfs/file.c b/fs/squashfs/file.c > index f1c1430ae721..8603dda4a719 100644 > --- a/fs/squashfs/file.c > +++ b/fs/squashfs/file.c > @@ -51,6 +51,7 @@ > #include "squashfs_fs.h" > #include "squashfs_fs_sb.h" > #include "squashfs_fs_i.h" > +#include "squashfs_fs_f.h" > #include "squashfs.h" > > /* > @@ -414,7 +415,7 @@ void squashfs_copy_cache(struct page *page, struct squashfs_cache_entry *buffer, > TRACE("bytes %d, i %d, available_bytes %d\n", bytes, i, avail); > > push_page = (i == page->index) ? page : > - grab_cache_page_nowait(page->mapping, i); > + squashfs_grab_cache_page_nowait(page->mapping, i); > > if (!push_page) > continue; > diff --git a/fs/squashfs/file_direct.c b/fs/squashfs/file_direct.c > index 80db1b86a27c..a0fdd6215348 100644 > --- a/fs/squashfs/file_direct.c > +++ b/fs/squashfs/file_direct.c > @@ -17,6 +17,7 @@ > #include "squashfs_fs.h" > #include "squashfs_fs_sb.h" > #include "squashfs_fs_i.h" > +#include "squashfs_fs_f.h" > #include "squashfs.h" > #include "page_actor.h" > > @@ -60,7 +61,8 @@ int squashfs_readpage_block(struct page *target_page, u64 block, int bsize, > /* Try to grab all the pages covered by the Squashfs block */ > for (missing_pages = 0, i = 0, n = start_index; i < pages; i++, n++) { > page[i] = (n == target_page->index) ? target_page : > - grab_cache_page_nowait(target_page->mapping, n); > + squashfs_grab_cache_page_nowait( > + target_page->mapping, n); > > if (page[i] == NULL) { > missing_pages++; > diff --git a/fs/squashfs/squashfs_fs_f.h b/fs/squashfs/squashfs_fs_f.h > new file mode 100644 > index 000000000000..fc5fb7aeb27d > --- /dev/null > +++ b/fs/squashfs/squashfs_fs_f.h > @@ -0,0 +1,25 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +#ifndef SQUASHFS_FS_F > +#define SQUASHFS_FS_F > + > +/* > + * No need to use FGP_NOFS here: > + * 1. It's a read-only fs, so there will be no dirty/writeback page and > + * there will be no deadlock against the caller's locked page. > + * 2. It just allocates one page, so compaction will not be invoked. > + * 3. It doesn't take any inode lock, so the reclamation of inode > + * will be fine. > + * > + * And GFP_NOFS may lead to infinite loop in __alloc_pages_slowpath() if a > + * squashfs page fault occurs in the context of a memory hogger, because > + * the hogger will not be killed due to the logic in __alloc_pages_may_oom(). > + */ > +static inline struct page * > +squashfs_grab_cache_page_nowait(struct address_space *mapping, pgoff_t index) > +{ > + return pagecache_get_page(mapping, index, > + FGP_LOCK|FGP_CREAT|FGP_NOWAIT, > + mapping_gfp_mask(mapping)); > +} > +#endif > + >