Re: [PATCH v0] Crypto: Talitos: re-initialize async_tx descriptors

2009-12-14 Thread Dan Williams
On Mon, Dec 14, 2009 at 6:33 AM, Vishnu Suresh wrote: > The async_tx descriptors contains dangling pointers. > Hence, re-initialize them to NULL before use. > > Signed-off-by: Vishnu Suresh > --- > o. Rebased to linux-next as of 20091214 > >  drivers/crypto/talitos

[PATCH v1] Crypto: Talitos: Support for Async_tx XOR offload

2009-12-14 Thread Vishnu Suresh
on. o. Rebased to linux-next as of 20091214 drivers/crypto/Kconfig |1 + drivers/crypto/talitos.c | 397 +- drivers/crypto/talitos.h |2 + 3 files changed, 399 insertions(+), 1 deletions(-) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kc

[PATCH v0] Crypto: Talitos: re-initialize async_tx descriptors

2009-12-14 Thread Vishnu Suresh
The async_tx descriptors contains dangling pointers. Hence, re-initialize them to NULL before use. Signed-off-by: Vishnu Suresh --- o. Rebased to linux-next as of 20091214 drivers/crypto/talitos.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/crypto