Re: kernel BUG at crypto/scatterwalk.c:37! when using modified tcrypt for HMAC testing

2009-01-13 Thread Dean Jenkins
Hi Herbert, Many thanks that fixed it. Regards, Dean Jenkins MontaVista Software --- Begin Message --- Dean Jenkins wrote: > > I'm using a 2.6.27.4 kernel on an armv5te platform. > > I hit a BUG() at crypto/scatterwalk.c:37 that indicates that the scatterlist > length is zero. > > I've trace

Re: kernel BUG at crypto/scatterwalk.c:37! when using modified tcrypt for HMAC testing

2009-01-12 Thread Herbert Xu
Dean Jenkins wrote: > > I'm using a 2.6.27.4 kernel on an armv5te platform. > > I hit a BUG() at crypto/scatterwalk.c:37 that indicates that the scatterlist > length is zero. > > I've traced this back to crypto/authenc.c function crypto_authenc_genicv()... Does this patch fix it? commit 700aa

kernel BUG at crypto/scatterwalk.c:37! when using modified tcrypt for HMAC testing

2009-01-12 Thread Dean Jenkins
Hi, I'm trying to test AEAD based HMAC (sha1-96) with NULL encryption using a modified tcrypt module. I'm using a 2.6.27.4 kernel on an armv5te platform. I hit a BUG() at crypto/scatterwalk.c:37 that indicates that the scatterlist length is zero. I've traced this back to crypto/authenc.c func