A couple of fixes for the EFI capsule loader. Patch #1 switches from kmap() to kmap_atomic(). Patch #2 adds cache maintenance of the scatter gather list entries passed to UpdateCapsule. Cc: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@xxxxxxx> Ard Biesheuvel (2): efi: capsule: use atomic kmap for transient sglist mappings efi: capsule: clean scatter-gather entries from the D-cache arch/arm/include/asm/efi.h | 5 +++++ arch/arm64/include/asm/efi.h | 5 +++++ drivers/firmware/efi/capsule.c | 16 ++++++++++++++-- 3 files changed, 24 insertions(+), 2 deletions(-) -- 2.17.1