Re: Linux 3.0.70

2013-03-20 Thread Greg KH
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:

Re: Linux 3.0.70

2013-03-20 Thread Shuah Khan
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:

Re: Linux 3.0.70

2013-03-20 Thread Andrew Collins
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]: ***

Re: Linux 3.0.70

2013-03-20 Thread Greg KH
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

Linux 3.0.70

2013-03-20 Thread Greg KH
): drm/i915: EBUSY status handling added to i915_gem_fault(). Eric Dumazet (1): tun: add a missing nf_reset() in tun_net_xmit() Eric Sandeen (1): btrfs: use rcu_barrier() to wait for bdev puts at unmount Greg Kroah-Hartman (2): Revert duplicated perf commit. Linux 3.0.70

Linux 3.0.70

2013-03-20 Thread Greg KH
): drm/i915: EBUSY status handling added to i915_gem_fault(). Eric Dumazet (1): tun: add a missing nf_reset() in tun_net_xmit() Eric Sandeen (1): btrfs: use rcu_barrier() to wait for bdev puts at unmount Greg Kroah-Hartman (2): Revert duplicated perf commit. Linux 3.0.70

Re: Linux 3.0.70

2013-03-20 Thread Greg KH
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

Re: Linux 3.0.70

2013-03-20 Thread Andrew Collins
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]: ***

Re: Linux 3.0.70

2013-03-20 Thread Shuah Khan
On Wed, Mar 20, 2013 at 4:04 PM, Andrew Collins bsderand...@gmail.com 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':

Re: Linux 3.0.70

2013-03-20 Thread Greg KH
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: error: