Re: [PATCH] libdwfl: Find and handle compressed vmlinuz image.

2019-12-09 Thread Mark Wielaard
On Thu, 2019-12-05 at 15:21 +0100, Mark Wielaard wrote: > Both the dwfl_linux_kernel_find_elf callback and the > dwfl_linux_kernel_report_offline reporting function only handled > vmlinix images possibly compressed with .gz, .bz2 or .xz extension. > They did not find or handle the much more common

[PATCH] libdwfl: Find and handle compressed vmlinuz image.

2019-12-05 Thread Mark Wielaard
Both the dwfl_linux_kernel_find_elf callback and the dwfl_linux_kernel_report_offline reporting function only handled vmlinix images possibly compressed with .gz, .bz2 or .xz extension. They did not find or handle the much more common vmlinuz compressed images. It is not completely clear why we di