]> git.baikalelectronics.ru Git - kernel.git/commit
s390/kexec_file: Signature verification prototype
authorPhilipp Rudo <prudo@linux.ibm.com>
Tue, 26 Feb 2019 09:50:39 +0000 (10:50 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 29 Apr 2019 08:44:01 +0000 (10:44 +0200)
commit2eafec7364f3965f7417d5d222c745ddfdaededb
treeaa5253ea9daa7ccacaa018e72161e773ee4a2ac5
parentf996068f9c42aa7320534aada65c2449b3671847
s390/kexec_file: Signature verification prototype

Add kernel signature verification to kexec_file. The verification is based
on module signature verification and works with kernel images signed via
scripts/sign-file.

Signed-off-by: Philipp Rudo <prudo@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig
arch/s390/configs/debug_defconfig
arch/s390/configs/performance_defconfig
arch/s390/defconfig
arch/s390/include/asm/kexec.h
arch/s390/kernel/kexec_elf.c
arch/s390/kernel/kexec_image.c
arch/s390/kernel/machine_kexec_file.c