How to get debug kernel vmlinux for RHEL 8 beta?
We had built a kernel module and insert with insmod tool. Unfortunately we encountered somr crash issue, and vmcore was generated. But we couldn't debug the Linux Kernel because we didn't have 'kernel debug symbols'
Could you provide these 'Kernel Debug symbols Packages'?
+++
kernel-debuginfo
kernel-debuginfo-common
+++
++++
[root@localhost 127.0.0.1-2018-12-17-22:13:02]# uname -a
Linux localhost.localdomain 4.18.0-32.el8.x86_64 #1 SMP Sat Oct 27 19:26:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost 127.0.0.1-2018-12-17-22:13:02]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.0 Beta (Ootpa)
[root@localhost 127.0.0.1-2018-12-17-22:13:02]# cat /etc/os-release
NAME="Red Hat Enterprise Linux"
VERSION="8.0 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.0"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.0 Beta (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8.0:beta"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_BUGZILLA_PRODUCT_VERSION=8.0
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.0 Beta"
++++