[PATCH 0/2] crypto: talitos - fix conversion to new AEAD interface

2016-04-19 Thread Horia Geantă
Jonas Eymann reports a crash and some failures of AED algorithms
with kernel 4.4.6, all easily reproducible with tcrypt.

These have to do with the onversion to the new AEAD interface:
aeb4c132f33d crypto: talitos - Convert to new AEAD interface

Problems occur for 4.3+ kernels, sending patches to -stable.

(*) Proper fix for hash algorithms registration failures
(implementation of import/export functionality) will be added separately.

Thannks,
Horia

Horia Geantă (1):
  crypto: talitos - fix AEAD tcrypt tests

Jonas Eymann (1):
  crypto: talitos - fix crash in talitos_cra_init()

 drivers/crypto/talitos.c | 87 +++-
 1 file changed, 57 insertions(+), 30 deletions(-)

-- 
2.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] crypto: talitos - fix conversion to new AEAD interface

2016-04-20 Thread Herbert Xu
On Tue, Apr 19, 2016 at 08:33:46PM +0300, Horia Geantă wrote:
> Jonas Eymann reports a crash and some failures of AED algorithms
> with kernel 4.4.6, all easily reproducible with tcrypt.
> 
> These have to do with the onversion to the new AEAD interface:
> aeb4c132f33d crypto: talitos - Convert to new AEAD interface
> 
> Problems occur for 4.3+ kernels, sending patches to -stable.
> 
> (*) Proper fix for hash algorithms registration failures
> (implementation of import/export functionality) will be added separately.

Both applied.  Thanks!
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] crypto: talitos - fix conversion to new AEAD interface

2016-04-20 Thread Horia Ioan Geanta Neag
On 4/20/2016 12:58 PM, Herbert Xu wrote:
> On Tue, Apr 19, 2016 at 08:33:46PM +0300, Horia Geantă wrote:
>> Jonas Eymann reports a crash and some failures of AED algorithms
>> with kernel 4.4.6, all easily reproducible with tcrypt.
>>
>> These have to do with the onversion to the new AEAD interface:
>> aeb4c132f33d crypto: talitos - Convert to new AEAD interface
>>
>> Problems occur for 4.3+ kernels, sending patches to -stable.
>>
>> (*) Proper fix for hash algorithms registration failures
>> (implementation of import/export functionality) will be added separately.
> 
> Both applied.  Thanks!
> 
Thanks Herbert.

Shouldn't these have been included in the recent "Crypto Update for 4.6"
pull request?

Horia

--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] crypto: talitos - fix conversion to new AEAD interface

2016-04-20 Thread Jonas Eymann
sorry for the late reply, I was out of office. Thank you very much Horia for 
fixing the typo, adding the sign-off and also for the second patch. I'll also 
run some tests when I find the time to see how everything works together.

Jonas

> Gesendet: Mittwoch, 20. April 2016 um 11:58 Uhr
> Von: "Herbert Xu" 
> An: "Horia Geantă" 
> Cc: linux-crypto@vger.kernel.org, "Jonas Eymann" , "David 
> S. Miller" 
> Betreff: Re: [PATCH 0/2] crypto: talitos - fix conversion to new AEAD 
> interface
>
> On Tue, Apr 19, 2016 at 08:33:46PM +0300, Horia Geantă wrote:
> > Jonas Eymann reports a crash and some failures of AED algorithms
> > with kernel 4.4.6, all easily reproducible with tcrypt.
> > 
> > These have to do with the onversion to the new AEAD interface:
> > aeb4c132f33d crypto: talitos - Convert to new AEAD interface
> > 
> > Problems occur for 4.3+ kernels, sending patches to -stable.
> > 
> > (*) Proper fix for hash algorithms registration failures
> > (implementation of import/export functionality) will be added separately.
> 
> Both applied.  Thanks!
> -- 
> Email: Herbert Xu 
> Home Page: http://gondor.apana.org.au/~herbert/
> PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
>
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] crypto: talitos - fix conversion to new AEAD interface

2016-04-21 Thread Herbert Xu
On Wed, Apr 20, 2016 at 11:29:52AM +, Horia Ioan Geanta Neag wrote:
>
> Shouldn't these have been included in the recent "Crypto Update for 4.6"
> pull request?

It will go in the next pull request.

Cheers,
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html