(In reply to Jiri Slaby from comment #20) > Aaah. It also looks (from the source code) that libdw (elfutils) can read > also vmlinuz if there is no vmlinux. Our vmlinuz is stripped of all ELF symbol data. # eu-readelf -s /boot/vmlinux-5.5.7-1-default.xz | wc -l 122468 # eu-readelf -s /boot/vmlinuz | wc -l 0