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

2016-04-03 Thread Rob Herring
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. > > Signed-off-by: Kefeng Wang > --- > Documentation/devicetree/bindings/rng/hisi-rng.txt | 12 > 1 file changed,

Re: [PATCH v2] sunrpc: Fix skcipher/shash conversion

2016-04-03 Thread J. Bruce Fields
On Mon, Apr 04, 2016 at 09:22:02AM +0800, Herbert Xu wrote: > On Sun, Apr 03, 2016 at 06:15:43PM -0400, J. Bruce Fields wrote: > > For some reason, the original didn't appear to get cc'd to the linux-nfs > > list. Or did it, and I missed it? I do get lazy sometimes, but in > > general something l

Re: [PATCH v2] sunrpc: Fix skcipher/shash conversion

2016-04-03 Thread Herbert Xu
On Sun, Apr 03, 2016 at 06:15:43PM -0400, J. Bruce Fields wrote: > > OK, I did get a chance to run this, and so far it looks good--it got > faszter than the last time, anyway. Thanks! Thanks! > For some reason, the original didn't appear to get cc'd to the linux-nfs > list. Or did it, and I mis

Re: [PATCH v2] sunrpc: Fix skcipher/shash conversion

2016-04-03 Thread J. Bruce Fields
On Sun, Apr 03, 2016 at 12:37:15PM +0800, Herbert Xu wrote: > On Sat, Apr 02, 2016 at 11:59:00PM -0400, J. Bruce Fields wrote: > > > > Thanks. It's getting further now, but appears to be freezing later. > > Possibly unrelated. I'm travelling, and it'll be Monday or Wednesday > > till I can take

Re: What are the requirements to create/open an AF_ALG socket type?

2016-04-03 Thread Jeffrey Walton
On Sun, Apr 3, 2016 at 4:42 PM, Jeffrey Walton wrote: > I'm testing userspace crypto code using AF_ALG domain socket. The call > to 'socket(AF_ALG, SOCK_SEQPACKET, 0)' always fails with errno=2. The > failure has been experienced on 3.8, 4.1, 4.2 and 4.4 kernels > (provided by Debian, Fedora, Lubu

What are the requirements to create/open an AF_ALG socket type?

2016-04-03 Thread Jeffrey Walton
I'm testing userspace crypto code using AF_ALG domain socket. The call to 'socket(AF_ALG, SOCK_SEQPACKET, 0)' always fails with errno=2. The failure has been experienced on 3.8, 4.1, 4.2 and 4.4 kernels (provided by Debian, Fedora, Lubuntu and Ubuntu). I also experienced it on a Gentoo kernel, but

[PATCH] hwrng: bcm63xx - fix device tree compilation

2016-04-03 Thread Álvaro Fernández Rojas
Adds missing include that resulted in implicit device tree functions errors. Fixes: 7b651706712b ("hwrng: bcm63xx - add device tree support") Signed-off-by: Álvaro Fernández Rojas --- drivers/char/hw_random/bcm63xx-rng.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/char/hw_random/