[PATCH 5/8] efi: Get the secure boot status [ver #6]

David Howells dhowells at redhat.com
Tue Jan 31 06:02:56 PST 2017


Matt Fleming <matt at codeblueprint.co.uk> wrote:

> -  grub_memcpy (params, &lh, 2 * 512);
> +  grub_memcpy (params, (grub_uint8_t *)&lh[512], 512);

It would appear this change is wrong and params needs to be changed to params
+ 512 or something similar.

David



More information about the linux-arm-kernel mailing list