]> git.karo-electronics.de Git - mv-sheeva.git/commit
m68knommu: Handle multiple pending signals
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 12 Oct 2010 03:29:28 +0000 (23:29 -0400)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 7 Jan 2011 13:06:59 +0000 (14:06 +0100)
commitd1574df7e01d427c2ed80ada11433a72907ca472
treea2009894be6fc3c429fbec70e15cf1e0d4485a5e
parent710e91e455caf5cfec02892d667b41f312ec166c
m68knommu: Handle multiple pending signals

we shouldn't bugger off to userland when there still are
pending signals; among other things it makes e.g. SIGSEGV
triggered by failure to build a sigframe to be delivered
_now_ and not when we hit the next syscall or interrupt.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68knommu/kernel/signal.c
arch/m68knommu/platform/68328/entry.S
arch/m68knommu/platform/68360/entry.S
arch/m68knommu/platform/coldfire/entry.S