Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1609724
| From | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RESEND PATCH v4 3/5] powerpc/fadump: remove dependency with CONFIG_KEXEC |
| Date | 2017-03-27 12:50 +0200 |
| Message-ID | <tpAnL-6J9-3@gated-at.bofh.it> (permalink) |
| References | <tovgu-E0-19@gated-at.bofh.it> <tovgv-E0-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hari Bathini <hbathini@linux.vnet.ibm.com> writes: > Now that crashkernel parameter parsing and vmcoreinfo related code is > moved under CONFIG_CRASH_CORE instead of CONFIG_KEXEC_CORE, remove > dependency with CONFIG_KEXEC for CONFIG_FA_DUMP. While here, get rid > of definitions of fadump_append_elf_note() & fadump_final_note() > functions to reuse similar functions compiled under CONFIG_CRASH_CORE. > > Signed-off-by: Hari Bathini <hbathini@linux.vnet.ibm.com> > Reviewed-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> > --- > arch/powerpc/Kconfig | 10 ++++++---- > arch/powerpc/include/asm/fadump.h | 2 ++ > arch/powerpc/kernel/crash.c | 2 -- > arch/powerpc/kernel/fadump.c | 34 +++------------------------------- > arch/powerpc/kernel/setup-common.c | 5 +++++ > 5 files changed, 16 insertions(+), 37 deletions(-) Acked-by: Michael Ellerman <mpe@ellerman.id.au> cheers
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[RESEND PATCH v4 3/5] powerpc/fadump: remove dependency with CONFIG_KEXEC Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-03-24 12:10 +0100 Re: [RESEND PATCH v4 3/5] powerpc/fadump: remove dependency with CONFIG_KEXEC Michael Ellerman <mpe@ellerman.id.au> - 2017-03-27 12:50 +0200
csiph-web