On Thu, 8 Aug 2019 at 02:03, Matthew Garrett <mj...@google.com> wrote:
>
> On Wed, Aug 7, 2019 at 2:59 PM Hans de Goede <hdego...@redhat.com> wrote:
> >
> > Fix get_efi_config_table using the wrong structs when booting a
> > 64 bit kernel on 32 bit firmware.
> >
> > Cc: Matthew Garrett <mj...@google.com>
> > Cc: Ard Biesheuvel <ard.biesheu...@linaro.org>
> > Cc: Jarkko Sakkinen <jarkko.sakki...@linux.intel.com>
> > Fixes: 82d736ac56d7 ("Abstract out support for locating an EFI config 
> > table")
> > Signed-off-by: Hans de Goede <hdego...@redhat.com>
>
> Acked-By: Matthew Garrett <mj...@google.com>
>

Thanks for fixing this, Hans.

Reviewed-by: Ard Biesheuvel <ard.biesheu...@linaro.org>

> Good catch. I think fixing this is preferable to reverting - the
> duplicate events are visible to userland, so there's a risk that apps
> will end up depending on them if there's a release that behaves that
> way.

Agreed, I will send this out as a fix.

> Presumably mixed mode isn't a thing on ARM?

Nope. I should have realised this when we made this routine generic,
but I failed to spot it. ARM is either strictly 32-bit or strictly
64-bit.

Reply via email to