Re: [PATCH] geode: Fix cip/blk confusion

2010-02-03 Thread Herbert Xu
On Sat, Jan 30, 2010 at 04:48:19PM +0100, Roel Kluin wrote: a crypto_cipher cip member was set where a crypto_cipher blk members should have been. Signed-off-by: Roel Kluin roel.kl...@gmail.com Patch applied. Thank you. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu

Re: [PATCH] geode: Fix cip/blk confusion

2010-01-30 Thread Roel Kluin
a crypto_cipher cip member was set where a crypto_cipher blk members should have been. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- I think my previous patch missed one blk to cip conversion in geode_setkey_cip(): Please send an incremental patch. Thanks! Ok, here's the missing part

[PATCH] geode: Fix cip/blk confusion

2010-01-29 Thread Roel Kluin
crypto_cipher cip members were set where crypto_cipher blk members should have been, also the PTR_ERR of the wrong pointer was returned. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- This was already discussed in december/januari but I still cannot find it in mainline, was it lost? diff

Re: [PATCH] geode: Fix cip/blk confusion

2010-01-29 Thread roel kluin
On Fri, Jan 29, 2010 at 3:51 PM, Sebastian Andrzej Siewior sebast...@breakpoint.cc wrote: * Roel Kluin | 2010-01-29 14:32:56 [+0100]: This was already discussed in december/januari but I still cannot find it in mainline, was it lost? Isn't this patch [0] and [1] in Herbert's tree? If so

Re: [PATCH] geode: Fix cip/blk confusion

2010-01-29 Thread Herbert Xu
On Fri, Jan 29, 2010 at 04:20:02PM +0100, roel kluin wrote: Yes that are the patches, however, I think my previous patch missed one blk to cip conversion in geode_setkey_cip(): Please send an incremental patch. Thanks! -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu