Re: [PATCH] crypto: sha1-mb - remove HASH_FIRST flag

2018-02-15 Thread Herbert Xu
On Wed, Jan 24, 2018 at 07:10:08PM -0800, Eric Biggers wrote: > From: Eric Biggers > > The HASH_FIRST flag is never set. Remove it. > > Signed-off-by: Eric Biggers Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.a

Re: [PATCH] crypto: sha1-mb - remove HASH_FIRST flag

2018-01-29 Thread Tim Chen
>> >> I suppose this will be okay as we are really doing the initialization in >> sha1_mb_init. Megha is now maintaining this code. Copying her >> so she can do some verification of this change. >> > > Please update the MAINTAINERS file so that people know who to Cc on patches. > > Eric > He

Re: [PATCH] crypto: sha1-mb - remove HASH_FIRST flag

2018-01-25 Thread Eric Biggers
On Thu, Jan 25, 2018 at 01:58:38PM -0800, Tim Chen wrote: > On 01/24/2018 07:10 PM, Eric Biggers wrote: > > From: Eric Biggers > > > > The HASH_FIRST flag is never set. Remove it. > > > > Signed-off-by: Eric Biggers > > --- > > arch/x86/crypto/sha1-mb/sha1_mb.c | 28 +++---

Re: [PATCH] crypto: sha1-mb - remove HASH_FIRST flag

2018-01-25 Thread Tim Chen
On 01/24/2018 07:10 PM, Eric Biggers wrote: > From: Eric Biggers > > The HASH_FIRST flag is never set. Remove it. > > Signed-off-by: Eric Biggers > --- > arch/x86/crypto/sha1-mb/sha1_mb.c | 28 +++- > arch/x86/crypto/sha1-mb/sha1_mb_ctx.h | 8 +++- > 2 files c

[PATCH] crypto: sha1-mb - remove HASH_FIRST flag

2018-01-24 Thread Eric Biggers
From: Eric Biggers The HASH_FIRST flag is never set. Remove it. Signed-off-by: Eric Biggers --- arch/x86/crypto/sha1-mb/sha1_mb.c | 28 +++- arch/x86/crypto/sha1-mb/sha1_mb_ctx.h | 8 +++- 2 files changed, 6 insertions(+), 30 deletions(-) diff --git a/arch/x8