Re: [PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()

2018-11-03 Thread Sasha Levin
On Sat, Nov 03, 2018 at 09:41:51AM +0100, Greg Kroah-Hartman wrote: On Sat, Nov 03, 2018 at 09:40:16AM +0100, Greg Kroah-Hartman wrote: On Fri, Nov 02, 2018 at 07:17:34PM -0400, Sasha Levin wrote: > On Fri, Nov 02, 2018 at 08:19:36PM +, Sudip Mukherjee wrote: > > Hi Greg, > > > > On Fri,

Re: [PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()

2018-11-03 Thread Sasha Levin
On Sat, Nov 03, 2018 at 09:41:51AM +0100, Greg Kroah-Hartman wrote: On Sat, Nov 03, 2018 at 09:40:16AM +0100, Greg Kroah-Hartman wrote: On Fri, Nov 02, 2018 at 07:17:34PM -0400, Sasha Levin wrote: > On Fri, Nov 02, 2018 at 08:19:36PM +, Sudip Mukherjee wrote: > > Hi Greg, > > > > On Fri,

Re: [PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()

2018-11-03 Thread Greg Kroah-Hartman
On Sat, Nov 03, 2018 at 09:40:16AM +0100, Greg Kroah-Hartman wrote: > On Fri, Nov 02, 2018 at 07:17:34PM -0400, Sasha Levin wrote: > > On Fri, Nov 02, 2018 at 08:19:36PM +, Sudip Mukherjee wrote: > > > Hi Greg, > > > > > > On Fri, Nov 2, 2018 at 6:51 PM Greg Kroah-Hartman > > > wrote: > > >

Re: [PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()

2018-11-03 Thread Greg Kroah-Hartman
On Sat, Nov 03, 2018 at 09:40:16AM +0100, Greg Kroah-Hartman wrote: > On Fri, Nov 02, 2018 at 07:17:34PM -0400, Sasha Levin wrote: > > On Fri, Nov 02, 2018 at 08:19:36PM +, Sudip Mukherjee wrote: > > > Hi Greg, > > > > > > On Fri, Nov 2, 2018 at 6:51 PM Greg Kroah-Hartman > > > wrote: > > >

Re: [PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()

2018-11-03 Thread Greg Kroah-Hartman
On Fri, Nov 02, 2018 at 07:17:34PM -0400, Sasha Levin wrote: > On Fri, Nov 02, 2018 at 08:19:36PM +, Sudip Mukherjee wrote: > > Hi Greg, > > > > On Fri, Nov 2, 2018 at 6:51 PM Greg Kroah-Hartman > > wrote: > > > > > > 4.14-stable review patch. If anyone has any objections, please let me >

Re: [PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()

2018-11-03 Thread Greg Kroah-Hartman
On Fri, Nov 02, 2018 at 07:17:34PM -0400, Sasha Levin wrote: > On Fri, Nov 02, 2018 at 08:19:36PM +, Sudip Mukherjee wrote: > > Hi Greg, > > > > On Fri, Nov 2, 2018 at 6:51 PM Greg Kroah-Hartman > > wrote: > > > > > > 4.14-stable review patch. If anyone has any objections, please let me >

Re: [PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()

2018-11-02 Thread Sasha Levin
On Fri, Nov 02, 2018 at 08:19:36PM +, Sudip Mukherjee wrote: Hi Greg, On Fri, Nov 2, 2018 at 6:51 PM Greg Kroah-Hartman wrote: 4.14-stable review patch. If anyone has any objections, please let me know. This has been fixed by another upstream commit: 7ee18d677989 ("x86/power: Make

Re: [PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()

2018-11-02 Thread Sasha Levin
On Fri, Nov 02, 2018 at 08:19:36PM +, Sudip Mukherjee wrote: Hi Greg, On Fri, Nov 2, 2018 at 6:51 PM Greg Kroah-Hartman wrote: 4.14-stable review patch. If anyone has any objections, please let me know. This has been fixed by another upstream commit: 7ee18d677989 ("x86/power: Make

Re: [PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()

2018-11-02 Thread Sudip Mukherjee
Hi Greg, On Fri, Nov 2, 2018 at 6:51 PM Greg Kroah-Hartman wrote: > > 4.14-stable review patch. If anyone has any objections, please let me know. This has been fixed by another upstream commit: 7ee18d677989 ("x86/power: Make restore_processor_context() sane") You can not directly apply it,

Re: [PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()

2018-11-02 Thread Sudip Mukherjee
Hi Greg, On Fri, Nov 2, 2018 at 6:51 PM Greg Kroah-Hartman wrote: > > 4.14-stable review patch. If anyone has any objections, please let me know. This has been fixed by another upstream commit: 7ee18d677989 ("x86/power: Make restore_processor_context() sane") You can not directly apply it,

[PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()

2018-11-02 Thread Greg Kroah-Hartman
4.14-stable review patch. If anyone has any objections, please let me know. -- [ Upstream commit 5b06bbcfc2c621da3009da8decb7511500c293ed ] __restore_processor_context() had a couple of ordering bugs. It restored GSBASE after calling load_gs_index(), and the latter can call

[PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()

2018-11-02 Thread Greg Kroah-Hartman
4.14-stable review patch. If anyone has any objections, please let me know. -- [ Upstream commit 5b06bbcfc2c621da3009da8decb7511500c293ed ] __restore_processor_context() had a couple of ordering bugs. It restored GSBASE after calling load_gs_index(), and the latter can call