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

2018-02-13 Thread Gioh Kim
On Mon, Feb 12, 2018 at 7:56 AM, Bhupesh SHARMA <bhupesh.li...@gmail.com> wrote: > Hello, > > On Fri, Feb 9, 2018 at 7:24 PM, Gioh Kim <guru...@gmail.com> wrote: >> Hello, >> >> "echo c > /proc/sysrq-trigger" generates the kernel dump but it &

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

2018-02-13 Thread Gioh Kim
On Tue, Feb 13, 2018 at 3:36 PM, Gioh Kim <guru...@gmail.com> wrote: > On Tue, Feb 13, 2018 at 11:06 AM, Gioh Kim <guru...@gmail.com> wrote: >> On Mon, Feb 12, 2018 at 7:56 AM, Bhupesh SHARMA <bhupesh.li...@gmail.com> >> wrote: >>> Hello, >>>

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

2018-02-13 Thread Gioh Kim
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 how to use kexec tool to jump to the dump-capture kernel and jump back to the system kernel. Signed-off-by: Gioh Kim <gi

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

2018-02-13 Thread Gioh Kim
On Tue, Feb 13, 2018 at 11:06 AM, Gioh Kim <guru...@gmail.com> wrote: > On Mon, Feb 12, 2018 at 7:56 AM, Bhupesh SHARMA <bhupesh.li...@gmail.com> > wrote: >> Hello, >> >> On Fri, Feb 9, 2018 at 7:24 PM, Gioh Kim <guru...@gmail.com> wrote: >&g

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 <bhupesh.li...@gmail.com> wrote: > On Tue, Feb 13, 2018 at 8:15 PM, Gioh Kim <guru...@gmail.com> wrote: >> On Tue, Feb 13, 2018 at 3:36 PM, Gioh Kim <guru...@gmail.com> wrote: >>> On Tue, Feb 13, 2018 at 11:06 AM

how to use kexec to jump back to the original kernel

2018-02-09 Thread Gioh Kim
t there is no parameter like jump_back_entry in kernel booting parameters of v4.4~v4.14. Does anybody know how to use kexec to jump between kdump kernel and operating kernel? -- Best regards, Gioh Kim ___ kexec mailing list kexec@lists.infradead.org htt

[PATCH v2] add description for jumping back to the primary kernel in man page

2018-02-16 Thread Gioh Kim
"--load-preserve-context", "--load-jump-back-helper" and "--entry" options are described separately but there is not any description how to use them. Signed-off-by: Gioh Kim <gi-oh@profitbricks.com> --- kexec/kexec.8 | 27 ++-

[PATCH] add description for jumping back to the original kernel in man page

2018-02-15 Thread Gioh Kim
"--load-preserve-context", "--load-jump-back-helper" and "--entry" options are described separately but there is not any description how to use them. Signed-off-by: Gioh Kim <gi-oh@profitbricks.com> --- kexec/kexec.8 | 30 ++ 1