]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kexec: generate VMCOREINFO for tasks and pid
authorIsaac Chen <isaac.chen@oracle.com>
Wed, 15 May 2019 00:06:26 +0000 (17:06 -0700)
committerBrian Maly <brian.maly@oracle.com>
Tue, 11 Jun 2019 18:14:41 +0000 (14:14 -0400)
commitda2385fe07a5e5200fc0d7080f38231f5d83c780
treea522edb171d0f9c0e14328073fc3a293afb3f93a
parent7d0f737d07264889b0e4a7d6144894c55201251f
kexec: generate VMCOREINFO for tasks and pid

This commit is the continuation of the previous commit.
For more information see the previous commit comments.

This commit changes the VMCOREINFO buffer size from 4k to 8k, and
generates more symbol information for tasks and pid.

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/cpu.h
include/linux/kexec.h
include/linux/types.h
kernel/pid.c
kernel/sched/core.c
kernel/trace/trace_vmcore_extern.c