On Tue, Apr 02, 2019 at 02:55:56PM -0700, Matthew Garrett wrote: > On EFI systems, __calc_tpm2_event_size() needs to be able to map tables > at early boot time in order to extract information from them. > Unfortunately this interacts badly with other architectures that don't > provide the early_memremap() interface but which may still have other > mechanisms for obtaining crypto-agile logs. Abstract this away so we > can avoid the need for two implementations while still avoiding breakage > on architectures that don't require remapping of the table. > > Signed-off-by: Matthew Garrett <mjg59@xxxxxxxxxx> Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx> /Jarkko