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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2E8DBC43217 for ; Tue, 11 Oct 2022 07:21:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229974AbiJKHVp (ORCPT ); Tue, 11 Oct 2022 03:21:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229972AbiJKHVl (ORCPT ); Tue, 11 Oct 2022 03:21:41 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B9AA7B788; Tue, 11 Oct 2022 00:21:40 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id DBC94B811FC; Tue, 11 Oct 2022 07:21:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 205ECC433D6; Tue, 11 Oct 2022 07:21:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1665472897; bh=fpA2CLhghAgNp9uGr6caPeXx7Hj5XJxzoPmmKzYbBJ0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EFbTwl1zWi6KSjSh2HZ5tF2hdOae8JeUNQ9giF1cqh0NYIlLbEuMwFLAukqeahUTn prDbiB+guW0eS952j8R0i5W126UCXd7AQD88GSv69Ck2AdmPiud8w0/X5gJvCVkE96 H72TBsQ1lq+qZcPM/dJCdBGDkrw2/LniowzoTGaY= Date: Tue, 11 Oct 2022 09:22:20 +0200 From: Greg Kroah-Hartman To: Elliot Berman Cc: Bjorn Andersson , Mark Rutland , Lorenzo Pieralisi , Sudeep Holla , Murali Nalajala , Trilok Soni , Srivatsa Vaddagiri , Carl van Schaik , Prakruthi Deepak Heragu , Andy Gross , Dmitry Baryshkov , Jassi Brar , linux-arm-kernel@lists.infradead.org, Marc Zyngier , Rob Herring , Krzysztof Kozlowski , Jonathan Corbet , Will Deacon , Catalin Marinas , Arnd Bergmann , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 04/13] arm64: smccc: Include alternative-macros.h Message-ID: References: <20221011000840.289033-1-quic_eberman@quicinc.com> <20221011000840.289033-5-quic_eberman@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221011000840.289033-5-quic_eberman@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 10, 2022 at 05:08:31PM -0700, Elliot Berman wrote: > Fix build error when CONFIG_ARM64_SVE is selected and > asm/alternative-macros.h wasn't implicitly included by another header. > > Fixes: cfa7ff959a78 ("arm64: smccc: Support SMCCC v1.3 SVE register saving hint") > Signed-off-by: Elliot Berman Shouldn't this be independant of this whole series and get merged now and backported to stable kernels if it really is causing a build problem today? thanks, greg k-h