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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6A61DC636CC for ; Tue, 31 Jan 2023 15:08:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=V/Fme2Z3dwI89MlKoQn1wznt93qeRBpEEespoBgNwCs=; b=NrTjh7YHcuEGm7 rl0PnsNx0fYuMwtEc3KEz+SQ+cE9uLxJ4KW9gYUfzboWEWwjkvJSOZYbejQBAqaMyExKsFkzhWCZP beIBDMbk85z6umOh8yZhJo7s30WsSNrNl278zh9/EOVOJXuvMhOEeqGULVmlyXsN1hyMUAjHuLe+l gJd7tjVQDXaD2IgxWsbz8FcocafPYpF+QaZhqFtKlg0d5aASDKK+N7qx4DkK70xBQ6AThUNwHILW+ vwB6apyb4cDMdJ1vjIdf805ClZ3e02FfUAq1PcPO+CFBoUQY4tUfsJhe72QZS/EwtOPgvYV84JH5V ouRHTR3MeHwtULB47pWA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMsDp-008QKe-Si; Tue, 31 Jan 2023 15:06:58 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMsDl-008QI3-Oi for linux-arm-kernel@lists.infradead.org; Tue, 31 Jan 2023 15:06:55 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BE8206155B; Tue, 31 Jan 2023 15:06:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 12A15C4339C; Tue, 31 Jan 2023 15:06:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675177610; bh=R35cnbiI7703GH9oQ1vqbYJjiahLzQi/FCcJNYTNJeE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LIf+cf55yjz7LoJvlBEDfzMq0+pGRy/Qn63QvKHnM1ps8mFpq/0rZrzUW45gumAye 55QGiGsgYXnfh6HisPqmM2q/gttobg/d+KCN8qJDuXUAyTHrNsaT97VDxdzzvsq98M 5fAijsqYMUm5UazzmOxx17EfD6bb8xdmb6T0OrJ1gHugJ6Z8tTMlWX++FTE7MPoWsa GTCWfOr8Sw65YE57EvsqsdxM0zC5bg7RMSAc7iCeo+QzhtbuGmYYzvbYHQM4qAFCmD dIGvfWypxj5mvDUDVQPRJf5E8OKK/PU7BQB42MLNyCCVUCQMth80ScJNFJeKpzK5Ek eycfE2riHfCBw== Date: Tue, 31 Jan 2023 15:06:45 +0000 From: Will Deacon To: Andrew Morton Cc: Liu Shixin , Catalin Marinas , Uladzislau Rezki , Christoph Hellwig , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH RFC] arm64/vmalloc: use module region only for module_alloc() if CONFIG_RANDOMIZE_BASE is set Message-ID: <20230131150644.GA2605@willie-the-truck> References: <20221227092634.445212-1-liushixin2@huawei.com> <20230129134147.f19ca0641f1133f3e3bc185b@linux-foundation.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230129134147.f19ca0641f1133f3e3bc185b@linux-foundation.org> 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-20230131_070653_903305_0BD99A7A X-CRM114-Status: GOOD ( 23.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 +Ard -- full thread here: https://lore.kernel.org/all/20221227092634.445212-1-liushixin2@huawei.com/ On Sun, Jan 29, 2023 at 01:41:47PM -0800, Andrew Morton wrote: > On Sun, 29 Jan 2023 10:44:31 +0800 Liu Shixin wrote: > > > Hi, > > > > > > This patch seems to have been lost in the corner. Recently I've meet this problem again > > > > on v6.1, so I would like to propose this patch again. > > > > > > Thanks, > > > > > > On 2022/12/27 17:26, Liu Shixin wrote: > > > After I add a 10GB pmem device, I got the following error message when > > > insert module: > > > > > > insmod: vmalloc error: size 16384, vm_struct allocation failed, > > > mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=/,mems_allowed=0 > > > > > > If CONFIG_RANDOMIZE_BASE is set, the module region can be located in the > > > vmalloc region entirely. Although module_alloc() can fall back to a 2GB > > > window if ARM64_MODULE_PLTS is set, the module region is still easily > > > exhausted because the module region is located at bottom of vmalloc region > > > and the vmalloc region is allocated from bottom to top. > > > > > > Skip module region if not calling from module_alloc(). > > > > > I'll assume this is for the arm tree. > > Acked-by: Andrew Morton This looks like the same issue previously reported at: https://lore.kernel.org/all/e6a804de-a5f7-c551-ffba-e09d04e438fc@hisilicon.com/ where Ard had a few suggestions but, afaict, they didn't help. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel