The patch titled Subject: lib-ubsanc-mark-type_check_kinds-with-static-keyword-fix has been removed from the -mm tree. Its filename was lib-ubsanc-mark-type_check_kinds-with-static-keyword-fix.patch This patch was dropped because it was folded into lib-ubsanc-mark-type_check_kinds-with-static-keyword.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: lib-ubsanc-mark-type_check_kinds-with-static-keyword-fix make it `staitc const char * const' while we're in there Cc: Zou Wei <zou_wei@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/ubsan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/ubsan.c~lib-ubsanc-mark-type_check_kinds-with-static-keyword-fix +++ a/lib/ubsan.c @@ -17,7 +17,7 @@ #include "ubsan.h" -static const char *type_check_kinds[] = { +static const char * const type_check_kinds[] = { "load of", "store to", "reference binding to", _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are lib-ubsanc-mark-type_check_kinds-with-static-keyword.patch mm.patch mm-fix-initialization-of-struct-page-for-holes-in-memory-layout-checkpatch-fixes.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch linux-next-rejects.patch kmap-stupid-hacks-to-make-it-compile.patch epoll-wire-up-syscall-epoll_pwait2-fix.patch set_memory-allow-set_direct_map__noflush-for-multiple-pages-fix.patch arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch