Documentation: kdump: describe VMCOREINFO export for RISCV64
authorXianting Tian <xianting.tian@linux.alibaba.com>
Wed, 26 Oct 2022 14:42:08 +0000 (22:42 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Sat, 3 Dec 2022 00:48:58 +0000 (16:48 -0800)
commitc5b4216929ebc8ac9107a373db65babc14ba4e80
tree8c155c007fdc9842c7cb9d2fb3030f090b03b41c
parent649d6b1019a2f243bc3a98cb85902a8ebf74289a
Documentation: kdump: describe VMCOREINFO export for RISCV64

The following interrelated definitions and ranges are needed by the
kdump crash tool, which are exported by
"arch/riscv/kernel/crash_core.c":

    VA_BITS,
    PAGE_OFFSET,
    phys_ram_base,
    KERNEL_LINK_ADDR,
    MODULES_VADDR ~ MODULES_END,
    VMALLOC_START ~ VMALLOC_END,
    VMEMMAP_START ~ VMEMMAP_END,

Document these RISCV64 exports above.

Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Xianting Tian <xianting.tian@linux.alibaba.com>
Acked-by: Baoquan He <bhe@redhat.com>
Link: https://lore.kernel.org/r/20221026144208.373504-3-xianting.tian@linux.alibaba.com
[Palmer: wrap commit text]
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Documentation/admin-guide/kdump/vmcoreinfo.rst