Re: PROBLEM: unable to decrypt LUKS partition since v4.9-rc6 (bisected)

2016-11-20 Thread Patrick Steinhardt
On Mon, Nov 21, 2016 at 03:34:00PM +0800, Herbert Xu wrote: > On Mon, Nov 21, 2016 at 07:56:38AM +0100, Patrick Steinhardt wrote: > > > > I'm using cryptsetup 1.7.2 via the kernel's crypto API. Since > > version v4.9-rc6, I'm unable to decrypt my LUKS partitions > > (aes-xts-plain64, sha512).

Re: PROBLEM: unable to decrypt LUKS partition since v4.9-rc6 (bisected)

2016-11-20 Thread Herbert Xu
On Mon, Nov 21, 2016 at 07:56:38AM +0100, Patrick Steinhardt wrote: > > I'm using cryptsetup 1.7.2 via the kernel's crypto API. Since > version v4.9-rc6, I'm unable to decrypt my LUKS partitions > (aes-xts-plain64, sha512). cryptsetup simply aborts with the > message "No such passphrase

PROBLEM: unable to decrypt LUKS partition since v4.9-rc6 (bisected)

2016-11-20 Thread Patrick Steinhardt
Hi, I'm using cryptsetup 1.7.2 via the kernel's crypto API. Since version v4.9-rc6, I'm unable to decrypt my LUKS partitions (aes-xts-plain64, sha512). cryptsetup simply aborts with the message "No such passphrase available" after inputting the passphrase. After bisecting the issue, this points

Re: vmalloced stacks and scatterwalk_map_and_copy()

2016-11-20 Thread Andy Lutomirski
[Adding Thorsten to help keep this from getting lost] On Thu, Nov 3, 2016 at 1:30 PM, Andy Lutomirski wrote: > On Thu, Nov 3, 2016 at 11:16 AM, Eric Biggers wrote: >> Hello, >> >> I hit the BUG_ON() in arch/x86/mm/physaddr.c:26 while testing some crypto

Re: [PATCH v4] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512

2016-11-20 Thread Ard Biesheuvel
On 20 November 2016 at 11:42, Ard Biesheuvel wrote: > This integrates both the accelerated scalar and the NEON implementations > of SHA-224/256 as well as SHA-384/512 from the OpenSSL project. > > Relative performance compared to the respective generic C versions: > >