]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - kernel/panic.c
kexec: use core_param for crash_kexec_post_notifiers boot option
authorHidehiro Kawai <hidehiro.kawai.ez@hitachi.com>
Tue, 2 Aug 2016 21:06:13 +0000 (14:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Aug 2016 23:35:29 +0000 (19:35 -0400)
commitb26e27ddfd2a986dc53e259aba572f3aac182eb8
treea967e100504f55323079ceaa8cfdd451f91c0d14
parent0719392a61a9dbc2c850bc7bd1a17efba953fcf5
kexec: use core_param for crash_kexec_post_notifiers boot option

crash_kexec_post_notifiers ia a boot option which controls whether the
1st kernel calls panic notifiers or not before booting the 2nd kernel.
However, there is no need to limit it to being modifiable only at boot
time.  So, use core_param instead of early_param.

Link: http://lkml.kernel.org/r/20160705113327.5864.43139.stgit@softrs
Signed-off-by: Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Baoquan He <bhe@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Cc: Eric Biederman <ebiederm@xmission.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Borislav Petkov <bp@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/panic.c