The patch titled Subject: m32r: remove duplicate definition of PTRACE_O_TRACESYSGOOD has been removed from the -mm tree. Its filename was m32r-remove-duplicate-definition-of-ptrace_o_tracesysgood.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Subject: m32r: remove duplicate definition of PTRACE_O_TRACESYSGOOD include/linux/ptrace.h:66:0: warning: "PTRACE_O_TRACESYSGOOD" redefined [enabled by default] arch/m32r/include/asm/ptrace.h:117:0: note: this is the location of the previous definition We already have it in <linux/ptrace.h>, so remove it from <asm/ptrace.h> Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Hirokazu Takata <takata@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/m32r/include/asm/ptrace.h | 3 --- 1 file changed, 3 deletions(-) diff -puN arch/m32r/include/asm/ptrace.h~m32r-remove-duplicate-definition-of-ptrace_o_tracesysgood arch/m32r/include/asm/ptrace.h --- a/arch/m32r/include/asm/ptrace.h~m32r-remove-duplicate-definition-of-ptrace_o_tracesysgood +++ a/arch/m32r/include/asm/ptrace.h @@ -113,9 +113,6 @@ struct pt_regs { #define PTRACE_OLDSETOPTIONS 21 -/* options set using PTRACE_SETOPTIONS */ -#define PTRACE_O_TRACESYSGOOD 0x00000001 - #ifdef __KERNEL__ #include <asm/m32r.h> /* M32R_PSW_BSM, M32R_PSW_BPM */ _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are linux-next.patch mn10300-only-add-mmem-funcs-to-kbuild_cflags-if-gcc-supports-it.patch frv-kill-used-but-uninitialized-variable.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