Re: [PATCH v5 0/3] arm64: hibernate: Resume when hibernate image created on non-boot CPU

2016-09-14 Thread Rafael J. Wysocki
On Wednesday, September 14, 2016 09:09:26 AM James Morse wrote: > Hi Rafael, > > On 14/09/16 02:07, Rafael J. Wysocki wrote: > > What's the status of this? > > Will has queued it in his for-next/core branch. OK, thanks!

Re: [PATCH v5 0/3] arm64: hibernate: Resume when hibernate image created on non-boot CPU

2016-09-14 Thread Rafael J. Wysocki
On Wednesday, September 14, 2016 09:09:26 AM James Morse wrote: > Hi Rafael, > > On 14/09/16 02:07, Rafael J. Wysocki wrote: > > What's the status of this? > > Will has queued it in his for-next/core branch. OK, thanks!

Re: [PATCH v5 0/3] arm64: hibernate: Resume when hibernate image created on non-boot CPU

2016-09-14 Thread James Morse
Hi Rafael, On 14/09/16 02:07, Rafael J. Wysocki wrote: > What's the status of this? Will has queued it in his for-next/core branch. Thanks, James

Re: [PATCH v5 0/3] arm64: hibernate: Resume when hibernate image created on non-boot CPU

2016-09-14 Thread James Morse
Hi Rafael, On 14/09/16 02:07, Rafael J. Wysocki wrote: > What's the status of this? Will has queued it in his for-next/core branch. Thanks, James

Re: [PATCH v5 0/3] arm64: hibernate: Resume when hibernate image created on non-boot CPU

2016-09-13 Thread Rafael J. Wysocki
On Wednesday, August 17, 2016 01:50:24 PM James Morse wrote: > Hi all, > > These patches allow arm64 to hibernate on any CPU saving the cpu-id in the > arch header, then switch to it during resume using > hibernate_resume_nonboot_cpu_disable(). > > I hoped to avoid patch 1 by duplicating the

Re: [PATCH v5 0/3] arm64: hibernate: Resume when hibernate image created on non-boot CPU

2016-09-13 Thread Rafael J. Wysocki
On Wednesday, August 17, 2016 01:50:24 PM James Morse wrote: > Hi all, > > These patches allow arm64 to hibernate on any CPU saving the cpu-id in the > arch header, then switch to it during resume using > hibernate_resume_nonboot_cpu_disable(). > > I hoped to avoid patch 1 by duplicating the

[PATCH v5 0/3] arm64: hibernate: Resume when hibernate image created on non-boot CPU

2016-08-17 Thread James Morse
Hi all, These patches allow arm64 to hibernate on any CPU saving the cpu-id in the arch header, then switch to it during resume using hibernate_resume_nonboot_cpu_disable(). I hoped to avoid patch 1 by duplicating the logic in the arch code, but Lorenzo pointed out using cpu_down() indicates

[PATCH v5 0/3] arm64: hibernate: Resume when hibernate image created on non-boot CPU

2016-08-17 Thread James Morse
Hi all, These patches allow arm64 to hibernate on any CPU saving the cpu-id in the arch header, then switch to it during resume using hibernate_resume_nonboot_cpu_disable(). I hoped to avoid patch 1 by duplicating the logic in the arch code, but Lorenzo pointed out using cpu_down() indicates