The patch titled Subject: vmcore-add-a-kernel-parameter-novmcoredd-fix-fix has been removed from the -mm tree. Its filename was vmcore-add-a-kernel-parameter-novmcoredd-fix-fix.patch This patch was dropped because it was folded into vmcore-add-a-kernel-parameter-novmcoredd.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: vmcore-add-a-kernel-parameter-novmcoredd-fix-fix vmcore.c needs moduleparam.h Reported-by: kbuild test robot <lkp@xxxxxxxxx> Cc: Kairui Song <kasong@xxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/vmcore.c | 1 + 1 file changed, 1 insertion(+) --- a/fs/proc/vmcore.c~vmcore-add-a-kernel-parameter-novmcoredd-fix-fix +++ a/fs/proc/vmcore.c @@ -21,6 +21,7 @@ #include <linux/init.h> #include <linux/crash_dump.h> #include <linux/list.h> +#include <linux/moduleparam.h> #include <linux/mutex.h> #include <linux/vmalloc.h> #include <linux/pagemap.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-vmscanc-add-checks-for-incorrect-handling-of-current-reclaim_state.patch vmcore-add-a-kernel-parameter-novmcoredd.patch rbtree-avoid-generating-code-twice-for-the-cached-versions-checkpatch-fixes.patch coda-add-hinting-support-for-partial-file-caching-fix.patch selftests-ptrace-add-a-test-case-for-ptrace_get_syscall_info-checkpatch-fixes.patch