+34
−0
Loading
Merge Pull Request from: @liyuting Kdump support for Phytium S2500 Kernel-issue: https://gitee.com/open_euler/dashboard?issue_id=I8UDSK 1. Enable kdump service on Phytium S2500. 2. Enable sysrq key by `echo 1 > /proc/sys/kernel/sysrq` 3. Trigger the panic by `echo c > /proc/sysrq-trigger` 4. Kernel panic and automatically reboot. 5. vmcore generate successfully which could be analyse by Crash tools. Test: Start the kdump service on the Phytium S2500 and generate the corresponding vmcore successful. Default config change: < CONFIG_SYSFS=y < CONFIG_KEXEC=y or CONFIG_KEXEC_FILE=y < CONFIG_DEBUG_INFO=y < CONFIG_CRASH_DUMP=y < CONFIG_PROC_VMCORE=y < CONFIG_PROC_KCORE=y < CONFIG_KEXEC_CORE=y < CONFIG_CRASH_CORE=y Link:https://gitee.com/openeuler/kernel/pulls/4390 Reviewed-by:Mao HongBo <maohongbo@phytium.com.cn> Reviewed-by:
Zhang Jianhua <chris.zjh@huawei.com> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>