All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] add ima_arch support for ARM64
@ 2020-09-04  7:28 ` Chester Lin
  0 siblings, 0 replies; 24+ messages in thread
From: Chester Lin @ 2020-09-04  7:28 UTC (permalink / raw)
  To: ardb, catalin.marinas, will, zohar, dmitry.kasatkin, corbet,
	mark.rutland, vincenzo.frascino, samitolvanen, masahiroy, mingo
  Cc: linux-kernel, linux-efi, linux-arm-kernel, linux-integrity,
	linux-doc, jlee, clin

Add IMA arch dependent support for ARM64. Some IMA functions can check
arch-specific status before running. For example, the ima_load_data
function or the boot param "ima_appraise=" should not be executed when
UEFI secure boot is enabled. We want to fill the gap in order to complete
the IMA support on ARM64.

Chester Lin (6):
  efistub: pass uefi secureboot flag via fdt params
  efi/arm: a helper to parse secure boot param in fdt params
  efi: add secure boot flag
  efi/arm: check secure boot status in efi init
  arm64/ima: add ima arch support
  docs/arm: add the description of uefi-secure-boot param

 Documentation/arm/uefi.rst         |  2 ++
 arch/arm64/Kconfig                 |  1 +
 arch/arm64/kernel/Makefile         |  2 ++
 arch/arm64/kernel/ima_arch.c       | 37 ++++++++++++++++++++++++++++
 drivers/firmware/efi/arm-init.c    |  3 +++
 drivers/firmware/efi/fdtparams.c   | 23 ++++++++++++++++++
 drivers/firmware/efi/libstub/fdt.c | 39 +++++++++++++++++++++++++++++-
 include/linux/efi.h                |  2 ++
 8 files changed, 108 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/kernel/ima_arch.c

-- 
2.26.1


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

end of thread, other threads:[~2020-10-12  8:22 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-04  7:28 [PATCH 0/6] add ima_arch support for ARM64 Chester Lin
2020-09-04  7:28 ` Chester Lin
2020-09-04  7:29 ` [PATCH 1/6] efistub: pass uefi secureboot flag via fdt params Chester Lin
2020-09-04  7:29   ` Chester Lin
2020-09-11 15:01   ` Ard Biesheuvel
2020-09-11 15:01     ` Ard Biesheuvel
2020-09-14  8:05     ` Chester Lin
2020-09-14  8:05       ` Chester Lin
2020-10-05  2:20       ` Chester Lin
2020-10-05  2:20         ` Chester Lin
2020-10-12  8:20         ` Ard Biesheuvel
2020-10-12  8:20           ` Ard Biesheuvel
2020-09-04  7:29 ` [PATCH 2/6] efi/arm: a helper to parse secure boot param in " Chester Lin
2020-09-04  7:29   ` Chester Lin
2020-09-04  7:29 ` [PATCH 3/6] efi: add secure boot flag Chester Lin
2020-09-04  7:29   ` Chester Lin
2020-09-04  7:29 ` [PATCH 4/6] efi/arm: check secure boot status in efi init Chester Lin
2020-09-04  7:29   ` Chester Lin
2020-09-04  7:29 ` [PATCH 5/6] arm64/ima: add ima arch support Chester Lin
2020-09-04  7:29   ` Chester Lin
2020-09-04 11:47   ` Mimi Zohar
2020-09-04 11:47     ` Mimi Zohar
2020-09-04  7:29 ` [PATCH 6/6] docs/arm: add the description of uefi-secure-boot param Chester Lin
2020-09-04  7:29   ` Chester Lin

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.