RFC patch: generated AUTHORS

2022-04-24 Thread Frank Ch. Eigler via Elfutils-devel
Hi - The following patch adds a tool AUTHORS.sh to compute a complete AUTHORS list to cover the entire git history. We do this in systemtap and it's a nice way of showing off the large list of contributors over time. commit 72823322be9a8f0143de21ccfb67a89696a9522f (HEAD -> master2) Author: Fran

[Bug debuginfod/28583] FAIL run-debuginfod-response-headers.sh (exit status: 1) with 0.186

2022-04-24 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28583 --- Comment #3 from Mark Wielaard --- (In reply to Martin Liska from comment #2) > Hmm, I restarted the build and now it succeeded. Is this still an issue? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug debuginfod/28240] debuginfod client cache falsely sticky for root user

2022-04-24 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28240 --- Comment #3 from Mark Wielaard --- We got rid of the zero-permission 000 files with: commit 8b568fdea8e1baea3d68cc38dec587e4c9219276 Author: Aaron Merey Date: Fri Apr 8 19:37:11 2022 -0400 PR29022: 000-permissions files cause probl

[Bug general/24498] 0.179: isn't LTO ready

2022-04-24 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=24498 Mark Wielaard changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug general/27337] elfutils ftbfs on KFreeBSD and the Hurd

2022-04-24 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27337 Mark Wielaard changed: What|Removed |Added Status|NEW |RESOLVED CC|

[COMMITTED] libelf: Check for mremap, elf_update needs it for ELF_C_RDWR_MMAP

2022-04-24 Thread Mark Wielaard
Add a AC_CHECK_FUNCS configure check for mremap. Some systems like KFreeBSD and the Hurd don't have it. Also add a configure warning because without mremap elf_update will often fail when ELF_C_RDWR_MMAP is used. ELF_C_RDWR_MMAP is an elfutils extension to libelf. https://sourceware.org/bugzilla/s

[Bug tools/28723] "eu-size -A" does not display .comment and .note.GNU-stack

2022-04-24 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28723 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

[Bug debuginfod/28194] confirm cross-building works

2022-04-24 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28194 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org Resolut

[Bug tools/28724] eu-elfclassify --no-stdin option is not effect

2022-04-24 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28724 Mark Wielaard changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug general/28891] Cross compilation for ARM fails when trying to run i386_gendis

2022-04-24 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28891 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

Re: [PATCH] debuginfod: Use the debuginfod-size response header

2022-04-24 Thread Mark Wielaard
Hi Aaron, On Fri, Apr 22, 2022 at 06:56:41PM -0400, Aaron Merey via Elfutils-devel wrote: > I've updated the patch below with the changes Mark recommended. > > A couple X-DEBUGINFOD-SIZE tests were added in another patch I recently > posted [1] that also fixes a bug when computing this header's v

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)

2022-04-24 Thread builder--- via Elfutils-devel
A restored build has been detected on builder elfutils-debian-ppc64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/63/builds/8 Build state: build successful Revision: 3bcf887340fd47d0d8a3671cc45abe2989d1fd6c Worker: debian-ppc64 Buil

[Bug debuginfod/28708] run-debuginfod-webapi-concurrency.sh seems to be flaky

2022-04-24 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28708 Mark Wielaard changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

Re: run-debuginfod-webapi-concurrency.sh

2022-04-24 Thread Mark Wielaard
Hi, On Sat, Apr 23, 2022 at 10:56:01PM -0400, Thomas Fitzsimmons wrote: > "Frank Ch. Eigler" writes: > >> But there is another way to prevent the "Server reached connection > >> limit. Closing inbound connection." Pass the MHD_USE_ITC flag to > >> MHD_start_daemon: > > > > Yeah, that looked promi