Re: [ 06/37] x86-32: Fix invalid stack address while in softirq

2012-12-06 Thread Greg Kroah-Hartman
On Tue, Dec 04, 2012 at 11:42:58AM -0200, Herton Ronaldo Krzesinski wrote: > On Fri, Nov 30, 2012 at 10:45:53AM -0800, Greg Kroah-Hartman wrote: > > 3.0-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Robert Richter > > > > commit

Re: [ 06/37] x86-32: Fix invalid stack address while in softirq

2012-12-04 Thread Robert Richter
On 04.12.12 11:42:58, Herton Ronaldo Krzesinski wrote: > Hi, this makes build fail with oprofile on i386 on 3.0.54: > ERROR: "kernel_stack_pointer" [arch/x86/oprofile/oprofile.ko] undefined! > > The following commit should address this failure: > > commit cb57a2b4cff7edf2a4e32c0163200e9434807e0a

Re: [ 06/37] x86-32: Fix invalid stack address while in softirq

2012-12-04 Thread Herton Ronaldo Krzesinski
On Fri, Nov 30, 2012 at 10:45:53AM -0800, Greg Kroah-Hartman wrote: > 3.0-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Robert Richter > > commit 1022623842cb72ee4d0dbf02f6937f38c92c3f41 upstream. > > In 32 bit the stack address provid

[ 06/37] x86-32: Fix invalid stack address while in softirq

2012-11-30 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Robert Richter commit 1022623842cb72ee4d0dbf02f6937f38c92c3f41 upstream. In 32 bit the stack address provided by kernel_stack_pointer() may point to an invalid range causing NULL pointer access