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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 72396C433E3 for ; Wed, 19 Aug 2020 18:09:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 548E520658 for ; Wed, 19 Aug 2020 18:09:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726466AbgHSSJN (ORCPT ); Wed, 19 Aug 2020 14:09:13 -0400 Received: from mga02.intel.com ([134.134.136.20]:41567 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726435AbgHSSJK (ORCPT ); Wed, 19 Aug 2020 14:09:10 -0400 IronPort-SDR: GgVnQtVLAsj13IvToBMjD4RrCVnLMQiRghDauxVRjEczceYFV1p+Ky/FGGhhnrP9O6qhoi+Haj yGwa56CIfpCw== X-IronPort-AV: E=McAfee;i="6000,8403,9718"; a="142991408" X-IronPort-AV: E=Sophos;i="5.76,332,1592895600"; d="scan'208";a="142991408" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Aug 2020 11:09:09 -0700 IronPort-SDR: BmpW4JVz/MmowLhjarGdOJDyLhM6/+aqrzGwN4H56xS28sZrYzGwoixReaA3vZnuUSbwUm7dO+ 6GRu61erQsjw== X-IronPort-AV: E=Sophos;i="5.76,332,1592895600"; d="scan'208";a="320571428" Received: from iweiny-desk2.sc.intel.com (HELO localhost) ([10.3.52.147]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Aug 2020 11:09:09 -0700 Date: Wed, 19 Aug 2020 11:09:09 -0700 From: Ira Weiny To: Herbert Xu , "David S. Miller" Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Walleij , Ard Biesheuvel , Megha Dey , Tim Chen Subject: Re: [PATCH 0/2] Cyrpto: Clean up kmap() use Message-ID: <20200819180908.GD3142014@iweiny-DESK2.sc.intel.com> References: <20200811004015.2800392-1-ira.weiny@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200811004015.2800392-1-ira.weiny@intel.com> User-Agent: Mutt/1.11.1 (2018-12-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 10, 2020 at 05:40:13PM -0700, 'Ira Weiny' wrote: > From: Ira Weiny > > While going through kmap() users the following 2 issues were found via code > inspection. Any feedback on these patches? Perhaps I've not included the correct people? Adding some people to the CC list. Specifically, Linus Walleij for the ux500 work. Linus can you comment on the first patch? patch1: https://lore.kernel.org/lkml/20200811004015.2800392-2-ira.weiny@intel.com/ patch2: https://lore.kernel.org/lkml/20200811004015.2800392-3-ira.weiny@intel.com/ Thanks, Ira > > Ira Weiny (2): > crypto/ux500: Fix kmap() bug > crypto: Remove unused async iterators > > crypto/ahash.c | 41 +++------------------------ > drivers/crypto/ux500/hash/hash_core.c | 30 ++++++++++++-------- > include/crypto/internal/hash.h | 13 --------- > 3 files changed, 22 insertions(+), 62 deletions(-) > > -- > 2.28.0.rc0.12.gb6a658bd00c9 >