From: Sabrina Dubroca Subject: Re: [PATCH v2] crypto: ahash - Fix EINPROGRESS notification callback Date: Mon, 10 Apr 2017 11:37:59 +0200 Message-ID: <20170410093759.GA9169@bistromath.localdomain> References: <20170410084450.GA7533@gondor.apana.org.au> <20170410092127.GA24816@bistromath.localdomain> <20170410092757.GA7750@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Linux Crypto Mailing List To: Herbert Xu Return-path: Received: from mx1.redhat.com ([209.132.183.28]:58862 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753122AbdDJJiD (ORCPT ); Mon, 10 Apr 2017 05:38:03 -0400 Content-Disposition: inline In-Reply-To: <20170410092757.GA7750@gondor.apana.org.au> Sender: linux-crypto-owner@vger.kernel.org List-ID: 2017-04-10, 17:27:57 +0800, Herbert Xu wrote: > On Mon, Apr 10, 2017 at 11:21:27AM +0200, Sabrina Dubroca wrote: > > > > > Cc: > > > > Should that be stable@vger.kernel.org? > > Oops :) > > > > Reported-by: Sabrina Dubroca > > > Signed-off-by: Herbert Xu > > > > The definition of ahash_request_flags() was missing, so I added: > > > > static inline u32 ahash_request_flags(struct ahash_request *req) > > { > > return req->base.flags; > > } > > > > And with this, my tests seem fine. > > > > Tested-by: Sabrina Dubroca > > Could also you change the 'Reported-by:' to that email address? > > OK, here is v2. I did a quick rebuild+test, seems fine. Thanks! -- Sabrina