Re: [PATCH] crypto: arm64/sha256 - add support for SHA256 using NEON instructions

2016-10-01 Thread Ard Biesheuvel
On 29 September 2016 at 16:37, Ard Biesheuvel wrote: > On 29 September 2016 at 15:51, Ard Biesheuvel > wrote: >> This is a port to arm64 of the NEON implementation of SHA256 that lives >> under arch/arm/crypto. >> >> Due to the fact that the AArch64 assembler dialect deviates from the >> 32-bit

[PATCH] padata: add helper function for queue length

2016-10-01 Thread Jason A. Donenfeld
Since padata has a maximum number of inflight jobs, currently 1000, it's very useful to know how many jobs are currently queued up. This adds a simple helper function to expose this information. Signed-off-by: Jason A. Donenfeld --- include/linux/padata.h | 2 ++ kernel/padata.c| 16 +++