Re: [PATCH v2] doc: Update elf_begin.3

2025-06-06 Thread Aaron Merey
On Fri, Jun 6, 2025 at 8:49 AM Mark Wielaard wrote: > > Hi Aaron, > > On Thu, 2025-06-05 at 17:12 -0400, Aaron Merey wrote: > > Signed-off-by: Aaron Merey > > --- > > > > v2: Address Mark's suggestions > > https://patchwork.sourceware.org/project/elfutils/patch/20250603012245.411580-1-ame...@redh

[Bug debuginfod/30589] debuginfod can't find sources even though they exist on disk

2025-06-06 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30589 Frank Ch. Eigler changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tools/33062] speed up readelf default (not -N) symbol resolution

2025-06-06 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=33062 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

[Bug libdw/26930] tsearch/tfind tree caches need locking

2025-06-06 Thread amerey at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26930 Aaron Merey changed: What|Removed |Added CC||amerey at redhat dot com Resolu

[Bug tools/33062] New: speed up readelf default (not -N) symbol resolution

2025-06-06 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=33062 Bug ID: 33062 Summary: speed up readelf default (not -N) symbol resolution Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Co

Re: [PATCH 3/3 v2] src/readelf.c: Add support for print_debug_* output buffering

2025-06-06 Thread Mark Wielaard
Hi Aaron, On Thu, 2025-05-22 at 18:28 -0400, Aaron Merey wrote: > Safely handle stdout output during concurrent calls to print_debug_* > functions. > > For any print_debug_* function and any function that could be called > from print_debug_* which also prints to stdout: add a FILE * argument > an

Re: [PATCH v2] doc: Update elf_begin.3

2025-06-06 Thread Mark Wielaard
Hi Aaron, On Thu, 2025-06-05 at 17:12 -0400, Aaron Merey wrote: > Signed-off-by: Aaron Merey > --- > > v2: Address Mark's suggestions > https://patchwork.sourceware.org/project/elfutils/patch/20250603012245.411580-1-ame...@redhat.com/ It does indeed. Thanks. Just one nitpick, feel free to igno