Re: [PATCH] crypto: caam - don't emit ICV check failures to dmesg

2015-01-25 Thread Herbert Xu
On Wed, Jan 21, 2015 at 10:57:32AM +0200, Cristian Stoica wrote: > Hi Kim, > > On 01/20/2015 08:43 PM, Kim Phillips wrote: > > ICV check failures are part of normal operation; > > leave user notification up to the higher levels, > > as is done in s/w algorithm implementations. > > > > Tested on

Re: [PATCH] crypto: caam - don't emit ICV check failures to dmesg

2015-01-21 Thread Cristian Stoica
Hi Kim, On 01/20/2015 08:43 PM, Kim Phillips wrote: > ICV check failures are part of normal operation; > leave user notification up to the higher levels, > as is done in s/w algorithm implementations. > Tested on P4080DS. Tested-by: Cristian Stoica Thanks, Cristian S. -- To unsubscribe from

[PATCH] crypto: caam - don't emit ICV check failures to dmesg

2015-01-20 Thread Kim Phillips
ICV check failures are part of normal operation; leave user notification up to the higher levels, as is done in s/w algorithm implementations. Signed-off-by: Kim Phillips --- drivers/crypto/caam/error.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/cry