On Wed, Aug 7, 2019 at 2:59 PM Hans de Goede <[email protected]> wrote: > > Fix get_efi_config_table using the wrong structs when booting a > 64 bit kernel on 32 bit firmware. > > Cc: Matthew Garrett <[email protected]> > Cc: Ard Biesheuvel <[email protected]> > Cc: Jarkko Sakkinen <[email protected]> > Fixes: 82d736ac56d7 ("Abstract out support for locating an EFI config table") > Signed-off-by: Hans de Goede <[email protected]>
Acked-By: Matthew Garrett <[email protected]> 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. Presumably mixed mode isn't a thing on ARM?
