The patch titled Subject: kernelh-split-out-panic-and-oops-helpers-fix has been removed from the -mm tree. Its filename was kernelh-split-out-panic-and-oops-helpers-fix.patch This patch was dropped because it was folded into kernelh-split-out-panic-and-oops-helpers.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kernelh-split-out-panic-and-oops-helpers-fix thread_info.h needs limits.h Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/thread_info.h | 1 + 1 file changed, 1 insertion(+) --- a/include/linux/thread_info.h~kernelh-split-out-panic-and-oops-helpers-fix +++ a/include/linux/thread_info.h @@ -9,6 +9,7 @@ #define _LINUX_THREAD_INFO_H #include <linux/types.h> +#include <linux/limits.h> #include <linux/bug.h> #include <linux/restart_block.h> #include <linux/errno.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are kernelh-split-out-panic-and-oops-helpers.patch lib-math-rational-add-kunit-test-cases-fix.patch lib-decompressors-remove-set-but-not-used-variabled-level-fix.patch ipc-utilc-use-binary-search-for-max_idx-fix.patch mm.patch lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix.patch linux-next-pre.patch linux-next-post.patch linux-next-rejects.patch kernel-cgroup-cgroupc-dont-export-cgroup_get_e_css-twice.patch mm-introduce-memfd_secret-system-call-to-create-secret-memory-areas-fix.patch module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix.patch module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch