Re: [PATCH 4/6] efi: Get the secure boot status

From: David Howells
Date: Tue Nov 22 2016 - 10:00:08 EST


Lukas Wunner <lukas@xxxxxxxxx> wrote:

> You dropped the efi_system_table_t *sys_table_arg argument but this
> isn't defined anywhere as a static global.

It seems to me that passing this value in on x86 is probably a bad idea as
it's not mixed-mode safe. Should I just pass NULL there in that case?

David