Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp3387261ybd; Tue, 25 Jun 2019 01:31:35 -0700 (PDT) X-Google-Smtp-Source: APXvYqwAKB24ICfVlHA771Bojz71SVJWx2JgNc+solktD5d7e4pQ0Zos7+NIHd0Ls0jqOTQ9yxPd X-Received: by 2002:a17:902:8490:: with SMTP id c16mr74576213plo.1.1561451495902; Tue, 25 Jun 2019 01:31:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561451495; cv=none; d=google.com; s=arc-20160816; b=k7Xjr/GL1aoO/5sSK+qLW56gDbkMLiJRg+bZG4qjV3z07Da9yne8xv5XVspveE0cWY QpnsswJcIUnSqf7pjVXel0/jqQrkK5ezqEMybtg/b2iWErIlziMkkp/PnoyIJTQg0SXR nPyJCzvddFuftOhhx0Ge0Zodk8VCuKc0+kNKO4uVro9wEug96ktSUaAWujLXAyk6yrit 6Zl4pqJYNh1jvGvUTM4vieJOQI9vihoGLJXDm589EmFzdLtmDMww/KSiij0t/va0znoO Ylw6zjNNKYPrQux/8y8eAj+EDzQHdJptezxkrxx4OYs7f3rnvNAq7m0xzkwHMJ5COTu4 NP2A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=PK5MPormx8QWVu3uyEaUmZOPotHb4I+KKIvcQvKBGwc=; b=fAkk69JsHxZGNSuOjakE85CtBpzo7lbuKhJ9JWC0C2ls4HsR94QFRXSXfGl4JohyG7 CT3OdVMvmllo+AxFks0q+MRrRsPMRmvCRmlq1voG+jtt6LHcf7GZnbxk461ayUfHbyB/ Coo/igrY9DyxHrv4pKQ1wP7eUEeKqGSGSzE/Zor+TJOUWlmJAj0bSzwRGsjtGSNcRyHM SnDw/2HuxOMRse2Rdy4yIVjCfhSVVbGfuNSsghtzGwMBvGqt/FthIzXyQewsmzAgw7WL 2YndMGc4Z/UUsZhCkLDA82VlcyP9tr/AZ1nEkRZyE1jX44poLPYFtvGpx+5R1ObEgE6v QueQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 2si12832986pla.22.2019.06.25.01.31.20; Tue, 25 Jun 2019 01:31:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730430AbfFYI3e (ORCPT + 99 others); Tue, 25 Jun 2019 04:29:34 -0400 Received: from foss.arm.com ([217.140.110.172]:35478 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726702AbfFYI3e (ORCPT ); Tue, 25 Jun 2019 04:29:34 -0400 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 79C9C2B; Tue, 25 Jun 2019 01:29:33 -0700 (PDT) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.196.78]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8F36F3F718; Tue, 25 Jun 2019 01:29:32 -0700 (PDT) Date: Tue, 25 Jun 2019 09:29:30 +0100 From: Catalin Marinas To: Florian Fainelli Cc: linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, ard.biesheuvel@linaro.org, Will Deacon , open list Subject: Re: [PATCH v3] arm64: Allow user selection of ARM64_MODULE_PLTS Message-ID: <20190625082928.GA3039@arrakis.emea.arm.com> References: <20190617223000.11403-1-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190617223000.11403-1-f.fainelli@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 17, 2019 at 03:29:59PM -0700, Florian Fainelli wrote: > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index 697ea0510729..9206feaeff07 100644 > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -1418,8 +1418,26 @@ config ARM64_SVE > KVM in the same kernel image. > > config ARM64_MODULE_PLTS > - bool > + bool "Use PLTs to allow module memory to spill over into vmalloc area" > select HAVE_MOD_ARCH_SPECIFIC This needs a depends on MODULES now (it failed to build in one of my tests where modules were disabled but this option was left enabled). I'll add a patch on top. -- Catalin