Re: [PATCH 4.14 05/69] x86/power: Make restore_processor_context() sane

2019-04-16 Thread Sasha Levin
On Tue, Apr 16, 2019 at 01:56:44PM +0200, Pavel Machek wrote: On Mon 2019-04-15 13:18:56, Andy Lutomirski wrote: On Mon, Apr 15, 2019 at 1:04 PM Pavel Machek wrote: > > On Mon 2019-04-15 20:58:23, Greg Kroah-Hartman wrote: > > [ Upstream commit 7ee18d677989e99635027cee04c878950e0752b9 ] > > > >

Re: [PATCH 4.14 05/69] x86/power: Make restore_processor_context() sane

2019-04-16 Thread Pavel Machek
On Mon 2019-04-15 13:18:56, Andy Lutomirski wrote: > On Mon, Apr 15, 2019 at 1:04 PM Pavel Machek wrote: > > > > On Mon 2019-04-15 20:58:23, Greg Kroah-Hartman wrote: > > > [ Upstream commit 7ee18d677989e99635027cee04c878950e0752b9 ] > > > > > > My previous attempt to fix a couple of bugs in > >

Re: [PATCH 4.14 05/69] x86/power: Make restore_processor_context() sane

2019-04-15 Thread Andy Lutomirski
On Mon, Apr 15, 2019 at 1:04 PM Pavel Machek wrote: > > On Mon 2019-04-15 20:58:23, Greg Kroah-Hartman wrote: > > [ Upstream commit 7ee18d677989e99635027cee04c878950e0752b9 ] > > > > My previous attempt to fix a couple of bugs in > > __restore_processor_context(): > > > > 5b06bbcfc2c6 ("x86/pow

Re: [PATCH 4.14 05/69] x86/power: Make restore_processor_context() sane

2019-04-15 Thread Pavel Machek
On Mon 2019-04-15 20:58:23, Greg Kroah-Hartman wrote: > [ Upstream commit 7ee18d677989e99635027cee04c878950e0752b9 ] > > My previous attempt to fix a couple of bugs in __restore_processor_context(): > > 5b06bbcfc2c6 ("x86/power: Fix some ordering bugs in > __restore_processor_context()") > >

[PATCH 4.14 05/69] x86/power: Make restore_processor_context() sane

2019-04-15 Thread Greg Kroah-Hartman
[ Upstream commit 7ee18d677989e99635027cee04c878950e0752b9 ] My previous attempt to fix a couple of bugs in __restore_processor_context(): 5b06bbcfc2c6 ("x86/power: Fix some ordering bugs in __restore_processor_context()") ... introduced yet another bug, breaking suspend-resume. Rather than