aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAKASHI Takahiro <[email protected]>2018-11-15 14:52:54 +0900
committerWill Deacon <[email protected]>2018-12-06 15:16:52 +0000
commit732b7b93d849f8a44886ead563dfb6adec7f4419 (patch)
tree29ec906b45eaec73cae4102a360dd7fea7f9198c /tools/perf/scripts/python
parent702ed5bb75306c030ab6598b24b56ba8d21a48dd (diff)
arm64: kexec_file: add kernel signature verification support
With this patch, kernel verification can be done without IMA security subsystem enabled. Turn on CONFIG_KEXEC_VERIFY_SIG instead. On x86, a signature is embedded into a PE file (Microsoft's format) header of binary. Since arm64's "Image" can also be seen as a PE file as far as CONFIG_EFI is enabled, we adopt this format for kernel signing. You can create a signed kernel image with: $ sbsign --key ${KEY} --cert ${CERT} Image Signed-off-by: AKASHI Takahiro <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Will Deacon <[email protected]> Reviewed-by: James Morse <[email protected]> [will: removed useless pr_debug()] Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions