Re: [PATCH 4.4 05/53] x86/asm: Use register variable to get stack pointer value

2018-02-06 Thread Greg Kroah-Hartman
On Tue, Feb 06, 2018 at 02:48:45PM -0800, Matthias Kaehlcke wrote: > El Tue, Feb 06, 2018 at 02:37:06PM -0800 Greg Kroah-Hartman ha dit: > > > On Tue, Feb 06, 2018 at 01:59:41PM -0800, Matthias Kaehlcke wrote: > > > Hi Greg, > > > > > > El Mon, Jan 22, 2018 at 09:39:57AM +0100 Greg Kroah-Hartman

Re: [PATCH 4.4 05/53] x86/asm: Use register variable to get stack pointer value

2018-02-06 Thread Greg Kroah-Hartman
On Tue, Feb 06, 2018 at 02:48:45PM -0800, Matthias Kaehlcke wrote: > El Tue, Feb 06, 2018 at 02:37:06PM -0800 Greg Kroah-Hartman ha dit: > > > On Tue, Feb 06, 2018 at 01:59:41PM -0800, Matthias Kaehlcke wrote: > > > Hi Greg, > > > > > > El Mon, Jan 22, 2018 at 09:39:57AM +0100 Greg Kroah-Hartman

Re: [PATCH 4.4 05/53] x86/asm: Use register variable to get stack pointer value

2018-02-06 Thread Matthias Kaehlcke
El Tue, Feb 06, 2018 at 02:37:06PM -0800 Greg Kroah-Hartman ha dit: > On Tue, Feb 06, 2018 at 01:59:41PM -0800, Matthias Kaehlcke wrote: > > Hi Greg, > > > > El Mon, Jan 22, 2018 at 09:39:57AM +0100 Greg Kroah-Hartman ha dit: > > > > > 4.4-stable review patch. If anyone has any objections,

Re: [PATCH 4.4 05/53] x86/asm: Use register variable to get stack pointer value

2018-02-06 Thread Matthias Kaehlcke
El Tue, Feb 06, 2018 at 02:37:06PM -0800 Greg Kroah-Hartman ha dit: > On Tue, Feb 06, 2018 at 01:59:41PM -0800, Matthias Kaehlcke wrote: > > Hi Greg, > > > > El Mon, Jan 22, 2018 at 09:39:57AM +0100 Greg Kroah-Hartman ha dit: > > > > > 4.4-stable review patch. If anyone has any objections,

Re: [PATCH 4.4 05/53] x86/asm: Use register variable to get stack pointer value

2018-02-06 Thread Greg Kroah-Hartman
On Tue, Feb 06, 2018 at 01:59:41PM -0800, Matthias Kaehlcke wrote: > Hi Greg, > > El Mon, Jan 22, 2018 at 09:39:57AM +0100 Greg Kroah-Hartman ha dit: > > > 4.4-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Andrey Ryabinin

Re: [PATCH 4.4 05/53] x86/asm: Use register variable to get stack pointer value

2018-02-06 Thread Greg Kroah-Hartman
On Tue, Feb 06, 2018 at 01:59:41PM -0800, Matthias Kaehlcke wrote: > Hi Greg, > > El Mon, Jan 22, 2018 at 09:39:57AM +0100 Greg Kroah-Hartman ha dit: > > > 4.4-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Andrey Ryabinin > >

Re: [PATCH 4.4 05/53] x86/asm: Use register variable to get stack pointer value

2018-02-06 Thread Matthias Kaehlcke
Hi Greg, El Mon, Jan 22, 2018 at 09:39:57AM +0100 Greg Kroah-Hartman ha dit: > 4.4-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Andrey Ryabinin > > commit 196bd485ee4f03ce4c690bfcf38138abfcd0a4bc upstream. >

Re: [PATCH 4.4 05/53] x86/asm: Use register variable to get stack pointer value

2018-02-06 Thread Matthias Kaehlcke
Hi Greg, El Mon, Jan 22, 2018 at 09:39:57AM +0100 Greg Kroah-Hartman ha dit: > 4.4-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Andrey Ryabinin > > commit 196bd485ee4f03ce4c690bfcf38138abfcd0a4bc upstream. > > Currently we use

[PATCH 4.4 05/53] x86/asm: Use register variable to get stack pointer value

2018-01-22 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Andrey Ryabinin commit 196bd485ee4f03ce4c690bfcf38138abfcd0a4bc upstream. Currently we use current_stack_pointer() function to get the value of the stack pointer

[PATCH 4.4 05/53] x86/asm: Use register variable to get stack pointer value

2018-01-22 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Andrey Ryabinin commit 196bd485ee4f03ce4c690bfcf38138abfcd0a4bc upstream. Currently we use current_stack_pointer() function to get the value of the stack pointer register. Since commit: