Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp7436609ybp; Wed, 16 Oct 2019 08:37:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqzo4Utl8BNrZ6+7480jTzi/U4X6YShLXOqwLgNqxbyqlc3ligDl2spKiLHed+ik8nvECeXN X-Received: by 2002:a50:e606:: with SMTP id y6mr39495168edm.261.1571240259293; Wed, 16 Oct 2019 08:37:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571240259; cv=none; d=google.com; s=arc-20160816; b=xK7LBh9NhhHRqF+AOZqyugiHlBMZgCaqm+a9sZ/mGuAfDRJkjmw7c+CWH4gLovmwID /ZRGJLdsfOIORBq2OlOvTCGMsZpaJrG13XIQ+o28vOJ2uQrzzggi8bWm9l8oJXUw++nh U2ppThhcbt863J3fYynjhruVZWoXqObdjQ1R67LG+HcI35hqmsk3KW4xlYACu/k0E7u1 kHQbBRZRmdfqrhOFNkemE50NipnwbhdbPwVa0HNQPNiEEN1Jb3QVoinjC6mQbUKwqm/d S5OZruHoTDXih38WF5cYEuIAsVqQy5KJ3Qd+5WJGD4shCoEojeAdAY5tynKUgyGXxJjV o80w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=ejkRfOXAbTftaiG1PANkOTyVOlp2A0kY6I+ASXaQWxw=; b=0ijeFGRvRpA+0YrG5NMjIVZGF6pxk8assQkfMo+8yXTOcGVDePIBG4K2h/9Y5en215 237zkB17lfWTPNpfZKzNkLFGDkqwAJrPqgh6kuPeQMCvU9ryOOUUCnHGRLt6nifg24hs B1jqWCs49dLtP7dr/AcjpPubZiZ+ed0nqR+aTp8N7ve2TfJzLa6Y3hi0Ic0CYkbMu5ON VsOdAY32Y2yo0ve4y24yQbw6l4Pz9m9C5V2e5wx38ISyHlPcJmsiTIokSCDlXlYjxDRr CWmkWc2UtHpwTHQNMt7o/U4FuRGV9ipRFKMjcULvcRLcJWctxyFN0gxlwfYkLfIVqEtX mNZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s19si15649120ejd.277.2019.10.16.08.37.14; Wed, 16 Oct 2019 08:37:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391272AbfJPMfL (ORCPT + 99 others); Wed, 16 Oct 2019 08:35:11 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:59950 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728490AbfJPMfL (ORCPT ); Wed, 16 Oct 2019 08:35:11 -0400 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.0.7]) by fornost.hmeau.com with smtp (Exim 4.89 #2 (Debian)) id 1iKiWC-0007NF-Gk; Wed, 16 Oct 2019 23:35:09 +1100 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Wed, 16 Oct 2019 23:35:07 +1100 Date: Wed, 16 Oct 2019 23:35:07 +1100 From: Herbert Xu To: Heiko Carstens Cc: Eric Biggers , linux-crypto@vger.kernel.org, linux-s390@vger.kernel.org, Vasily Gorbik , Christian Borntraeger , Harald Freudenberger Subject: Re: [RFT PATCH 0/3] crypto: s390 - convert to skcipher API Message-ID: <20191016123507.GA16265@gondor.apana.org.au> References: <20191012201809.160500-1-ebiggers@kernel.org> <20191016080103.GA4267@osiris> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191016080103.GA4267@osiris> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Wed, Oct 16, 2019 at 10:01:03AM +0200, Heiko Carstens wrote: > On Sat, Oct 12, 2019 at 01:18:06PM -0700, Eric Biggers wrote: > > This series converts the glue code for the S390 CPACF implementations of > > AES, DES, and 3DES modes from the deprecated "blkcipher" API to the > > "skcipher" API. This is needed in order for the blkcipher API to be > > removed. > > > > I've compiled this patchset, and the conversion is very similar to that > > which has been done for many other crypto drivers. But I don't have the > > hardware to test it, nor is S390 CPACF supported by QEMU. So I really > > need someone with the hardware to test it. You can do so by setting: > > ... > > > Eric Biggers (3): > > crypto: s390/aes - convert to skcipher API > > crypto: s390/paes - convert to skcipher API > > crypto: s390/des - convert to skcipher API > > > > arch/s390/crypto/aes_s390.c | 609 ++++++++++++++--------------------- > > arch/s390/crypto/des_s390.c | 419 ++++++++++-------------- > > arch/s390/crypto/paes_s390.c | 414 ++++++++++-------------- > > 3 files changed, 580 insertions(+), 862 deletions(-) > > Herbert, should these go upstream via the s390 or crypto tree? It would be best to go via the crypto tree since any future patches to remove blkcipher/ablkcipher would depend on these patches. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt