Re: [PATCH] crypto: remove instance when test failed

2015-04-02 Thread Herbert Xu
On Sun, Mar 29, 2015 at 04:26:40PM +0200, Stephan Mueller wrote: > A cipher instance is added to the list of instances unconditionally > regardless of whether the associated test failed. However, a failed > test implies that during another lookup, the cipher instance will > be added to the list

Re: [PATCH] crypto: remove instance when test failed

2015-04-02 Thread Herbert Xu
On Sun, Mar 29, 2015 at 04:26:40PM +0200, Stephan Mueller wrote: A cipher instance is added to the list of instances unconditionally regardless of whether the associated test failed. However, a failed test implies that during another lookup, the cipher instance will be added to the list again

[PATCH] crypto: remove instance when test failed

2015-03-29 Thread Stephan Mueller
A cipher instance is added to the list of instances unconditionally regardless of whether the associated test failed. However, a failed test implies that during another lookup, the cipher instance will be added to the list again as it will not be found by the lookup code. That means that the list

[PATCH] crypto: remove instance when test failed

2015-03-29 Thread Stephan Mueller
A cipher instance is added to the list of instances unconditionally regardless of whether the associated test failed. However, a failed test implies that during another lookup, the cipher instance will be added to the list again as it will not be found by the lookup code. That means that the list