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

2009-12-15 Thread Dan Williams
Suresh Vishnu-B05022 wrote: > 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 > > >

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

2009-12-15 Thread Suresh Vishnu-B05022
> 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.c |3 +++

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.c |    3 +++ >  1 files changed