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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 BED5FC433E0 for ; Tue, 23 Jun 2020 12:48:30 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 8967E2072E for ; Tue, 23 Jun 2020 12:48:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8967E2072E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 036496B0008; Tue, 23 Jun 2020 08:48:30 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id F28C16B000A; Tue, 23 Jun 2020 08:48:29 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id E15A56B000C; Tue, 23 Jun 2020 08:48:29 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0242.hostedemail.com [216.40.44.242]) by kanga.kvack.org (Postfix) with ESMTP id C6D8A6B0008 for ; Tue, 23 Jun 2020 08:48:29 -0400 (EDT) Received: from smtpin25.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 324EF181AC9C6 for ; Tue, 23 Jun 2020 12:48:29 +0000 (UTC) X-FDA: 76960455138.25.glove06_1c0966526e3b Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin25.hostedemail.com (Postfix) with ESMTP id 02B4A1804E3A0 for ; Tue, 23 Jun 2020 12:48:28 +0000 (UTC) X-HE-Tag: glove06_1c0966526e3b X-Filterd-Recvd-Size: 1960 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by imf11.hostedemail.com (Postfix) with ESMTP for ; Tue, 23 Jun 2020 12:48:28 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7B7D81F1; Tue, 23 Jun 2020 05:48:27 -0700 (PDT) Received: from [10.163.81.204] (unknown [10.163.81.204]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AD76C3F71E; Tue, 23 Jun 2020 05:48:24 -0700 (PDT) Subject: Re: [PATCH] arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configs To: kernel test robot , linux-mm@kvack.org Cc: kbuild-all@lists.01.org, Catalin Marinas , Will Deacon , Mark Rutland , Mike Kravetz , Barry Song , Andrew Morton , linux-arm-kernel@lists.infradead.org References: <1592893296-22040-1-git-send-email-anshuman.khandual@arm.com> <202006231703.DC6xDVaw%lkp@intel.com> From: Anshuman Khandual Message-ID: Date: Tue, 23 Jun 2020 18:18:16 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <202006231703.DC6xDVaw%lkp@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 02B4A1804E3A0 X-Spamd-Result: default: False [0.00 / 100.00] X-Rspamd-Server: rspam01 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: On 06/23/2020 02:54 PM, kernel test robot wrote: > 423 /* > 424 * must be done after arm64_numa_init() which calls numa_init() to > 425 * initialize node_online_map that gets used in hugetlb_cma_reserve() > 426 * while allocating required CMA size across online nodes. > 427 */ > > 428 arm64_hugetlb_cma_reserve(); Wrapping this call site with CONFIG_HUGETLB_PAGE solves the problem. From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8127358055468544806==" MIME-Version: 1.0 From: Anshuman Khandual To: kbuild-all@lists.01.org Subject: Re: [PATCH] arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configs Date: Tue, 23 Jun 2020 18:18:16 +0530 Message-ID: In-Reply-To: <202006231703.DC6xDVaw%lkp@intel.com> List-Id: --===============8127358055468544806== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On 06/23/2020 02:54 PM, kernel test robot wrote: > 423 /* > 424 * must be done after arm64_numa_init() which calls numa_init() to > 425 * initialize node_online_map that gets used in hugetlb_cma_reser= ve() > 426 * while allocating required CMA size across online nodes. > 427 */ > > 428 arm64_hugetlb_cma_reserve(); Wrapping this call site with CONFIG_HUGETLB_PAGE solves the problem. --===============8127358055468544806==--