kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] (kexec-tools) arm64: add kdump support
@ 2016-08-09  2:00 AKASHI Takahiro
  2016-08-09  2:00 ` [PATCH v2 1/7] arm64: kdump: identify memory regions AKASHI Takahiro
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: AKASHI Takahiro @ 2016-08-09  2:00 UTC (permalink / raw)
  To: horms; +Cc: geoff, panand, kexec, AKASHI Takahiro

My kernel patches of kdump suport on arm64 are currently under reviews [1].

This patchset is synced with them (v24) and provides necessary changes for
kexec-tools. It should be applied on top of Geoff's kexec-tools patches
v3[2] along with a bugfix[3].

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2016-August/447597.html
[2] http://lists.infradead.org/pipermail/kexec/2016-August/016768.html
[3] http://lists.infradead.org/pipermail/kexec/2016-July/016664.html

Changes for v2:
 - Trim a temoprary buffer in setup_2nd_dtb()
 - Add patch#6("kexec: generalize and rename get_kernel_stext_sym()")
 - Update patch#7 from Pratyush
   (re-worked by akashi)

AKASHI Takahiro (5):
  arm64: kdump: identify memory regions
  arm64: kdump: add elf core header segment
  arm64: kdump: set up kernel image segment
  arm64: kdump: set up other segments
  arm64: kdump: add DT properties to crash dump kernel's dtb

Pratyush Anand (2):
  kexec: generalize and rename get_kernel_stext_sym()
  arm64: kdump: Add support for binary image files

 kexec/arch/arm/crashdump-arm.c          |  40 +------
 kexec/arch/arm64/Makefile               |   2 +
 kexec/arch/arm64/crashdump-arm64.c      | 188 +++++++++++++++++++++++++++++++-
 kexec/arch/arm64/crashdump-arm64.h      |  18 ++-
 kexec/arch/arm64/include/arch/options.h |   8 +-
 kexec/arch/arm64/kexec-arm64.c          |  91 ++++++++++++++--
 kexec/arch/arm64/kexec-elf-arm64.c      |  23 +++-
 kexec/arch/arm64/kexec-image-arm64.c    |  60 +++++++++-
 kexec/arch/i386/crashdump-x86.c         |  32 +-----
 kexec/crashdump.c                       |  37 +++++++
 kexec/crashdump.h                       |   1 +
 11 files changed, 407 insertions(+), 93 deletions(-)

-- 
2.9.0


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2016-08-23  8:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-09  2:00 [PATCH v2 0/7] (kexec-tools) arm64: add kdump support AKASHI Takahiro
2016-08-09  2:00 ` [PATCH v2 1/7] arm64: kdump: identify memory regions AKASHI Takahiro
2016-08-09  2:00 ` [PATCH v2 2/7] arm64: kdump: add elf core header segment AKASHI Takahiro
2016-08-09  2:00 ` [PATCH v2 3/7] arm64: kdump: set up kernel image segment AKASHI Takahiro
2016-08-09  2:00 ` [PATCH v2 4/7] arm64: kdump: set up other segments AKASHI Takahiro
2016-08-09  2:00 ` [PATCH v2 5/7] arm64: kdump: add DT properties to crash dump kernel's dtb AKASHI Takahiro
2016-08-09  2:00 ` [PATCH v2 6/7] kexec: generalize and rename get_kernel_stext_sym() AKASHI Takahiro
2016-08-09  2:00 ` [PATCH v2 7/7] arm64: kdump: Add support for binary image files AKASHI Takahiro
2016-08-10 17:56 ` [PATCH v2 0/7] (kexec-tools) arm64: add kdump support Pratyush Anand
2016-08-19  7:19   ` AKASHI Takahiro
2016-08-19 10:14     ` Pratyush Anand
2016-08-22  8:10       ` AKASHI Takahiro
2016-08-23  8:12         ` Pratyush Anand
2016-08-23  5:29   ` AKASHI Takahiro
2016-08-23  8:04     ` Pratyush Anand
2016-08-23  9:04       ` AKASHI Takahiro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).