[PATCH v8 1/4] kexec: clean up arch_kexec_kernel_verify_sig
Mimi Zohar
zohar at linux.ibm.com
Thu Jun 9 14:57:41 PDT 2022
On Thu, 2022-05-12 at 15:01 +0800, Coiby Xu wrote:
> kimage_validate_signature(struct kimage *image)
> {
> int ret;
>
> - ret = arch_kexec_kernel_verify_sig(image, image->kernel_buf,
> - image->kernel_buf_len);
> + ret = kexec_image_verify_sig(image, image->kernel_buf,
> + image->kernel_buf_len);
Please indent the above line to line up with the open parenthesis.
thanks,
Mimi
> if (ret) {
>
> if (IS_ENABLED(CONFIG_KEXEC_SIG_FORCE)) {
More information about the linux-arm-kernel
mailing list