The patch titled Subject: kexec-split-kexec_file-syscall-code-to-kexec_filec-fix-2-fix-fix has been removed from the -mm tree. Its filename was kexec-split-kexec_file-syscall-code-to-kexec_filec-fix-2-fix-fix.patch This patch was dropped because it was folded into kexec-split-kexec_file-syscall-code-to-kexec_filec.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kexec-split-kexec_file-syscall-code-to-kexec_filec-fix-2-fix-fix Cc: Dave Young <dyoung@xxxxxxxxxx> Cc: Josh Boyer <jwboyer@xxxxxxxxxxxxxxxxx> Cc: Vivek Goyal <vgoyal@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kexec_file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN kernel/kexec_file.c~kexec-split-kexec_file-syscall-code-to-kexec_filec-fix-2-fix-fix kernel/kexec_file.c --- a/kernel/kexec_file.c~kexec-split-kexec_file-syscall-code-to-kexec_filec-fix-2-fix-fix +++ a/kernel/kexec_file.c @@ -102,8 +102,9 @@ void * __weak arch_kexec_kernel_image_lo return ERR_PTR(-ENOEXEC); } -void __weak arch_kimage_file_post_load_cleanup(struct kimage *image) +int __weak arch_kimage_file_post_load_cleanup(struct kimage *image) { + return -EINVAL; } int __weak arch_kexec_kernel_verify_sig(struct kimage *image, void *buf, _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are procfs-always-expose-proc-pid-map_files-and-make-it-readable-fix-fix.patch kexec-split-kexec_file-syscall-code-to-kexec_filec.patch kexec-split-kexec_load-syscall-from-kexec-core-code-checkpatch-fixes.patch align-crash_notes-allocation-to-make-it-be-inside-one-physical-page-fix.patch mm-mpx-add-vm_flags_t-vm_flags-arg-to-do_mmap_pgoff-fix-checkpatch-fixes.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html