-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
kernelci/kernelci-core
#2794Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesttechdebt
Description
Currently we do not store the vmlinux generated as part of the kernel build, having access to it can be very useful when debugging issues especially those that generate stacktraces since ./scrupts/decode_stacktrace.sh can use it to translate log messages with addresses:
<4>[ 62.189031] do_el0_svc_compat+0x24/0x48
into references to the file and line number the relevant code was generated from:
<4>[ 62.189031] do_el0_svc_compat (arch/arm64/kernel/syscall.c:159)
In the past with the old storage server we didn't save vmlinux since it tends to be quite large even compressed, with the new storage implementation it should be a lot easier to handle storing the vmlinux so we should revisit this.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesttechdebt