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 64E45C433F5 for ; Tue, 17 May 2022 17:16:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344698AbiEQRQT (ORCPT ); Tue, 17 May 2022 13:16:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233857AbiEQRPz (ORCPT ); Tue, 17 May 2022 13:15:55 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9AD4BFD2C for ; Tue, 17 May 2022 10:15:53 -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 44838B81AFE for ; Tue, 17 May 2022 17:15:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80498C385B8; Tue, 17 May 2022 17:15:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652807751; bh=YCqr29DGIzLKGdYpWx96N7U0D7DZT0IVKkPelFjdVxc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JXScft69fxnXfHqmz8SZPkewcaN4+mk8DMbHLAOrSaGuKoGAGVdMzhycRYXrR6WPR 69yOO2+nw8B4bDNwT03Tj8DeUlZBHeVLBnpvLkMdZNOw3NPETxiRcHzAi8qmuNOKWD Q6YbMX2hMOqqyi7DaK+Cve8+9QKMIo8cwGk6DxJmAzCLgW/EGgw9VsHGEuEcSl459i JCXCwVpomr4wnldKCNS6Zbt9jmLYLX3QBgt6XF/VUGZDSmowM6sAY9i2FZY10M3+Va kpinndq0ro0XLIXCcveMaQeox6FtNP9tunTWnWOi6eA5lwrVoQzLJGJP4nYGLMH+ym rLhvtPJ941bVg== Date: Tue, 17 May 2022 18:15:45 +0100 From: Mark Brown To: Geert Uytterhoeven Cc: Catalin Marinas , Will Deacon , Sebastian Andrzej Siewior , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64/sve: Move sve_free() into SVE code section Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JTz08IXAvI7tvBGD" Content-Disposition: inline In-Reply-To: X-Cookie: Fats Loves Madelyn. Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --JTz08IXAvI7tvBGD Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 17, 2022 at 04:52:03PM +0200, Geert Uytterhoeven wrote: > If CONFIG_ARM64_SVE is not set: >=20 > arch/arm64/kernel/fpsimd.c:294:13: warning: =E2=80=98sve_free=E2=80= =99 defined but not used [-Wunused-function] >=20 > Fix this by moving sve_free() and __sve_free() into the existing section > protected by "#ifdef CONFIG_ARM64_SVE", now the last user outside that > section has been removed. Reviewed-by: Mark Brown --JTz08IXAvI7tvBGD Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmKD2EEACgkQJNaLcl1U h9AmSgf9FDSM0WXbYA+Lvl91FO8eqT5dGF6xomSKKJYaTaQScfzN8Fo841mmDs1z Qge+XrohK3txtoiHduXWy/DrU92Lg2RXo0eZM/qNsR0bwCKz3+lmhzPwMazeJRFi 01OOZiBraDfLIpeARDxTgeOcBdUXCxUemcLjrvmenimKnRbF7KKrxNPTmK//YM5J +4dEc9xieMHNfIla2s0EvGHhuL4iZme9hDaSlfhLGkO9Mx7g04nOTwplhPdmbGuS DTD5AncNkhu8gOTiq6WEvf/l5Yev9Y6XMG76dcyIzcbe9zfsK1yC/2EwY6LYChxg h8noGDK8XMDriKaWAnWEnoErSi6XYg== =W1V8 -----END PGP SIGNATURE----- --JTz08IXAvI7tvBGD-- 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 0B032C433F5 for ; Tue, 17 May 2022 17:17:11 +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-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-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=47ryKpqtDX1wZmkjX0wvDWEa5/WJTufbSWv+yiTbNG4=; b=eP//iUL/GpfNJhc0SV08eLhFR/ yUfXpSbii0fVihiQf+f96/428+lYKnXknL3myrNBXT79MP2GbukA5XKTph8qmw3TikH+uYRq4HSgp Cjtu95TZA1c1GfViI5Qn0jqYHIRj0KmtpgPsc1ZGCQ9FED2lWTlfK8sJRm3wpH+52qhBMjqQgXYov GJDb0e/2bOar5nBN5FeHE5mbMAkh0NHXDo4HYZO4FZNoKx/acnHqm7f4guU3CwGXpnoH9UgCL8++O TPzfBYDw4jbWCzhVahdEsCcmUPXS3vyp3VEn1NtPiMsGGyzp23jMucoIAfNZuHCbqVjE1q15qMA4J qYrQ6OCg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nr0nd-00Ezwx-1Z; Tue, 17 May 2022 17:15:57 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nr0nZ-00EzwP-Qf for linux-arm-kernel@lists.infradead.org; Tue, 17 May 2022 17:15: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 ams.source.kernel.org (Postfix) with ESMTPS id 40A87B81AF4; Tue, 17 May 2022 17:15:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80498C385B8; Tue, 17 May 2022 17:15:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652807751; bh=YCqr29DGIzLKGdYpWx96N7U0D7DZT0IVKkPelFjdVxc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JXScft69fxnXfHqmz8SZPkewcaN4+mk8DMbHLAOrSaGuKoGAGVdMzhycRYXrR6WPR 69yOO2+nw8B4bDNwT03Tj8DeUlZBHeVLBnpvLkMdZNOw3NPETxiRcHzAi8qmuNOKWD Q6YbMX2hMOqqyi7DaK+Cve8+9QKMIo8cwGk6DxJmAzCLgW/EGgw9VsHGEuEcSl459i JCXCwVpomr4wnldKCNS6Zbt9jmLYLX3QBgt6XF/VUGZDSmowM6sAY9i2FZY10M3+Va kpinndq0ro0XLIXCcveMaQeox6FtNP9tunTWnWOi6eA5lwrVoQzLJGJP4nYGLMH+ym rLhvtPJ941bVg== Date: Tue, 17 May 2022 18:15:45 +0100 From: Mark Brown To: Geert Uytterhoeven Cc: Catalin Marinas , Will Deacon , Sebastian Andrzej Siewior , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64/sve: Move sve_free() into SVE code section Message-ID: References: MIME-Version: 1.0 In-Reply-To: X-Cookie: Fats Loves Madelyn. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220517_101554_043820_FB586807 X-CRM114-Status: GOOD ( 13.22 ) 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: multipart/mixed; boundary="===============7759488676620929868==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============7759488676620929868== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JTz08IXAvI7tvBGD" Content-Disposition: inline --JTz08IXAvI7tvBGD Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 17, 2022 at 04:52:03PM +0200, Geert Uytterhoeven wrote: > If CONFIG_ARM64_SVE is not set: >=20 > arch/arm64/kernel/fpsimd.c:294:13: warning: =E2=80=98sve_free=E2=80= =99 defined but not used [-Wunused-function] >=20 > Fix this by moving sve_free() and __sve_free() into the existing section > protected by "#ifdef CONFIG_ARM64_SVE", now the last user outside that > section has been removed. Reviewed-by: Mark Brown --JTz08IXAvI7tvBGD Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmKD2EEACgkQJNaLcl1U h9AmSgf9FDSM0WXbYA+Lvl91FO8eqT5dGF6xomSKKJYaTaQScfzN8Fo841mmDs1z Qge+XrohK3txtoiHduXWy/DrU92Lg2RXo0eZM/qNsR0bwCKz3+lmhzPwMazeJRFi 01OOZiBraDfLIpeARDxTgeOcBdUXCxUemcLjrvmenimKnRbF7KKrxNPTmK//YM5J +4dEc9xieMHNfIla2s0EvGHhuL4iZme9hDaSlfhLGkO9Mx7g04nOTwplhPdmbGuS DTD5AncNkhu8gOTiq6WEvf/l5Yev9Y6XMG76dcyIzcbe9zfsK1yC/2EwY6LYChxg h8noGDK8XMDriKaWAnWEnoErSi6XYg== =W1V8 -----END PGP SIGNATURE----- --JTz08IXAvI7tvBGD-- --===============7759488676620929868== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============7759488676620929868==--