Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp2900395pxb; Mon, 1 Nov 2021 04:15:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzUl97b3+e+XFmpSz5crpwMY6j5Ffuf9a9LdBO8Y1gt76DcPxbUxahBI1FiXvhGMuaZv9WX X-Received: by 2002:a6b:f00d:: with SMTP id w13mr19569960ioc.26.1635765332527; Mon, 01 Nov 2021 04:15:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635765332; cv=none; d=google.com; s=arc-20160816; b=lyyqbGD0sef2pgAF796NAZDW8zTN/hjMamJMMIzD/cxv+Zr2gVyr/LzfehmAnx6dMg k1ZsYu7lx8EQ9u1VrBvGRchmpqQKyZlddCw3A2EsTKuR//hk1NI2s1CQKz/PfqRA2Dec VkpseybQGqWAyohMXmQkSmRP1dC92TwLoleK5OHy6DcmiZhlpPo+ldSm/vltKtJq+lmD g+9FDF88q8BaQAkvs4k39OrrhZ55S9qY6RPaSzpi9ASJlKgvpLJbg6GxbhdnI3bMIX0F NOs8U1faln0toqCliTfT7MnH1AJK9WDGTRuTfhq41TBBsmO9eDTXF1UscTadYijpiaOe I3Kg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=wpjiUrcecwMNUmLx29VO3B9LCmuXxxies+y0eyF2BFU=; b=TP4ivgSpQ5ci4/hmmI83GXurcvirtmBCGlQRdyq11F6KNJ0wgYbDK10665VM0T/djw Hjpb7+EqGYPOUaiOw9Ncc04SDCXjRmGQPAbBwgNVVQzCkAF4WzZUqx1MSMmBQlHMXtV8 gv7bnhzLr2oHck4BPkOH9YD2342VkUcoEUbPBu/dGftgVTkYuiopJ5M1DB2sU7ZphrQt mrcqd3i1suiHOzWmN9wOf+aQpV0L/UFxJYlSVkAVh/aAizQVzeRMCSjYCwBSrVM6EitV sDzurts/BrGRidWXXV4bV4qxswbM5Ur9I2kywcyT+y6zw7lLlIrPA89nkFkGMMYtszz1 nLZQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=kTWNsW0j; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h11si16321924ila.52.2021.11.01.04.15.19; Mon, 01 Nov 2021 04:15:32 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=kTWNsW0j; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231673AbhKALP4 (ORCPT + 99 others); Mon, 1 Nov 2021 07:15:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:42518 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230520AbhKALPy (ORCPT ); Mon, 1 Nov 2021 07:15:54 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D937960C41; Mon, 1 Nov 2021 11:13:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1635765201; bh=NispMSSM3f4yPtuU4e/ZHhw/LHg6vk+i5/TW9NlGTPY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kTWNsW0jtNaC3TAwn+fNlc4PpNdgREWDRRqW4c1qA3xN9A+NVzlwhfUEA6DFlWEDH aSbHz2bTI96OzpWj7wey0p/bu3anZPdk0pB1hvdZBCkg90Vuj+uOODnVjEuauvHFCE 9ISy9oDDAlUyW0yRxPO9/THJ0pJpE7BmkfUOat1c= Date: Mon, 1 Nov 2021 12:13:14 +0100 From: Greg Kroah-Hartman To: Suzuki K Poulose Cc: Will Deacon , Catalin Marinas , Arnd Bergmann , Mathieu Poirier , Anshuman Khandual , Arnd Bergmann , Marc Zyngier , Mark Rutland , David Brazdil , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [RFC] arm64: export this_cpu_has_cap Message-ID: References: <20211029113023.760421-1-arnd@kernel.org> <9d4e09b4-47dc-ed3c-2b6d-e0d1a081e592@arm.com> <20211101090143.GA27181@willie-the-truck> <20211101094045.GB27400@willie-the-truck> <55cc7816-cc7a-3161-71cc-0c969ec131a2@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55cc7816-cc7a-3161-71cc-0c969ec131a2@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 01, 2021 at 09:52:22AM +0000, Suzuki K Poulose wrote: > On 01/11/2021 09:40, Will Deacon wrote: > > On Mon, Nov 01, 2021 at 09:34:08AM +0000, Suzuki K Poulose wrote: > > > On 01/11/2021 09:01, Will Deacon wrote: > > > > On Fri, Oct 29, 2021 at 07:06:23PM +0100, Catalin Marinas wrote: > > > > > On Fri, Oct 29, 2021 at 02:31:23PM +0100, Suzuki K Poulose wrote: > > > > > > On 29/10/2021 12:30, Arnd Bergmann wrote: > > > > > > > From: Arnd Bergmann > > > > > > > > > > > > > > It's now used in a coresight driver that can be a loadable module: > > > > > > > > > > > > > > ERROR: modpost: "this_cpu_has_cap" [drivers/hwtracing/coresight/coresight-trbe.ko] undefined! > > > > > > > > > > > > > > Fixes: 8a1065127d95 ("coresight: trbe: Add infrastructure for Errata handling") > > > > > > > > > > > > Reviewed-by: Suzuki K Poulose > > > > > > Tested-by: Suzuki K Poulose > > > > > > > > > > > > Will, Catalin, Mathieu, > > > > > > > > > > > > Do you have a preference on how this fix can be pulled in ? This may > > > > > > be safe to go via coresight tree if it is not too late. Otherwise, > > > > > > it could go via the arm64 tree. > > > > > > > > > > I think Will already closed/tagged the arm64 tree for the upcoming > > > > > merging window, though he could take it as a fix afterwards. > > > > > > > > > > If it doesn't conflict with the arm64 for-next/core, it's fine by me to > > > > > go through the coresight tree. > > > > > > > > > > > > Signed-off-by: Arnd Bergmann > > > > > > > --- > > > > > > > Not sure if we actually want this to be exported, this is my local > > > > > > > workaround for the randconfig build bot. > > > > > > > --- > > > > > > > arch/arm64/kernel/cpufeature.c | 1 + > > > > > > > 1 file changed, 1 insertion(+) > > > > > > > > > > > > > > diff --git a/arch/arm64/kernel/cpufeature.c b/arch/arm64/kernel/cpufeature.c > > > > > > > index ecbdff795f5e..beccbcfa7391 100644 > > > > > > > --- a/arch/arm64/kernel/cpufeature.c > > > > > > > +++ b/arch/arm64/kernel/cpufeature.c > > > > > > > @@ -2864,6 +2864,7 @@ bool this_cpu_has_cap(unsigned int n) > > > > > > > return false; > > > > > > > } > > > > > > > +EXPORT_SYMBOL(this_cpu_has_cap); > > > > > > > > > > EXPORT_SYMBOL_GPL? I think this_cpu_has_cap() is a bit more more > > > > > specialised than cpus_have_const_cap(). > > > > > > > > > > With that: > > > > > > > > > > Acked-by: Catalin Marinas > > > > > > > > Yes, at this stage I think it's best for this to go via the Coresight tree. > > > > So with the _GPL export: > > > > > > > > Acked-by: Will Deacon > > > > > > > > If that doesn't work for some reason, I can take it next week after the > > > > initial arm64 queue has been merged. Please just let me know. > > > > > > As I understand correctly, this will now need to go via arm64 tree. The > > > CoreSight tree changes are pulled into Greg's tree and the next it will > > > happen is for the next release. Usually the fixes don't end up there > > > during the -rc cycles. So, I believe it is better if this goes via > > > arm64. > > > > Hmm, are you saying that Coresight drivers don't receive fixes outside of > > the merge window? That sounds sub-optimal... > > Unfortunately thats how it works today. We should fix this. > > Mathieu, Greg, > > Do you have any thoughts on how to address this ? What? That's crazy, if there are bugfixes needed of course I would take them during the -rc cycle, that is explicitly what it is there for! It's up to the maintainer of the subsystem to send me the fixes to get into the -final kernel release, I don't pick them up on my own unless asked to by them. thanks, greg k-h