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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 E991BC433DF for ; Thu, 2 Jul 2020 14:09:23 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B3A4B20899 for ; Thu, 2 Jul 2020 14:09:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="fDT5vmR2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B3A4B20899 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=DyyoTcV2b+dj1z5YtioEoB3YxjoeJ1AHaqBDYgrirz0=; b=fDT5vmR2OJFYHl+mNKCyX6VAF bPVhYI8Bv9twfC4vzh9wTdL0LzjuRPsyi4NulwUi6qHPUgKcx+I6G8gkibvdBKGKaiced5OIjmGhk y9n+ORTcUUxwuTHr+s70qwfE+MFH98/BQZ66xvfypdYuoOe7yjnY32Fq4n9JtNPB8x1Iyzq4drZga O/xrEG/GuK960eSG/lpKASCsUFT2CEEB3SSoRP6zlKdnlQi35iOX2I9jekkIvmVvHNbklDmof2ErF GLyyZMkDxAaf2keaylI/xxYbsrFRpntEsXYGEl6XGXfScF6/+IfUVCwtO+w4gaue4/FxRKYurZoqu ZnCiaz0hw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqzse-0004z6-TQ; Thu, 02 Jul 2020 14:08:00 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqzsc-0004xk-Ht for linux-arm-kernel@lists.infradead.org; Thu, 02 Jul 2020 14:07:59 +0000 Received: from gaia (unknown [95.146.230.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F272720780; Thu, 2 Jul 2020 14:07:54 +0000 (UTC) Date: Thu, 2 Jul 2020 15:07:52 +0100 From: Catalin Marinas To: Anshuman Khandual Subject: Re: [PATCH V3 (RESEND) 2/3] mm/sparsemem: Enable vmem_altmap support in vmemmap_alloc_block_buf() Message-ID: <20200702140752.GF22241@gaia> References: <1592442930-9380-1-git-send-email-anshuman.khandual@arm.com> <1592442930-9380-3-git-send-email-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1592442930-9380-3-git-send-email-anshuman.khandual@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200702_100758_696326_F50612D1 X-CRM114-Status: GOOD ( 21.81 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: x86@kernel.org, "H. Peter Anvin" , Peter Zijlstra , Michael Ellerman , Dave Hansen , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Ingo Molnar , Paul Mackerras , Andy Lutomirski , Benjamin Herrenschmidt , Borislav Petkov , Thomas Gleixner , Will Deacon , Andrew Morton , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jun 18, 2020 at 06:45:29AM +0530, Anshuman Khandual wrote: > There are many instances where vmemap allocation is often switched between > regular memory and device memory just based on whether altmap is available > or not. vmemmap_alloc_block_buf() is used in various platforms to allocate > vmemmap mappings. Lets also enable it to handle altmap based device memory > allocation along with existing regular memory allocations. This will help > in avoiding the altmap based allocation switch in many places. > > While here also implement a regular memory allocation fallback mechanism > when the first preferred device memory allocation fails. This will ensure > preserving the existing semantics on powerpc platform. To summarize there > are three different methods to call vmemmap_alloc_block_buf(). > > (., NULL, false) /* Allocate from system RAM */ > (., altmap, false) /* Allocate from altmap without any fallback */ > (., altmap, true) /* Allocate from altmap with fallback (system RAM) */ [...] > diff --git a/arch/powerpc/mm/init_64.c b/arch/powerpc/mm/init_64.c > index bc73abf0bc25..01e25b56eccb 100644 > --- a/arch/powerpc/mm/init_64.c > +++ b/arch/powerpc/mm/init_64.c > @@ -225,12 +225,12 @@ int __meminit vmemmap_populate(unsigned long start, unsigned long end, int node, > * fall back to system memory if the altmap allocation fail. > */ > if (altmap && !altmap_cross_boundary(altmap, start, page_size)) { > - p = altmap_alloc_block_buf(page_size, altmap); > - if (!p) > - pr_debug("altmap block allocation failed, falling back to system memory"); > + p = vmemmap_alloc_block_buf(page_size, node, > + altmap, true); > + } else { > + p = vmemmap_alloc_block_buf(page_size, node, > + NULL, false); > } > - if (!p) > - p = vmemmap_alloc_block_buf(page_size, node); > if (!p) > return -ENOMEM; Is the fallback argument actually necessary. It may be cleaner to just leave the code as is with the choice between altmap and NULL. If an arch needs a fallback (only powerpc), they have the fallback in place already. I don't see the powerpc code any better after this change. I'm fine with the altmap argument though. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel