arm64: virt_to_page() does not return right page for a kernel image address
Pratyush Anand
panand at redhat.com
Wed Jan 4 06:03:04 PST 2017
On Wednesday 04 January 2017 06:54 PM, Ard Biesheuvel wrote:
>> sg_init_one(&src, ctemplate[i].input, ilen);
>>
> This is the bug right here, and it is fixed already upstream. The
> crypto test vectors are part of the kernel image, and should not be
> used in scatterlists.
>
Thanks a lot Ard for bringing it. I see the following commit now in
4.10-rc2.
02608e02fbec crypto: testmgr - Use heap buffer for acomp test input
CONFIG_DEBUG_SG enabled kernel would have blown it right here.
~Pratyush
More information about the linux-arm-kernel
mailing list