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 X-Spam-Level: X-Spam-Status: No, score=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 714CCC2B9F4 for ; Thu, 17 Jun 2021 08:01:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5241261078 for ; Thu, 17 Jun 2021 08:01:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230383AbhFQIDj (ORCPT ); Thu, 17 Jun 2021 04:03:39 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:50728 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230076AbhFQIDZ (ORCPT ); Thu, 17 Jun 2021 04:03:25 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtp (Exim 4.92 #5 (Debian)) id 1ltmxe-0003ib-Mc; Thu, 17 Jun 2021 16:01:14 +0800 Received: from herbert by gondobar with local (Exim 4.92) (envelope-from ) id 1ltmxe-0002nt-K4; Thu, 17 Jun 2021 16:01:14 +0800 Date: Thu, 17 Jun 2021 16:01:14 +0800 From: Herbert Xu To: Liu Shixin Cc: "David S. Miller" , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next v2] crypto: remove CRYPTOA_U32 and related functions Message-ID: <20210617080114.GD10662@gondor.apana.org.au> References: <20210611020100.2008894-1-liushixin2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210611020100.2008894-1-liushixin2@huawei.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 11, 2021 at 10:01:00AM +0800, Liu Shixin wrote: > According to the advice of Eric and Herbert, type CRYPTOA_U32 > has been unused for over a decade, so remove the code related to > CRYPTOA_U32. > > After removing CRYPTOA_U32, the type of the variable attrs can be > changed from union to struct. > > Signed-off-by: Liu Shixin > Reviewed-by: Eric Biggers > --- > v1->v2: Fix format issue. > > crypto/algapi.c | 18 ------------------ > crypto/algboss.c | 31 ++++++------------------------- > include/crypto/algapi.h | 1 - > include/linux/crypto.h | 5 ----- > 4 files changed, 6 insertions(+), 49 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt