All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] efi capsule loader fixes
@ 2020-12-07 18:02 ` Ard Biesheuvel
  0 siblings, 0 replies; 6+ messages in thread
From: Ard Biesheuvel @ 2020-12-07 18:02 UTC (permalink / raw)
  To: linux-efi; +Cc: linux-arm-kernel, Ard Biesheuvel, Samer El-Haj-Mahmoud

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@arm.com>

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-07 18:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-07 18:02 [PATCH 0/2] efi capsule loader fixes Ard Biesheuvel
2020-12-07 18:02 ` Ard Biesheuvel
2020-12-07 18:02 ` [PATCH 2/2] efi: capsule: clean scatter-gather entries from the D-cache Ard Biesheuvel
2020-12-07 18:02   ` Ard Biesheuvel
2020-12-07 18:02 ` [PATCH 1/2] efi: capsule: use atomic kmap for transient sglist mappings Ard Biesheuvel
2020-12-07 18:02   ` Ard Biesheuvel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.