The patch titled Subject: linux-next-git-rejects has been removed from the -mm tree. Its filename was linux-next-git-rejects.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: linux-next-git-rejects Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Makefile | 3 --- include/linux/compiler-gcc.h | 5 ----- include/linux/compiler_attributes.h | 3 --- include/linux/compiler_types.h | 8 -------- 4 files changed, 19 deletions(-) --- a/include/linux/compiler_attributes.h~linux-next-git-rejects +++ a/include/linux/compiler_attributes.h @@ -21,8 +21,6 @@ */ /* -<<<<<<< HEAD -======= * __has_attribute is supported on gcc >= 5, clang >= 2.9 and icc >= 17. * In the meantime, to support gcc < 5, we implement __has_attribute * by hand. @@ -46,7 +44,6 @@ #endif /* ->>>>>>> linux-next/akpm-base * gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alias-function-attribute */ #define __alias(symbol) __attribute__((__alias__(#symbol))) --- a/include/linux/compiler-gcc.h~linux-next-git-rejects +++ a/include/linux/compiler-gcc.h @@ -41,11 +41,6 @@ #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) -<<<<<<< HEAD -#define __compiletime_object_size(obj) __builtin_object_size(obj, 0) - -======= ->>>>>>> linux-next/akpm-base #if defined(LATENT_ENTROPY_PLUGIN) && !defined(__CHECKER__) #define __latent_entropy __attribute__((latent_entropy)) #endif --- a/include/linux/compiler_types.h~linux-next-git-rejects +++ a/include/linux/compiler_types.h @@ -295,14 +295,6 @@ struct ftrace_likely_data { (sizeof(t) == sizeof(char) || sizeof(t) == sizeof(short) || \ sizeof(t) == sizeof(int) || sizeof(t) == sizeof(long)) -<<<<<<< HEAD -/* Compile time object size, -1 for unknown */ -#ifndef __compiletime_object_size -# define __compiletime_object_size(obj) -1 -#endif - -======= ->>>>>>> linux-next/akpm-base #ifdef __OPTIMIZE__ # define __compiletime_assert(condition, msg, prefix, suffix) \ do { \ --- a/Makefile~linux-next-git-rejects +++ a/Makefile @@ -929,8 +929,6 @@ endif DEBUG_CFLAGS := -<<<<<<< HEAD -======= # Workaround for GCC versions < 5.0 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61801 ifdef CONFIG_CC_IS_GCC @@ -939,7 +937,6 @@ endif DEBUG_RUSTFLAGS := ->>>>>>> linux-next/akpm-base ifdef CONFIG_DEBUG_INFO ifdef CONFIG_DEBUG_INFO_SPLIT _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm.patch mm-mempolicy-convert-from-atomic_t-to-refcount_t-on-mempolicy-refcnt-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch