Re: [PATCH v11 0/8] powerpc: Implement kexec_file_load()

2016-11-30 Thread Mimi Zohar
On Wed, 2016-11-30 at 08:03 -0500, Mimi Zohar wrote: > On Wed, 2016-11-30 at 15:52 +1100, Michael Ellerman wrote: > Thaigo tested the patches yesterday. Everything seemed fine. After > cherry picking the kexec_file_load() patches and rebasing the > restore_kexec patches on top of it in my

Re: [PATCH v11 0/8] powerpc: Implement kexec_file_load()

2016-11-30 Thread Mimi Zohar
On Wed, 2016-11-30 at 15:52 +1100, Michael Ellerman wrote: > Andrew Morton writes: > > > On Tue, 29 Nov 2016 23:45:46 +1100 Michael Ellerman > > wrote: > > > >> This is v11 of the kexec_file_load() for powerpc series. > >> > >> I've stripped

Re: [PATCH v11 0/8] powerpc: Implement kexec_file_load()

2016-11-29 Thread Michael Ellerman
Andrew Morton writes: > On Tue, 29 Nov 2016 23:45:46 +1100 Michael Ellerman > wrote: > >> This is v11 of the kexec_file_load() for powerpc series. >> >> I've stripped this down to the minimum we need, so we can get this in for >> 4.10. >> Any

Re: [PATCH v11 0/8] powerpc: Implement kexec_file_load()

2016-11-29 Thread Thiago Jung Bauermann
Hello Andrew, Am Dienstag, 29. November 2016, 13:45:18 BRST schrieb Andrew Morton: > On Tue, 29 Nov 2016 23:45:46 +1100 Michael Ellerman wrote: > > This is v11 of the kexec_file_load() for powerpc series. > > > > I've stripped this down to the minimum we need, so we can

Re: [PATCH v11 0/8] powerpc: Implement kexec_file_load()

2016-11-29 Thread Andrew Morton
On Tue, 29 Nov 2016 23:45:46 +1100 Michael Ellerman wrote: > This is v11 of the kexec_file_load() for powerpc series. > > I've stripped this down to the minimum we need, so we can get this in for > 4.10. > Any additions can come later incrementally. This made a bit of a

[PATCH v11 0/8] powerpc: Implement kexec_file_load()

2016-11-29 Thread Michael Ellerman
This is v11 of the kexec_file_load() for powerpc series. I've stripped this down to the minimum we need, so we can get this in for 4.10. Any additions can come later incrementally. If no one objects I'll merge this via the powerpc tree. The three kexec patches have been acked by Dave Young