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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 75EF5C433EF for ; Fri, 18 Feb 2022 06:00:15 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4K0LdS71rpz3cTX for ; Fri, 18 Feb 2022 17:00:12 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gondor.apana.org.au (client-ip=216.24.177.18; helo=fornost.hmeau.com; envelope-from=herbert@gondor.apana.org.au; receiver=) X-Greylist: delayed 1309 seconds by postgrey-1.36 at boromir; Fri, 18 Feb 2022 16:59:47 AEDT Received: from fornost.hmeau.com (helcar.hmeau.com [216.24.177.18]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4K0Lcz3R3hz3bWj for ; Fri, 18 Feb 2022 16:59:47 +1100 (AEDT) Received: from gwarestrin.arnor.me.apana.org.au ([192.168.103.7]) by fornost.hmeau.com with smtp (Exim 4.92 #5 (Debian)) id 1nKvxf-0005En-3q; Fri, 18 Feb 2022 16:37:44 +1100 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Fri, 18 Feb 2022 16:37:43 +1100 Date: Fri, 18 Feb 2022 16:37:43 +1100 From: Herbert Xu To: Rikard Falkeborn Subject: Re: [PATCH 0/3] drivers/crypto: Constify static attribute_group Message-ID: References: <20220210202805.7750-1-rikard.falkeborn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220210202805.7750-1-rikard.falkeborn@gmail.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, Paul Mackerras , linux-crypto@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, "David S. Miller" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, Feb 10, 2022 at 09:28:02PM +0100, Rikard Falkeborn wrote: > This series constifies a couple of static attribute_group structs that > are not modified. This allows the compiler to put them in read-only > memory. The patches are independent and can be applied in any order (and > go through different trees if needed). > > Rikard Falkeborn (3): > crypto: omap-aes - Constify static attribute_group > crypto: omap-sham - Constify static attribute_group > crypto/nx: Constify static attribute_group structs > > drivers/crypto/nx/nx-common-pseries.c | 4 ++-- > drivers/crypto/omap-aes.c | 2 +- > drivers/crypto/omap-sham.c | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt