The patch titled Subject: sparc-compat-provide-an-accurate-in_compat_syscall-implementation-fix-fix has been removed from the -mm tree. Its filename was sparc-compat-provide-an-accurate-in_compat_syscall-implementation-fix-fix.patch This patch was dropped because it was folded into sparc-compat-provide-an-accurate-in_compat_syscall-implementation.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: sparc-compat-provide-an-accurate-in_compat_syscall-implementation-fix-fix update comment, per Andy Cc: Andy Lutomirski <luto@xxxxxxxxxx> Cc: David S. Miller <davem@xxxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/sparc/include/asm/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/sparc/include/asm/compat.h~sparc-compat-provide-an-accurate-in_compat_syscall-implementation-fix-fix arch/sparc/include/asm/compat.h --- a/arch/sparc/include/asm/compat.h~sparc-compat-provide-an-accurate-in_compat_syscall-implementation-fix-fix +++ a/arch/sparc/include/asm/compat.h @@ -309,7 +309,7 @@ static inline int is_compat_task(void) static inline bool in_compat_syscall(void) { - /* Check if this is LINUX_32BIT_SYSCALL_TRAP */ + /* Vector 0x110 is LINUX_32BIT_SYSCALL_TRAP */ return pt_regs_trap_type(current_pt_regs()) == 0x110; } #define in_compat_syscall in_compat_syscall _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are sparc-compat-provide-an-accurate-in_compat_syscall-implementation.patch rapidio-add-mport-char-device-driver-fix.patch kernel-add-kcov-code-coverage-fix.patch kernel-add-kcov-code-coverage-fix-2.patch kernel-add-kcov-code-coverage-makefile-tweaks.patch dma-rename-dma__writecombine-to-dma__wc-checkpatch-fixes.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