The patch titled Subject: kexec-introduce-a-protection-mechanism-for-the-crashkernel-reserved-memory-v4 has been removed from the -mm tree. Its filename was kexec-introduce-a-protection-mechanism-for-the-crashkernel-reserved-memory-v4.patch This patch was dropped because it was folded into kexec-introduce-a-protection-mechanism-for-the-crashkernel-reserved-memory.patch ------------------------------------------------------ From: Xunlei Pang <xlpang@xxxxxxxxxx> Subject: kexec-introduce-a-protection-mechanism-for-the-crashkernel-reserved-memory-v4 Signed-off-by: Xunlei Pang <xlpang@xxxxxxxxxx> Cc: Eric Biederman <ebiederm@xxxxxxxxxxxx> Cc: Dave Young <dyoung@xxxxxxxxxx> Cc: Minfei Huang <mhuang@xxxxxxxxxx> Cc: Vivek Goyal <vgoyal@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kexec_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/kexec_file.c~kexec-introduce-a-protection-mechanism-for-the-crashkernel-reserved-memory-v4 kernel/kexec_file.c --- a/kernel/kexec_file.c~kexec-introduce-a-protection-mechanism-for-the-crashkernel-reserved-memory-v4 +++ a/kernel/kexec_file.c @@ -327,7 +327,7 @@ SYSCALL_DEFINE5(kexec_file_load, int, ke exchange: image = xchg(dest_image, image); out: - if ((flags & KEXEC_ON_CRASH) && kexec_crash_image) + if ((flags & KEXEC_FILE_ON_CRASH) && kexec_crash_image) arch_kexec_protect_crashkres(); mutex_unlock(&kexec_mutex); _ Patches currently in -mm which might be from xlpang@xxxxxxxxxx are kexec-introduce-a-protection-mechanism-for-the-crashkernel-reserved-memory.patch kexec-provide-arch_kexec_protectunprotect_crashkres.patch kexec-provide-arch_kexec_protectunprotect_crashkres-v4.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