From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6618C43331 for ; Wed, 1 Apr 2020 19:58:16 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 7F675206F6 for ; Wed, 1 Apr 2020 19:58:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7F675206F6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 363E58E000A; Wed, 1 Apr 2020 15:58:16 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 33B0F8E0006; Wed, 1 Apr 2020 15:58:16 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 278768E000A; Wed, 1 Apr 2020 15:58:16 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0135.hostedemail.com [216.40.44.135]) by kanga.kvack.org (Postfix) with ESMTP id 0DDF18E0006 for ; Wed, 1 Apr 2020 15:58:16 -0400 (EDT) Received: from smtpin16.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id C14A4181AEF1A for ; Wed, 1 Apr 2020 19:58:15 +0000 (UTC) X-FDA: 76660347750.16.mist15_de1a1f022b28 X-HE-Tag: mist15_de1a1f022b28 X-Filterd-Recvd-Size: 5610 Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by imf50.hostedemail.com (Postfix) with ESMTP for ; Wed, 1 Apr 2020 19:58:15 +0000 (UTC) Received: by mail-wr1-f68.google.com with SMTP id h9so1541827wrc.8 for ; Wed, 01 Apr 2020 12:58:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=CMwC7Ow1BhaKidjzqGN+TLI1c7T2E6r0Gwj56dB3pj8=; b=oIEl3Pc3DGyBd9fWu/XIMfSISLCOHYkM7SuouZxIrVA8u5QJT5wZSQWacCb8Df/iZM IBb0z8vmsnjQWvrNNJPBvpJJizNf0pjAxWfc4oyDTcvL/j3c0gG/U7oboXZtySh6gUfY Xx/1LeDTo5Wa6PM91Tzfy4PdutLeYG+7a+rm3aN+qLbYYDcbgPLnIkjhmWLVgGSwSYzr t3EKzEVazYPvwjzvT7itKe5xKybytFOvE6fIffxHlfoVLUNS05bgR7jINqaw1hcFciyU VDgIMfyLoI2bgCtOHG2YHnnqIqGdSFwTFFNFfB+fPugjzcYnai+GVhQEJKBBoWhbqRen XbLw== X-Gm-Message-State: ANhLgQ0Hc+rHjKfXSMvKZ0CdM5rVVPHnQpW0cGb4auqSElEZIkqsm2L6 Hm0dofvutPm6YC3nUpU/fGU= X-Google-Smtp-Source: ADFU+vtzrgwB9GrelE4K+wWscH7hXAQNbr8+HwyinHoIwxKJs0vWKvLo+Cn0lq5i+PQmi5gaFFtJnA== X-Received: by 2002:adf:b6a5:: with SMTP id j37mr27584519wre.412.1585771094276; Wed, 01 Apr 2020 12:58:14 -0700 (PDT) Received: from localhost (ip-37-188-180-223.eurotel.cz. [37.188.180.223]) by smtp.gmail.com with ESMTPSA id w9sm4324853wrk.18.2020.04.01.12.58.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Apr 2020 12:58:13 -0700 (PDT) Date: Wed, 1 Apr 2020 21:58:12 +0200 From: Michal Hocko To: Pavel Tatashin Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, linux-mm@kvack.org, dan.j.williams@intel.com, shile.zhang@linux.alibaba.com, daniel.m.jordan@oracle.com, ktkhai@virtuozzo.com, david@redhat.com, jmorris@namei.org, sashal@kernel.org, Vlastimil Babka Subject: Re: [PATCH] mm: initialize deferred pages with interrupts enabled Message-ID: <20200401195812.GA22681@dhcp22.suse.cz> References: <20200401193238.22544-1-pasha.tatashin@soleen.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200401193238.22544-1-pasha.tatashin@soleen.com> X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: btw. Cc Vlastimil On Wed 01-04-20 15:32:38, Pavel Tatashin wrote: > Initializing struct pages is a long task and keeping interrupts disabled > for the duration of this operation introduces a number of problems. > > 1. jiffies are not updated for long period of time, and thus incorrect time > is reported. See proposed solution and discussion here: > lkml/20200311123848.118638-1-shile.zhang@linux.alibaba.com > 2. It prevents farther improving deferred page initialization by allowing > inter-node multi-threading. > > We are keeping interrupts disabled to solve a rather theoretical problem > that was never observed in real world (See 3a2d7fa8a3d5). > > Lets keep interrupts enabled. In case we ever encounter a scenario where > an interrupt thread wants to allocate large amount of memory this early in > boot we can deal with that by growing zone (see deferred_grow_zone()) by > the needed amount before starting deferred_init_memmap() threads. > > Before: > [ 1.232459] node 0 initialised, 12058412 pages in 1ms > > After: > [ 1.632580] node 0 initialised, 12051227 pages in 436ms > > Signed-off-by: Pavel Tatashin > --- > mm/page_alloc.c | 21 +++++++-------------- > 1 file changed, 7 insertions(+), 14 deletions(-) > > diff --git a/mm/page_alloc.c b/mm/page_alloc.c > index 3c4eb750a199..4498a13b372d 100644 > --- a/mm/page_alloc.c > +++ b/mm/page_alloc.c > @@ -1792,6 +1792,13 @@ static int __init deferred_init_memmap(void *data) > BUG_ON(pgdat->first_deferred_pfn > pgdat_end_pfn(pgdat)); > pgdat->first_deferred_pfn = ULONG_MAX; > > + /* > + * Once we unlock here, the zone cannot be grown anymore, thus if an > + * interrupt thread must allocate this early in boot, zone must be > + * pre-grown prior to start of deferred page initialization. > + */ > + pgdat_resize_unlock(pgdat, &flags); > + > /* Only the highest zone is deferred so find it */ > for (zid = 0; zid < MAX_NR_ZONES; zid++) { > zone = pgdat->node_zones + zid; > @@ -1812,8 +1819,6 @@ static int __init deferred_init_memmap(void *data) > while (spfn < epfn) > nr_pages += deferred_init_maxorder(&i, zone, &spfn, &epfn); > zone_empty: > - pgdat_resize_unlock(pgdat, &flags); > - > /* Sanity check that the next zone really is unpopulated */ > WARN_ON(++zid < MAX_NR_ZONES && populated_zone(++zone)); > > @@ -1854,18 +1859,6 @@ deferred_grow_zone(struct zone *zone, unsigned int order) > return false; > > pgdat_resize_lock(pgdat, &flags); > - > - /* > - * If deferred pages have been initialized while we were waiting for > - * the lock, return true, as the zone was grown. The caller will retry > - * this zone. We won't return to this function since the caller also > - * has this static branch. > - */ > - if (!static_branch_unlikely(&deferred_pages)) { > - pgdat_resize_unlock(pgdat, &flags); > - return true; > - } > - > /* > * If someone grew this zone while we were waiting for spinlock, return > * true, as there might be enough pages already. > -- > 2.17.1 > -- Michal Hocko SUSE Labs