All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] use more system keyrings to verify arm64 kdump kernel image signature
@ 2021-10-09  9:54 ` Coiby Xu
  0 siblings, 0 replies; 14+ messages in thread
From: Coiby Xu @ 2021-10-09  9:54 UTC (permalink / raw)
  To: kexec; +Cc: linux-arm-kernel, Dave Young, Will Deacon

This patch set allows arm64 to use more system keyrings to verify kdump 
kernel image signature by making the existing code in x64 public.

v2:
 - only x86_64 and arm64 need to enable PE file signature check [Dave]

Coiby Xu (2):
  kexec, KEYS: make the code in bzImage64_verify_sig public
  arm64: kexec_file: use more system keyrings to verify kernel image
    signature

 arch/arm64/kernel/kexec_image.c   |  4 +---
 arch/x86/kernel/kexec-bzimage64.c | 13 +------------
 include/linux/kexec.h             |  3 +++
 kernel/kexec_file.c               | 17 +++++++++++++++++
 4 files changed, 22 insertions(+), 15 deletions(-)

-- 
2.31.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-10-12  3:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-09  9:54 [PATCH v2 0/2] use more system keyrings to verify arm64 kdump kernel image signature Coiby Xu
2021-10-09  9:54 ` Coiby Xu
2021-10-09  9:54 ` [PATCH v2 1/2] kexec, KEYS: make the code in bzImage64_verify_sig generic Coiby Xu
2021-10-09  9:54   ` Coiby Xu
2021-10-09  9:54   ` Coiby Xu
2021-10-11 13:58   ` Eric W. Biederman
2021-10-11 13:58     ` Eric W. Biederman
2021-10-11 13:58     ` Eric W. Biederman
2021-10-12  3:53     ` Coiby Xu
2021-10-12  3:53       ` Coiby Xu
2021-10-12  3:53       ` Coiby Xu
2021-10-09  9:54 ` [PATCH v2 2/2] arm64: kexec_file: use more system keyrings to verify kernel image signature Coiby Xu
2021-10-09  9:54   ` Coiby Xu
2021-10-09  9:54   ` Coiby Xu

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.