Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp978711ybi; Wed, 3 Jul 2019 07:31:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqyUzWzd1iRnkd5/Lu9lRYhoSlXL7dqPO1zlGTDrSrJE/rT1iIofHaEPZlcdggzk0FKMPc9/ X-Received: by 2002:a63:e001:: with SMTP id e1mr37804708pgh.306.1562164288578; Wed, 03 Jul 2019 07:31:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562164288; cv=none; d=google.com; s=arc-20160816; b=W9XuaOigMBIkncyPiIzH65B8rg4EcPm6aIGpxcSaVffDT+Y6wua/jO/GdsVn+DpYIl luAFYMbbLAOiFRAyl1iM7xJzbpklu1nMoGpxB2i6u/plREXHDA/3MunN0OyOb6byr162 IqWAGU/oVOGKOoKG6kIh/722kgAhUZvmrYoCS42hSmnpKOnJcmI7BcfCESZo/wn8JLBU ynzwLPWnu8n5is4CnPOfJwY9atRhbqkPkrN1MNc4A4mCWls1ur7+3p7E6biQyCasuOYv Zd230G95SK3Ht3tCRIzV9dBo4iwWPR2gf3UBYYntFk7rKqnrz540IeDGsX1jt2GGOV+M 6v/Q== 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=I4lTzBMOiGTX+5pH9WQzkHihc6MdYJDqUlmqDJ1AiIM=; b=ZMdgvN8ehbqpECS9pmzVzDS55svD1/aZK5f6nx92DKrrAK2JOqSuWMuBrof4hjPxs6 jVpp9ODCFTGy1SfCkQPFLtVCRPMZJhXdBMG5qVlI68FstRLjAxS21c1KbPN+hzwfT//r I2wDlKdMSMD9Gfi3TA2mNzs4+V5Dn9UNJ3WVyq8quhGWEtXi/OMroqb0YOKlo1+nH5j0 6sy9YRximUdNvdMzChi9HVL1mmQLmcJnenN32zxnWAqvnDFyjIhv57mUMOulstv3urad NhsJzkbhwweofvhWyqmRt5KzifUPm2uqG7BRvyu0gvhCtd7JEgapoksd166exvGSebyt 4upQ== 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 s17si2447153pfc.237.2019.07.03.07.31.13; Wed, 03 Jul 2019 07:31:28 -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 S1727033AbfGCO3d (ORCPT + 99 others); Wed, 3 Jul 2019 10:29:33 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:52278 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726640AbfGCO3c (ORCPT ); Wed, 3 Jul 2019 10:29:32 -0400 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 1higGH-0000jP-W1; Wed, 03 Jul 2019 22:29:30 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1higGH-0000Xy-Rv; Wed, 03 Jul 2019 22:29:29 +0800 Date: Wed, 3 Jul 2019 22:29:29 +0800 From: Herbert Xu To: Lionel Debieve Cc: "David S . Miller" , Maxime Coquelin , Alexandre Torgue , linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Benjamin Gaignard , Fabien Dessenne , Ludovic Barre , linux-stm32@st-md-mailman.stormreply.com Subject: Re: [PATCH 0/2] crypto: stm32/hash: Fix bug in hmac mode Message-ID: <20190703142929.one55xcdpoce2wdw@gondor.apana.org.au> References: <20190628112655.9341-1-lionel.debieve@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190628112655.9341-1-lionel.debieve@st.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 Fri, Jun 28, 2019 at 01:26:53PM +0200, Lionel Debieve wrote: > This series fixes issues discovered while using libkcapi library. Some > more tests show wrong key management in hmac mode. It is fixes by these > patches and prevent a potential issue in case of interrupt while processing > in dma mode. > > Lionel Debieve (2): > crypto: stm32/hash: Fix hmac issue more than 256 bytes > crypto: stm32/hash: remove interruptible condition for dma > > drivers/crypto/stm32/stm32-hash.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 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