Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2025012ybl; Thu, 15 Aug 2019 05:22:41 -0700 (PDT) X-Google-Smtp-Source: APXvYqxVsL2FUzkeSr1EaZjvJv4C2uJiZiEd8h8fzSe/Ki3bqTsEZ8vOGhsmjxB/zOFac9D0VCG5 X-Received: by 2002:aa7:9477:: with SMTP id t23mr5212172pfq.29.1565871761306; Thu, 15 Aug 2019 05:22:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565871761; cv=none; d=google.com; s=arc-20160816; b=zD16Wm+a562dxpYlt1LMyaq/Dgx62RBVgzcHIgnOXvpIV+bqaIJy1pHU8l82vAoFyg H57ONVNXujGL4eVcvM3GFITvxWA74FPGrNcD3+oxZ72eF0AZ4cFPenNLNu7xN5Y9sylm nN+zgX+9XT971NltKHe+nTmflmitn5IABeBiHdTsTQBTjtqhyH5Hr1U1iZAecIqsFEse 50qTPq0swuwFC/3w4Vm35spXef1j+GokVc9mt1E4XW3dPuieAHtHPVce0EHM13yssIND BKFapzM91jzFbvDRiC9AD7OqgSX+TQRYbfXdC8/hBV5enpMKQXlJcEajtylJEGo2QJJ2 Z5Lg== 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=6oZYgfbDlC57+VAsQP3dAmbj6aO/fcEj9PFeee55OnU=; b=T/vTbWPZeMQjyRWQlkosf1WeP8y2jcSfZG2hj6iAOKYjfhnIe6bAfDE6xgV3GyNotw Q/jbAV9njZN5YklbVoDVpvDcot49yJtGhpT3GP/in92HtkElfEHasKBb3CtjfHwFKLCV yRI9i4pUWsmpvUzhu9k3lQ8feYANgyiaHutAKjqxz0NpgGZ0criA375yAsf3W6LgBJNZ /7AjD5PkpA9R6pSMAViWajOnKf6/w6hwtTa3hR5I5cz4hB1Pv835XeZqAjF1ppGMfX53 yVCmqg5uP1TM2cWbWpo/K5UtBrHBIfpj/tF9MqmHQo8Q49AfztaFi2rqvzz/vyHb5SEX jHPQ== 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 p9si1854440plk.47.2019.08.15.05.22.27; Thu, 15 Aug 2019 05:22:41 -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 S1729986AbfHOMIq (ORCPT + 99 others); Thu, 15 Aug 2019 08:08:46 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:57280 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730497AbfHOMIq (ORCPT ); Thu, 15 Aug 2019 08:08:46 -0400 Received: from gondolin.me.apana.org.au ([192.168.0.6] helo=gondolin.hengli.com.au) by fornost.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1hyEYZ-0003S4-5r; Thu, 15 Aug 2019 22:08:39 +1000 Received: from herbert by gondolin.hengli.com.au with local (Exim 4.80) (envelope-from ) id 1hyEYZ-0007km-02; Thu, 15 Aug 2019 22:08:39 +1000 Date: Thu, 15 Aug 2019 22:08:38 +1000 From: Herbert Xu To: Zhou Wang Cc: davem@davemloft.net, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com Subject: Re: [PATCH 0/5] crypto: hisilicon: Misc fixes Message-ID: <20190815120838.GA29793@gondor.apana.org.au> References: <1565774919-31853-1-git-send-email-wangzhou1@hisilicon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1565774919-31853-1-git-send-email-wangzhou1@hisilicon.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Wed, Aug 14, 2019 at 05:28:34PM +0800, Zhou Wang wrote: > Patch 1~3 are fixes about kbuild errors, patch 4,5 are tiny fixes about qm > and zip. > > This series is based on cryptodev-2.6. > > Zhou Wang (5): > crypto: hisilicon - fix kbuild warnings > crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP > crypto: hisilicon - init curr_sgl_dma to fix compile warning > crypto: hisilicon - add missing single_release > crypto: hisilicon - fix error handle in hisi_zip_create_req_q > > drivers/crypto/hisilicon/Kconfig | 1 + > drivers/crypto/hisilicon/qm.c | 7 ++++--- > drivers/crypto/hisilicon/sgl.c | 2 +- > drivers/crypto/hisilicon/zip/zip_crypto.c | 6 ++++-- > 4 files changed, 10 insertions(+), 6 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