All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/2] Support VMCOREINFO export for RISCV64
@ 2022-10-19 10:36 ` Xianting Tian
  0 siblings, 0 replies; 57+ messages in thread
From: Xianting Tian @ 2022-10-19 10:36 UTC (permalink / raw)
  To: paul.walmsley, palmer, aou, anup, heiko, guoren, mick,
	alexandre.ghiti, bhe, vgoyal, dyoung, corbet, Conor.Dooley,
	bagasdotme, k-hagio-ab, lijiang
  Cc: kexec, linux-doc, linux-riscv, linux-kernel, crash-utility,
	heinrich.schuchardt, hschauhan, yixun.lan, Xianting Tian

As disscussed in below patch set, the patch of 'describe VMCOREINFO export in Documentation'
need to update according to Bagas's comments. 
https://lore.kernel.org/linux-riscv/22AAF52E-8CC8-4D11-99CB-88DE4D113444@kernel.org/

As others patches in above patch set already applied, so this patch set only contains below two
patches.

------
Changes:
   Fix commit message in patch 2: use "Document these RISCV64 exports above" instead of
   "This patch just add the description of VMCOREINFO export for RISCV64."
V1 -> V2:
   Remove unnecessary overline above header text in patch 2.
V2 -> V3:
   Fix commit message in patch 1,2; 
   Use 'space' instead of 'region' for vmemmap description in patch 2.
V3 -> V4:
   Remove unnecessary kernel space export:
   KASAN_SHADOW_START ~ KASAN_SHADOW_END,
   ADDRESS_SPACE_END

Xianting Tian (2):
  RISC-V: Add arch_crash_save_vmcoreinfo support
  Documentation: kdump: describe VMCOREINFO export for RISCV64

 .../admin-guide/kdump/vmcoreinfo.rst          | 30 ++++++++++++++++++
 arch/riscv/kernel/Makefile                    |  1 +
 arch/riscv/kernel/crash_core.c                | 29 +++++++++++++++++
 3 files changed, 61 insertions(+)
 create mode 100644 arch/riscv/kernel/crash_core.c

-- 
2.17.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2022-10-31  9:10 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-19 10:36 [PATCH V4 0/2] Support VMCOREINFO export for RISCV64 Xianting Tian
2022-10-19 10:36 ` Xianting Tian
2022-10-19 10:36 ` Xianting Tian
2022-10-19 10:36 ` [PATCH V4 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support Xianting Tian
2022-10-19 10:36   ` Xianting Tian
2022-10-19 10:36   ` Xianting Tian
2022-10-20  2:08   ` Baoquan He
2022-10-20  2:08     ` Baoquan He
2022-10-20  2:08     ` Baoquan He
2022-10-20  2:17     ` Xianting Tian
2022-10-20  2:17       ` Xianting Tian
2022-10-20  2:17       ` Xianting Tian
2022-10-20  3:05       ` Baoquan He
2022-10-20  3:05         ` Baoquan He
2022-10-20  3:05         ` Baoquan He
2022-10-20  4:40         ` Xianting Tian
2022-10-20  4:40           ` Xianting Tian
2022-10-20  4:40           ` Xianting Tian
2022-10-26  9:08           ` Xianting Tian
2022-10-26  9:08             ` Xianting Tian
2022-10-26  9:08             ` Xianting Tian
2022-10-26  9:25             ` Conor Dooley
2022-10-26  9:25               ` Conor Dooley
2022-10-26  9:25               ` Conor Dooley
2022-10-26  9:44               ` Xianting Tian
2022-10-26  9:44                 ` Xianting Tian
2022-10-26  9:44                 ` Xianting Tian
2022-10-26 12:05                 ` Baoquan He
2022-10-26 12:05                   ` Baoquan He
2022-10-26 12:05                   ` Baoquan He
2022-10-26 13:47                   ` Conor Dooley
2022-10-26 13:47                     ` Conor Dooley
2022-10-26 13:47                     ` Conor Dooley
2022-10-26 14:24                     ` Xianting Tian
2022-10-26 14:24                       ` Xianting Tian
2022-10-26 14:24                       ` Xianting Tian
2022-10-31  8:57                     ` Baoquan He
2022-10-31  8:57                       ` Baoquan He
2022-10-31  8:57                       ` Baoquan He
2022-10-31  9:10                       ` Xianting Tian
2022-10-31  9:10                         ` Xianting Tian
2022-10-31  9:10                         ` Xianting Tian
2022-10-26 14:22                   ` Xianting Tian
2022-10-26 14:22                     ` Xianting Tian
2022-10-26 14:22                     ` Xianting Tian
2022-10-20 14:35   ` Guo Ren
2022-10-20 14:35     ` Guo Ren
2022-10-20 14:35     ` Guo Ren
2022-10-19 10:36 ` [PATCH V4 2/2] Documentation: kdump: describe VMCOREINFO export for RISCV64 Xianting Tian
2022-10-19 10:36   ` Xianting Tian
2022-10-19 10:36   ` Xianting Tian
2022-10-20  1:56   ` Bagas Sanjaya
2022-10-20  1:56     ` Bagas Sanjaya
2022-10-20  1:56     ` Bagas Sanjaya
2022-10-20  2:26     ` Xianting Tian
2022-10-20  2:26       ` Xianting Tian
2022-10-20  2:26       ` Xianting Tian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.