Re: [PATCH] crypto: document correct return value for request allocation

2016-04-04 Thread LABBE Corentin
On Sat, Apr 02, 2016 at 10:54:56AM -0500, Eric Biggers wrote: > Signed-off-by: Eric Biggers > --- > Documentation/DocBook/crypto-API.tmpl | 6 +++--- > include/crypto/aead.h | 3 +-- > include/crypto/hash.h | 3 +-- > include/crypto/skcipher.h

Re: [PATCH 1/4] mm: add is_highmem_addr() helper

2016-04-04 Thread Vignesh R
Hi, On 03/31/2016 05:59 PM, Boris Brezillon wrote: > Add an helper to check if a virtual address is in the highmem region. > > Signed-off-by: Boris Brezillon > --- > include/linux/highmem.h | 13 + > 1 file changed, 13 insertions(+) > > diff

Re: gcm.c:undefined reference to `crypto_aead_setauthsize'

2016-04-04 Thread Herbert Xu
On Fri, Apr 01, 2016 at 03:02:30PM +, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > head: 6ddf37da05cd71bf9e43349d607e810b43c9008a > commit: c09440f7dcb304002dfced8c0fea289eb25f2da0 macsec: introduce IEEE > 802.1AE driver >

Re: [PATCH 1/2] dt/bindings: Add bindings for hisilicon random number generator

2016-04-04 Thread Kefeng Wang
On 2016/4/4 13:15, Rob Herring wrote: > On Fri, Apr 01, 2016 at 09:37:43AM +0800, Kefeng Wang wrote: >> Document the devicetree bindings for the random number generator >> found on Hisilicon Hip04 and Hip05 soc. [...] >> + >> +Required properties: >> +- compatible : Should be

[PATCH] hwrng: exynos - Fix misspelled Samsung address

2016-04-04 Thread Krzysztof Kozlowski
Correct smasung.com into samsung.com. Signed-off-by: Krzysztof Kozlowski --- drivers/char/hw_random/exynos-rng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/hw_random/exynos-rng.c b/drivers/char/hw_random/exynos-rng.c index

Re: [PATCH 1/4] mm: add is_highmem_addr() helper

2016-04-04 Thread Boris Brezillon
On Mon, 4 Apr 2016 13:44:11 +0530 Vignesh R wrote: > Hi, > > On 03/31/2016 05:59 PM, Boris Brezillon wrote: > > Add an helper to check if a virtual address is in the highmem region. > > > > Signed-off-by: Boris Brezillon > > --- > >

[PATCH 03/10] x86/cpufeature: Remove cpu_has_avx

2016-04-04 Thread Borislav Petkov
From: Borislav Petkov Signed-off-by: Borislav Petkov Cc: linux-crypto@vger.kernel.org --- arch/x86/crypto/aesni-intel_glue.c | 2 +- arch/x86/crypto/camellia_aesni_avx2_glue.c | 3 ++- arch/x86/crypto/camellia_aesni_avx_glue.c | 2 +-

[PATCH] crypto: ccp - Register the CCP as a DMA resource

2016-04-04 Thread Gary R Hook
The CCP has the ability to provide DMA services to the kernel using pass-through mode of the device. Register these services as general purpose DMA channels. --- drivers/crypto/ccp/Kconfig |1 drivers/crypto/ccp/Makefile|6 drivers/crypto/ccp/ccp-dev-v3.c| 13 +

[PATCH 02/10] x86/cpufeature: Remove cpu_has_aes

2016-04-04 Thread Borislav Petkov
From: Borislav Petkov Signed-off-by: Borislav Petkov Cc: linux-crypto@vger.kernel.org --- arch/x86/crypto/camellia_aesni_avx2_glue.c | 3 ++- arch/x86/crypto/camellia_aesni_avx_glue.c | 4 +++- arch/x86/include/asm/cpufeature.h | 1 - 3 files changed, 5

[PATCH 01/10] x86/cpufeature: Remove cpu_has_avx2

2016-04-04 Thread Borislav Petkov
From: Borislav Petkov Signed-off-by: Borislav Petkov Cc: linux-crypto@vger.kernel.org --- arch/x86/crypto/camellia_aesni_avx2_glue.c | 2 +- arch/x86/crypto/chacha20_glue.c| 2 +- arch/x86/crypto/poly1305_glue.c| 2 +-

RE: [PATCH 0/7] crypto: SHA256 multibuffer implementation

2016-04-04 Thread Yu, Fenghua
> From: megha@linux.intel.com [mailto:megha@linux.intel.com] > Sent: Thursday, March 24, 2016 1:26 PM > To: herb...@gondor.apana.org.au; da...@davemloft.net > Cc: linux-crypto@vger.kernel.org; linux-ker...@vger.kernel.org; > tim.c.c...@linux.intel.com; Yu, Fenghua ;

Re: [PATCH] crypto: ccp - Register the CCP as a DMA resource

2016-04-04 Thread Tom Lendacky
On 04/04/2016 03:50 PM, Gary R Hook wrote: > The CCP has the ability to provide DMA services to the > kernel using pass-through mode of the device. Register > these services as general purpose DMA channels. > --- You're missing a cc: to David Miller, be sure to check who should be included when