Re: [GIT] Crypto Fixes for 5.2

2019-07-04 Thread pr-tracker-bot
The pull request you sent on Fri, 5 Jul 2019 12:24:49 +0800: > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ee39d46dcaf8f25894f13236d3d984d9a4d2fd3e Thank you! -- Deet-doot-dot, I am a bot.

[GIT] Crypto Fixes for 5.2

2019-07-04 Thread Herbert Xu
Hi Linus: This push fixes two memory leaks and a list corruption bug. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Eric Biggers (1): crypto: user - prevent operating on larval algorithms Herbert Xu (1): lib/mpi: Fix karactx leak in

Re: [PATCH v12 01/11] MODSIGN: Export module signature definitions

2019-07-04 Thread Thiago Jung Bauermann
Hello Philipp, Philipp Rudo writes: > Hi Thiago, > > > On Thu, 04 Jul 2019 03:42:57 -0300 > Thiago Jung Bauermann wrote: > >> Jessica Yu writes: >> >> > +++ Thiago Jung Bauermann [27/06/19 23:19 -0300]: >> >>IMA will use the module_signature format for append signatures, so export >> >>th

Re: [PATCH v4 02/16] crypto: caam - simplify clock initialization

2019-07-04 Thread Iuliana Prodan
On 7/3/2019 11:15 AM, Andrey Smirnov wrote: > Simplify clock initialization code by converting it to use clk-bulk, > devres and soc_device_match() match table. No functional change > intended. > > Signed-off-by: Andrey Smirnov > Cc: Chris Spencer > Cc: Cory Tusar > Cc: Chris Healy > Cc: Lucas

[PATCH 1/7] crypto: ux500: Use spinlock_t instead of struct spinlock

2019-07-04 Thread Sebastian Andrzej Siewior
For spinlocks the type spinlock_t should be used instead of "struct spinlock". Use spinlock_t for spinlock's definition. Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org Signed-off-by: Sebastian Andrzej Siewior --- drivers/crypto/ux500/cryp/cryp.h | 4 ++-- drivers/cr

Re: [PATCH v12 01/11] MODSIGN: Export module signature definitions

2019-07-04 Thread Philipp Rudo
Hi Thiago, On Thu, 04 Jul 2019 03:42:57 -0300 Thiago Jung Bauermann wrote: > Jessica Yu writes: > > > +++ Thiago Jung Bauermann [27/06/19 23:19 -0300]: > >>IMA will use the module_signature format for append signatures, so export > >>the relevant definitions and factor out the code which ve

Re: [PATCH v4 05/16] crypto: caam - use devres to allocate 'outring'

2019-07-04 Thread Horia Geanta
On 7/3/2019 11:14 AM, Andrey Smirnov wrote: > Use devres to allocate 'outring' and drop corresponding call to > dma_free_coherent() as well as extra references to 'struct > jr_outentry' (needed in following commits). No functional change > inteded. > > Signed-off-by: Andrey Smirnov > Cc: Chris Sp

RE: testmgr fuzzing for AEAD ciphers

2019-07-04 Thread Pascal Van Leeuwen
> -Original Message- > From: linux-crypto-ow...@vger.kernel.org > On Behalf Of Pascal Van Leeuwen > Sent: Thursday, July 4, 2019 10:37 AM > To: linux-crypto@vger.kernel.org > Cc: Eric Biggers ; Herbert Xu > > Subject: testmgr fuzzing for AEAD ciphers > > Hi, > > I was attempting to ge

testmgr fuzzing for AEAD ciphers

2019-07-04 Thread Pascal Van Leeuwen
Hi, I was attempting to get some fuzzing going for the RFC3686 AEAD ciphers I'm adding to the inside-secure driver, and I noticed some more things besides what I mentioned below: 1) If there is no test suite, but the entry does point to something other then alg_test_null, then fuzzing is stil

Re: crypto: x86/crct10dif-pcl - cleanup and optimizations

2019-07-04 Thread Sedat Dilek
On Wed, Jul 3, 2019 at 8:52 PM Nick Desaulniers wrote: > > On Wed, Jul 3, 2019 at 9:15 AM Eric Biggers wrote: > > Sorry, I am still confused. Are you saying that something still needs to be > > fixed in the kernel code, and if so, why? To reiterate, the byteshift_table > > doesn't actually *nee