]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kexec: generate VMCOREINFO for module symbols
authorIsaac Chen <isaac.chen@oracle.com>
Wed, 15 May 2019 01:09:18 +0000 (18:09 -0700)
committerBrian Maly <brian.maly@oracle.com>
Tue, 11 Jun 2019 18:14:50 +0000 (14:14 -0400)
commitde6fd180b06766e92fb0388c82b7fab4fe1ec370
tree26c5fd0c2ce9f65a8280d124aa1593346e1ca2a5
parentda2385fe07a5e5200fc0d7080f38231f5d83c780
kexec: generate VMCOREINFO for module symbols

This commit is one of the three commit for generating VMCOREINFO
symbol information.  See comments in previous two commits.

To dump kallsyms, module symbols must also be included.  The
symbol table of each module can be located through the module
list.  This commit generates necessary symbol information for
accessing the symbol tables of loaded modules.

Orabug: 29770217
Signed-off-by: Isaac Chen <isaac.chen@oracle.com>
Reviewed-by: Joe Jin <joe.jin@oracle.com>
Signed-off-by: Brian Maly <brian.maly@oracle.com>
include/linux/module.h
kernel/module.c
kernel/trace/trace_vmcore_extern.c