[Fedora kexec-tools 0/7] Support kernel signature verification

Vivek Goyal vgoyal at redhat.com
Thu Sep 5 01:56:57 UTC 2013


This patch series modifies kexec-tools to support kernel signature verification
when running kernel has secureboot or secure modules enabled.

Thanks
Vivek

Vivek Goyal (7):
  kexec: x86: struct x86_linux_param_header should be packed
  kexec: Remount /proc and /sys in private mount namespace
  kexec: Verifiy kernel signature if secureboot/secure modules is
    enabled
  kexec: Provide a configure option --enable-static
  kexec: Provide option to enable signature checking logic
  kexec: Set secureboot info in bootparams
  kexec: Pass acpi_rsdp info in bootparams

 configure.ac                      |  18 +++
 include/x86/x86-linux.h           |   9 +-
 kexec/arch/i386/x86-linux-setup.c |  27 ++++
 kexec/integrity-digsig.h          |  26 ++++
 kexec/kexec.c                     | 305 ++++++++++++++++++++++++++++++++++++++
 kexec/kexec.h                     |   2 +
 6 files changed, 384 insertions(+), 3 deletions(-)
 create mode 100644 kexec/integrity-digsig.h

-- 
1.8.3.1



More information about the kernel mailing list