Re: [PATCH v5 1/3] kexec: clean up arch_kexec_kernel_verify_sig

2022-04-11 Thread Michal Suchánek
On Fri, Apr 01, 2022 at 09:31:16AM +0800, Coiby Xu wrote: > Currently there is no arch-specific implementation of > arch_kexec_kernel_verify_sig. Even if we want to add an implementation > for an architecture in the future, we can simply use "(struct > kexec_file_ops*)->verify_sig". So clean it up.

[PATCH v5 1/3] kexec: clean up arch_kexec_kernel_verify_sig

2022-03-31 Thread Coiby Xu
Currently there is no arch-specific implementation of arch_kexec_kernel_verify_sig. Even if we want to add an implementation for an architecture in the future, we can simply use "(struct kexec_file_ops*)->verify_sig". So clean it up. Suggested-by: Eric W. Biederman Signed-off-by: Coiby Xu --- i