PATCH: debuginfod, db size reduction

2020-09-18 Thread Frank Ch. Eigler via Elfutils-devel
>From 04bcab70c7dcb9c1bc7ca49508b5d7cbd5aeaa1a Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler git" Date: Fri, 18 Sep 2020 13:03:01 -0400 Subject: [PATCH] debuginfod: store only canonicalized sref pathnames in database From: Frank Ch. Eigler Since PR25548, we let debuginfod answer /buildid/HE

[Bug general/26632] eu-readelf doesn't grok /boot/vmlinuz-5.9.0* from fedora rawhide (.fc34) which is ZSTD compressed

2020-09-18 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26632 Mark Wielaard changed: What|Removed |Added Summary|eu-readelf doesn't grok |eu-readelf doesn't grok

[PATCH] libdwfl: Add ZSTD support.

2020-09-18 Thread Mark Wielaard
Newer kernels might be compressed using ZSTD add support to libdwfl open so we can can automatically read ZSTD compressed files and kernel images. The support is very similar to the bzip2 and lzma support, but slightly different. With a bit more macros it could maybe have used the gzip.c USE_INFLA