Re: [GIT PULL] /dev/random driver changes for 4.8

2016-07-25 Thread Stephen Rothwell
Hi Ted, On Mon, 25 Jul 2016 10:24:07 -0400 Theodore Ts'o wrote: > > On Mon, Jul 25, 2016 at 05:15:15PM +1000, Stephen Rothwell wrote: > > > > Should I reinstate the random tree to linux-next? > > Yes, please do. It was getting zero-day checks, and I assumed it was > in

[PATCH] hwrng: core - Allow for multiple simultaneous active hwrng devices

2016-07-25 Thread Keith Packard
Instead of having only one hwrng feeding /dev/random at a time, maintain a list of devices and cycle between them when filling the entropy pool. Signed-off-by: Keith Packard --- drivers/char/hw_random/core.c | 155 +++---

Re: [GIT PULL] /dev/random driver changes for 4.8

2016-07-25 Thread Theodore Ts'o
On Mon, Jul 25, 2016 at 05:15:15PM +1000, Stephen Rothwell wrote: > Hi Ted, > > On Mon, 25 Jul 2016 02:44:24 -0400 Theodore Ts'o wrote: > > > > The following changes since commit 1a695a905c18548062509178b98bc91e67510864: > > > > Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) > > >

Re: [PATCH] crypto: marvell - Update cache with input sg only when it is unmapped

2016-07-25 Thread Boris Brezillon
On Fri, 22 Jul 2016 15:46:24 +0200 Romain Perier wrote: > So far, the cache of the ahash requests was updated from the 'complete' > operation. This complete operation is called from mv_cesa_tdma_process > before the cleanup operation, which means that the

Crypto Update for 4.8

2016-07-25 Thread Herbert Xu
Hi Linus: Here is the crypto update for 4.8: API: * First part of skcipher low-level conversions. * Add KPP (Key-agreement Protocol Primitives) interface. Algorithms: * Fix IPsec/cryptd reordering issues that affects aesni. * RSA no longer does explicit leading zero removal. * Add SHA3. * Add

Re: [GIT PULL] /dev/random driver changes for 4.8

2016-07-25 Thread Stephen Rothwell
Hi Ted, On Mon, 25 Jul 2016 02:44:24 -0400 Theodore Ts'o wrote: > > The following changes since commit 1a695a905c18548062509178b98bc91e67510864: > > Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) > > are available in the git repository at: > >

[GIT PULL] /dev/random driver changes for 4.8

2016-07-25 Thread Theodore Ts'o
The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random.git tags/random_for_linus for you to fetch changes up to