On Wed, Mar 20, 2013 at 04:04:19PM -0600, Andrew Collins wrote:
> Kees Cook (1):
> signal: always clear sa_restorer on execve
>
> This commit seems to cause the following build breakage on MIPS in 3.0.70:
>
> kernel/signal.c: In function 'flush_signal_handlers':
> kernel/signal.c:441:9: err
On Wed, Mar 20, 2013 at 4:04 PM, Andrew Collins wrote:
> Kees Cook (1):
> signal: always clear sa_restorer on execve
>
> This commit seems to cause the following build breakage on MIPS in 3.0.70:
>
> kernel/signal.c: In function 'flush_signal_handlers':
> kernel/signal.c:441:9: error: 'struc
Kees Cook (1):
signal: always clear sa_restorer on execve
This commit seems to cause the following build breakage on MIPS in 3.0.70:
kernel/signal.c: In function 'flush_signal_handlers':
kernel/signal.c:441:9: error: 'struct sigaction' has no member named
'sa_restorer'
make[3]: *** [kernel/
diff --git a/Makefile b/Makefile
index 534f7de..6754172 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION = 3
PATCHLEVEL = 0
-SUBLEVEL = 69
+SUBLEVEL = 70
EXTRAVERSION =
NAME = Sneaky Weasel
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 9fb9332
4 matches
Mail list logo