Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1728541 > unrolled thread
| Started by | AKASHI Takahiro <takahiro.akashi@linaro.org> |
|---|---|
| First post | 2017-09-08 04:30 +0200 |
| Last post | 2017-09-08 04:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 05/14] kexec_file: factor out crashdump elf header function from x86 AKASHI Takahiro <takahiro.akashi@linaro.org> - 2017-09-08 04:30 +0200
| From | AKASHI Takahiro <takahiro.akashi@linaro.org> |
|---|---|
| Date | 2017-09-08 04:30 +0200 |
| Subject | Re: [PATCH 05/14] kexec_file: factor out crashdump elf header function from x86 |
| Message-ID | <unhdo-A0-9@gated-at.bofh.it> |
On Fri, Aug 25, 2017 at 01:47:49PM +0800, Dave Young wrote: > On 08/24/17 at 05:18pm, AKASHI Takahiro wrote: > > prepare_elf_headers() can also be useful for other architectures, > > including arm64. So let it factored out. > > > > Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> > > Cc: Dave Young <dyoung@redhat.com> > > Cc: Vivek Goyal <vgoyal@redhat.com> > > Cc: Baoquan He <bhe@redhat.com> > > --- > > arch/x86/kernel/crash.c | 324 ---------------------------------------------- > > include/linux/kexec.h | 19 +++ > > kernel/crash_core.c | 333 ++++++++++++++++++++++++++++++++++++++++++++++++ > > It looks better to add these to kexec_file.c instead. Sure -Takahiro AKASHI > Thanks > Dave
Back to top | Article view | linux.kernel
csiph-web