Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1387197pxk; Mon, 31 Aug 2020 18:44:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxTBzWpbaKCRkhynY4Mkh4slC6XZ4pVxUTiKwLe7z32NJEWgCU66kUvr7Udp65Ma2WLSEMP X-Received: by 2002:a17:906:6888:: with SMTP id n8mr781298ejr.412.1598924690073; Mon, 31 Aug 2020 18:44:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598924690; cv=none; d=google.com; s=arc-20160816; b=qY2tppeI2ja7Mra0bUGOgSud/Z/aBSV0OYsKfBcF1pufJgkiGk733neWq5HIbTfuQQ ySVTYSIzF+T5S5x04M5UWwK57pEX+tJmZyWz+TiBXNIbZKe57gY8sbFZ3C/DMvkZcY7f hzSmPcM6qaqqJ3T0okzyC3k3DXfu7zUOOrKkqscdfC2h8wGsFkwp9IGKMvtVuAAxVeGN v1RVmUEZLxdp6C095Yq39AdGh2n5A1ZcVaF/vM9deo4NgRRspmRiGOjbzyFJCanz7aHB V1F6ae3zM+C7eN1oIIE4mYbRqpdUc8ViIHXgLB7ZVn9eUuWRnKfDNYVcxIxYNWs23OrF 0Txg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:reply-to:message-id:subject:cc:to:from:date; bh=pDoKJp++J7JSvN7q/CO9j2Mi7B9Q6XGsrFAoYbItB9g=; b=oecgZEssjoODrSpomKUtrlBfCtO7nQKfEIEjsQnNUXQCOhBoMq6b36bWWy08Za3BuS 87bXVJYF7CxtlFgqWraHmb1Jn+6vfiQnrLT5NFyTLGWqQeNXSIXveYQNO+CSUGQE28o3 ujBrn/ZHRvMryyW4yQDTbZ43sRvwd+He+lwhAsVoG5IvKQFV/QjZq5xU5arhgeLIVXjf MnBw16q+CB7szGagEC9HyKA+4mGt7j0F1Q9ikbJf+yox+oqOr2H2DAmY9vz61zYpM2/D Wzmxu+/0lIVb56CZ5g/hNhy9W7vQneyJwAw2nVuLHmGqi0sA3duvz4TDCujC9ij0+E8I KB2g== 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=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k22si5868991edx.491.2020.08.31.18.44.26; Mon, 31 Aug 2020 18:44:50 -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=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726068AbgIABmI (ORCPT + 99 others); Mon, 31 Aug 2020 21:42:08 -0400 Received: from out30-44.freemail.mail.aliyun.com ([115.124.30.44]:57547 "EHLO out30-44.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725941AbgIABmI (ORCPT ); Mon, 31 Aug 2020 21:42:08 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R511e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e07488;MF=richard.weiyang@linux.alibaba.com;NM=1;PH=DS;RN=6;SR=0;TI=SMTPD_---0U7Tly0l_1598924523; Received: from localhost(mailfrom:richard.weiyang@linux.alibaba.com fp:SMTPD_---0U7Tly0l_1598924523) by smtp.aliyun-inc.com(127.0.0.1); Tue, 01 Sep 2020 09:42:04 +0800 Date: Tue, 1 Sep 2020 09:42:03 +0800 From: Wei Yang To: Mike Kravetz Cc: Wei Yang , akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, bhe@redhat.com Subject: Re: [Patch v3 7/7] mm/hugetlb: take the free hpage during the iteration directly Message-ID: <20200901014203.GA29343@L-31X9LVDL-1304.local> Reply-To: Wei Yang References: <20200831022351.20916-1-richard.weiyang@linux.alibaba.com> <20200831022351.20916-8-richard.weiyang@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 31, 2020 at 04:06:54PM -0700, Mike Kravetz wrote: >On 8/30/20 7:23 PM, Wei Yang wrote: >> Function dequeue_huge_page_node_exact() iterates the free list and >> return the first valid free hpage. >> >> Instead of break and check the loop variant, we could return in the loop >> directly. This could reduce some redundant check. >> >> Signed-off-by: Wei Yang >> --- >> mm/hugetlb.c | 20 ++++++++------------ >> 1 file changed, 8 insertions(+), 12 deletions(-) >> >> diff --git a/mm/hugetlb.c b/mm/hugetlb.c >> index 7b3357c1dcec..709be7ab65af 100644 >> --- a/mm/hugetlb.c >> +++ b/mm/hugetlb.c >> @@ -1040,21 +1040,17 @@ static struct page *dequeue_huge_page_node_exact(struct hstate *h, int nid) >> if (nocma && is_migrate_cma_page(page)) >> continue; >> >> - if (!PageHWPoison(page)) >> + if (PageHWPoison(page)) >> break; > >Previously, when encountering a PageHWPoison(page) the loop would continue >and check the next page in the list. It now breaks the loop and returns >NULL. Is not this a change in behavior? Perhaps you want to change that >break to a continue. Or, restructure in some other way. Shame on me. You are right. I should change it to continue. Andrew, Sorry for the inconvenience. >-- >Mike Kravetz > >> + >> + list_move(&page->lru, &h->hugepage_activelist); >> + set_page_refcounted(page); >> + h->free_huge_pages--; >> + h->free_huge_pages_node[nid]--; >> + return page; >> } >> >> - /* >> - * if 'non-isolated free hugepage' not found on the list, >> - * the allocation fails. >> - */ >> - if (&h->hugepage_freelists[nid] == &page->lru) >> - return NULL; >> - list_move(&page->lru, &h->hugepage_activelist); >> - set_page_refcounted(page); >> - h->free_huge_pages--; >> - h->free_huge_pages_node[nid]--; >> - return page; >> + return NULL; >> } >> >> static struct page *dequeue_huge_page_nodemask(struct hstate *h, gfp_t gfp_mask, int nid, >> -- Wei Yang Help you, Help me