Re: [patch] PR27783: default debuginfod-urls profile rework

2021-10-06 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > > Signed-off-by: Frank Ch. Eigler > > Could you add something about this to NEWS so packagers know how to > update to the new scheme? Sure. > > +set debuginfod_urls=`find "@sysconfdir@/debuginfod/" -name '*.urls' | > > xargs cat | tr '\n' ' '` > > Can we use cat "@sysconfdir@/

Re: [PATCH] Tests: Fix warning in show-die-info.c

2021-10-06 Thread Mark Wielaard
Hi Jan-Benedict, On Tue, Oct 05, 2021 at 05:36:40PM +0200, Jan-Benedict Glaw wrote: > > My last email had a wrong subject, though the patch was correct. > Here's a second patch, this time *actally* for tests/show-die-info.c: > > diff --git a/tests/show-die-info.c b/tests/show-die-info.c > index

Re: [PATCH] Tests: Fix warning in show-die-info.c

2021-10-06 Thread Mark Wielaard
Hi, On Tue, Oct 05, 2021 at 05:32:16PM +0200, Jan-Benedict Glaw wrote: > I'm running automated test compiles on Binutils, GCC, Linux, NetBSD > and, since a few days ago, elfutils. > > Building/running the tests, I noticed this little warning: > > [make 2021-10-01 12:18:15] elflint.c: In function

Re: [patch] PR27783: default debuginfod-urls profile rework

2021-10-06 Thread Mark Wielaard
Hi Frank, On Sun, Oct 03, 2021 at 05:33:33PM -0400, Frank Ch. Eigler via Elfutils-devel wrote: > commit 0c634f243d266ce8841fd311433d5d79555fabf9 > Author: Frank Ch. Eigler > Date: Sun Oct 3 17:04:24 2021 -0400 > > PR27783: switch default debuginfod-urls to drop-in style files > >

[Bug debuginfod/28242] extend server http-response metrics with artifact-type content

2021-10-06 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28242 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [PATCH] debuginfod: PR28242 - extend server http-response metrics

2021-10-06 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > But I would like someone else (Frank?) who knows more about the metrics > to take a quick peek before pushing. Thanks, pushed with a couple of small tweaks. - FChE

[Bug libdw/28294] dwarf_aggregate_size fails on some array types

2021-10-06 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28294 --- Comment #3 from Mark Wielaard --- Patch posted: https://sourceware.org/pipermail/elfutils-devel/2021q4/004248.html -- You are receiving this mail because: You are on the CC list for the bug.

[PATCH] libdw: Use signedness of subrange type to determine array bounds

2021-10-06 Thread Mark Wielaard
When calculating the array size check if the subrange has an associate type, if it does then check the type to determine whether the upper and lower values need to be interpreted as signed of unsigned values. We default to signed because that is what the testcase run-aggregate-size.sh testfile-size

Re: patchworks and sourcehut for elfutils

2021-10-06 Thread Mark Wielaard
Hi, On Wed, Oct 06, 2021 at 06:25:04PM +0200, Mark Wielaard wrote: > To make patch tracking slighly easier there is now a patchwork instance > on sourceware that should show the status of all outstanding patches > sent to the mailinglist: > https://patchwork.sourceware.org/project/elfutils/list/ >

[Bug debuginfod/28430] New: debuginfod should support a read-only database mode

2021-10-06 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28430 Bug ID: 28430 Summary: debuginfod should support a read-only database mode Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Co

patchworks and sourcehut for elfutils

2021-10-06 Thread Mark Wielaard
Hi, To make patch tracking slighly easier there is now a patchwork instance on sourceware that should show the status of all outstanding patches sent to the mailinglist: https://patchwork.sourceware.org/project/elfutils/list/ It is a bit experimental and doesn't really come with documentation yet.

Re: [PATCH] debuginfod: PR28242 - extend server http-response metrics

2021-10-06 Thread Mark Wielaard
Hi, On Fri, 2021-10-01 at 22:05 +0800, Di Chen via Elfutils-devel wrote: > From a574dfaf5d5636cbb7159a0118eb30e2c4aaa301 Mon Sep 17 00:00:00 > 2001 > From: Di Chen > Date: Fri, 1 Oct 2021 22:03:41 +0800 > Subject: [PATCH] debuginfod: PR28242 - extend server http-response > metrics BTW. If possib