Re: [PATCH] Add select of CONFIG_SRCU by CONFIG_CRYPTO

2015-10-22 Thread Andrej Krutak
On Thursday 22 of October 2015 23:35:07 Herbert Xu wrote: > Andrej Krutak wrote: > > Signed-off-by: Andrej Krutak > > You are supposed to describe the patch here, e.g., the reason > why we need this patch. > I'm sorry, please ignore this patch (it's for v4.1 with rt patches). -- Best regard

Re: [PATCH 3/8] crypto: ccp: Use precalculated hash from headers

2015-10-22 Thread Tom Lendacky
On 10/20/2015 02:33 AM, LABBE Corentin wrote: Precalculated hash for empty message are now present in hash headers. This patch just use them. Signed-off-by: LABBE Corentin Tested-by: Tom Lendacky Acked-by: Tom Lendacky --- drivers/crypto/ccp/ccp-ops.c | 39 --

Re: [PATCH] Add select of CONFIG_SRCU by CONFIG_CRYPTO

2015-10-22 Thread Herbert Xu
Andrej Krutak wrote: > Signed-off-by: Andrej Krutak You are supposed to describe the patch here, e.g., the reason why we need this patch. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from

[PATCH] crypto: qat - remove superfluous check from adf_probe

2015-10-22 Thread Salvatore Benedetto
- ent->device is already checked at the beginning of the function against the same value. This check is a duplicate. Signed-off-by: Salvatore Benedetto --- drivers/crypto/qat/qat_dh895xcc/adf_drv.c | 8 +--- drivers/crypto/qat/qat_dh895xccvf/adf_drv.c | 9 + 2 files changed, 2

[PATCH] crypto: qat - fix get instance function

2015-10-22 Thread Tadeusz Struk
Fix the logic in case we have found a device on a given node. Signed-off-by: Tadeusz Struk --- drivers/crypto/qat/qat_common/qat_crypto.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/crypto/qat/qat_common/qat_crypto.c b/drivers/crypto/qa

[PATCH] Add select of CONFIG_SRCU by CONFIG_CRYPTO

2015-10-22 Thread Andrej Krutak
Signed-off-by: Andrej Krutak --- crypto/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/Kconfig b/crypto/Kconfig index 48ee3e1..c7596ee 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -14,6 +14,7 @@ source "crypto/async_tx/Kconfig" # menuconfig CRYPTO tristate "C