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=-2.2 required=3.0 tests=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 DEA02C43603 for ; Wed, 11 Dec 2019 09:42:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BA57D205C9 for ; Wed, 11 Dec 2019 09:42:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728529AbfLKJm4 (ORCPT ); Wed, 11 Dec 2019 04:42:56 -0500 Received: from helcar.hmeau.com ([216.24.177.18]:54656 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728480AbfLKJm4 (ORCPT ); Wed, 11 Dec 2019 04:42:56 -0500 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1ieyWC-0000Le-UT; Wed, 11 Dec 2019 17:42:53 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1ieyWB-0000eR-Dp; Wed, 11 Dec 2019 17:42:51 +0800 Date: Wed, 11 Dec 2019 17:42:51 +0800 From: Herbert Xu To: Tero Kristo Cc: davem@davemloft.net, linux-crypto@vger.kernel.org, linux-omap@vger.kernel.org, ard.biesheuvel@kernel.org Subject: Re: [PATCHv2 00/22] crypto: omap-sham: fixes towards 5.5 Message-ID: <20191211094251.ojyrt4hgiao7gnmy@gondor.apana.org.au> References: <20191105140111.20285-1-t-kristo@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191105140111.20285-1-t-kristo@ti.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Tue, Nov 05, 2019 at 04:00:49PM +0200, Tero Kristo wrote: > Hi, > > This series applies on top of the skcipher API conversion patch from Ard > Biesheuvel [1]. > > Fixes any known OMAP crypto issues with the crypto manager test suite, > including the extra tests. Tested via ipsec, tcrypt and with an > rmmod/modprobe loop while the extra tests for crypto manager are enabled. > > Couple of additional bug fixes are also done, like proper cleanup of the > sysfs entries, and huge data handling for SHA. > > Please note patch #9 is not related to omap-crypto, just a nice to have > tweak for testing purposes. I find it quite annoying myself that if > the HW engine is broken for some reason and hangs, the crypto manager > test suite does not throw any failure for that but just hangs itself > also. > > -Tero > > [1] https://patchwork.kernel.org/patch/11188595/ All applied except for patch 9. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt