Re: [PATCH 00/12] arm64: crypto: prepare for new kernel mode NEON policy

2017-06-12 Thread Ard Biesheuvel
On 10 June 2017 at 18:22, Ard Biesheuvel wrote: > TL;DR: preparatory work for expected changes in arm64's handling of kernel >mode SIMD > > @Herbert: The arm64 maintainers may want to take this through the arm64 tree, > and if not, we need their acks

RE: Alg errors with Intel QAT Card

2017-06-12 Thread Benedetto, Salvatore
Hi Raj, I've compiled and tested kernel 4.12.0-rc4 and I can't reproduce your issue. Are you seeing any of this with a previous kernel version? If not, git bisect might help us finding the root-cause. Have you tried with another platform/hw? Regards, Salvatore > -Original Message- >

[PATCH v2 0/3] add support of hardware random generator on MediaTek MT7622

2017-06-12 Thread sean.wang
From: Sean Wang Changes since v1: - update the bindings with the specific "mediatek,mt7622-rng" instead of the generic one as "mediatek,generic-rng" The series add support of hardware RNG on MediaTek MT7622 and , runtime PM support and add me as the maintainer for the

[PATCH v2 1/3] dt-bindings: rng: add MediaTek MT7622 Hardware Random Generator bindings

2017-06-12 Thread sean.wang
From: Sean Wang Document the bindings used by MediaTek MT7622 SoC hardware random number generator. Signed-off-by: Sean Wang --- Documentation/devicetree/bindings/rng/mtk-rng.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[PATCH v2 3/3] MAINTAINERS: add entry for MediaTek Random Number Generator

2017-06-12 Thread sean.wang
From: Sean Wang I work for MediaTek on maintaining the MediaTek RNG driver for the existing SoCs and adding support for the following SoCs. Signed-off-by: Sean Wang --- MAINTAINERS | 5 + 1 file changed, 5 insertions(+) diff --git

[PATCH v2 2/3] hwrng: mtk - add runtime PM support

2017-06-12 Thread sean.wang
From: Sean Wang Add runtime PM support. There will be the benefit on SoCs where the clock to the RNG used can be shutdown. Signed-off-by: Sean Wang --- drivers/char/hw_random/mtk-rng.c | 42 1 file

[PATCH] crypto: testmgr - add testvector for pkcs1pad(rsa)

2017-06-12 Thread Stephan Müller
The PKCS#1 RSA implementation is provided with a self test with RSA 2048 and SHA-256. This self test implicitly covers other RSA keys and other hashes. Also, this self test implies that the pkcs1pad(rsa) is FIPS 140-2 compliant. Signed-off-by: Stephan Mueller ---

[cryptodev:master 62/75] crypto/rsa-pkcs1pad.c:680:21: error: assignment from incompatible pointer type

2017-06-12 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master head: 48df28b85991ac67a2270f0bb818221527834b78 commit: 561f8e2df990a7a2859a98bd208d0f7dc932c3f7 [62/75] crypto: akcipher - assume key is already set in maxsize config: x86_64-randconfig-x019-201724

Re: [PATCH 1/1] crypto:drbg- Fixes panic in wait_for_completion call.

2017-06-12 Thread Harsh Jain
Hi Herbert, Since It's a panic BUG. Can we push this fix to stable kernel releases? Regards Harsh Jain On Sat, Jun 10, 2017 at 9:47 AM, Herbert Xu wrote: > On Fri, May 26, 2017 at 12:12:51PM +0200, Stephan Müller wrote: >> Am Donnerstag, 25. Mai 2017, 17:23:47

Re: [PATCH v3 0/5] Add support for the STM32F4 CRC32

2017-06-12 Thread Alexandre Torgue
Hi Cosar, On 05/22/2017 04:33 PM, Cosar Dindar wrote: This patch series add hardware CRC32 ("Ethernet") calculation support for STMicroelectronics STM32F429. Polynomial and key setting are not supported, key is fixed as 0x4C11DB7 and poly is 0x. Module is tested on STM32F429-disco