[PATCH] libdwfl: remove broken coalescing logic in dwfl_report_segment()

2019-12-10 Thread Omar Sandoval
From: Omar Sandoval dwfl_report_segment() has some logic that detects when a segment is contiguous with the previously reported segment, in which case it's supposed to coalesce them. However, in this case, it actually returns without updating the segment array at all. As far as I can tell, this h

Re: [PATCH] tests: Run strip under testrun in run-debuginfod-find.sh

2019-12-10 Thread Mark Wielaard
On Fri, Dec 06, 2019 at 03:49:14PM +0100, Mark Wielaard wrote: > Otherwise strip might run against the system libelf which might be too > old or missing. Pushed to master.

Re: [PATCH] config: Update elfutils.spec with explicit sub-package requires.

2019-12-10 Thread Mark Wielaard
On Thu, Dec 05, 2019 at 03:27:54PM +0100, Mark Wielaard wrote: > Consistently require version-release subpackages so that everything > is updated together. Technically this isn't always required (it is > for elfutils-libelf and elfutils-libs). But this makes things more > consistent and prevents mu

Re: [PATCH] tests: Run elfcompress under testrun in run-elfclassify.sh

2019-12-10 Thread Mark Wielaard
On Thu, Dec 05, 2019 at 02:23:56PM +0100, Mark Wielaard wrote: > Otherwise elfcompress might run against the system libelf which might > be too old or missing. I pushed this to master.

Re: rfc/patch: debuginfod client $DEBUGINFOD_PROGRESS env var

2019-12-10 Thread Mark Wielaard
Hi Frank, On Wed, 2019-12-04 at 16:10 -0500, Frank Ch. Eigler wrote: > debuginfod: usability tweaks, incl. $DEBUGINFOD_PROGRESS client > support > > This facility allows a default progress-printing function > to be installed if the given environment variable is set. I like this i