Re: [PATCH 00/17] Add kexec_file_load support to s390

2018-02-14 Thread AKASHI Takahiro
Hi, On Wed, Feb 14, 2018 at 10:54:49AM +0100, Philipp Rudo wrote: > Hi Dave, > > I just browsed AKASHI's patches (v7). The way I see it the common code changes > are on different areas of kexec_file and shouldn't get in conflict. Only in > the > arch code (s390 and arm64) some function calls

Re: [PATCH 00/17] Add kexec_file_load support to s390

2018-02-14 Thread Philipp Rudo
Hi Dave, I just browsed AKASHI's patches (v7). The way I see it the common code changes are on different areas of kexec_file and shouldn't get in conflict. Only in the arch code (s390 and arm64) some function calls might need an update. But I have to take a closer look on the patches first.

Re: [PATCH] Documentation: kdump: describe jumping to dump-capture kernel

2018-02-14 Thread Gi-Oh Kim
On Wed, Feb 14, 2018 at 10:17 AM, Bhupesh SHARMA wrote: > On Wed, Feb 14, 2018 at 2:32 PM, Gi-Oh Kim wrote: >> On Wed, Feb 14, 2018 at 2:43 AM, Dave Young wrote: >>> Hi, >>> On 02/13/18 at 04:22pm, Gioh Kim wrote:

Re: how to use kexec to jump back to the original kernel

2018-02-14 Thread Bhupesh SHARMA
On Wed, Feb 14, 2018 at 2:24 PM, Gioh Kim wrote: > On Tue, Feb 13, 2018 at 8:06 PM, Bhupesh SHARMA > wrote: >> On Tue, Feb 13, 2018 at 8:15 PM, Gioh Kim wrote: >>> On Tue, Feb 13, 2018 at 3:36 PM, Gioh Kim

Re: [PATCH] Documentation: kdump: describe jumping to dump-capture kernel

2018-02-14 Thread Bhupesh SHARMA
On Wed, Feb 14, 2018 at 2:32 PM, Gi-Oh Kim wrote: > On Wed, Feb 14, 2018 at 2:43 AM, Dave Young wrote: >> Hi, >> On 02/13/18 at 04:22pm, Gioh Kim wrote: >>> Jumping between the system kernel and the dump-capture kernel >>> has been supported for

Re: [PATCH] Documentation: kdump: describe jumping to dump-capture kernel

2018-02-14 Thread Gi-Oh Kim
On Wed, Feb 14, 2018 at 2:43 AM, Dave Young wrote: > Hi, > On 02/13/18 at 04:22pm, Gioh Kim wrote: >> Jumping between the system kernel and the dump-capture kernel >> has been supported for long time but there is no description >> how to use it. This patch adds the description

Re: how to use kexec to jump back to the original kernel

2018-02-14 Thread Gioh Kim
On Tue, Feb 13, 2018 at 8:06 PM, Bhupesh SHARMA wrote: > On Tue, Feb 13, 2018 at 8:15 PM, Gioh Kim wrote: >> On Tue, Feb 13, 2018 at 3:36 PM, Gioh Kim wrote: >>> On Tue, Feb 13, 2018 at 11:06 AM, Gioh Kim wrote: