All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] m32r-fix-pull-clearing-restore_sigmask-into-block_sigmask-fallout.patch removed from -mm tree
@ 2012-07-23 21:30 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2012-07-23 21:30 UTC (permalink / raw)
  To: geert, takata, viro, mm-commits


The patch titled
     Subject: m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() fallout
has been removed from the -mm tree.  Its filename was
     m32r-fix-pull-clearing-restore_sigmask-into-block_sigmask-fallout.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Geert Uytterhoeven <geert@linux-m68k.org>
Subject: m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() fallout

a610d6e672d ("pull clearing RESTORE_SIGMASK into block_sigmask()") caused:

arch/m32r/kernel/signal.c: In function 'handle_signal':
arch/m32r/kernel/signal.c:289:6: warning: 'return' with a value, in function returning void [enabled by default]

Remove the return value it forgot to remove.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/m32r/kernel/signal.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/m32r/kernel/signal.c~m32r-fix-pull-clearing-restore_sigmask-into-block_sigmask-fallout arch/m32r/kernel/signal.c
--- a/arch/m32r/kernel/signal.c~m32r-fix-pull-clearing-restore_sigmask-into-block_sigmask-fallout
+++ a/arch/m32r/kernel/signal.c
@@ -286,7 +286,7 @@ handle_signal(unsigned long sig, struct 
 			case -ERESTARTNOINTR:
 				regs->r0 = regs->orig_r0;
 				if (prev_insn(regs) < 0)
-					return -EFAULT;
+					return;
 		}
 	}
 
_

Patches currently in -mm which might be from geert@linux-m68k.org are

linux-next.patch
mn10300-only-add-mmem-funcs-to-kbuild_cflags-if-gcc-supports-it.patch
frv-kill-used-but-uninitialized-variable.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-23 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-23 21:30 [merged] m32r-fix-pull-clearing-restore_sigmask-into-block_sigmask-fallout.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.