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

2022-04-03 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28708 --- Comment #12 from Evgeny Vereshchagin --- FWIW with https://sourceware.org/git/?p=elfutils.git;a=commit;h=e646e363e72e06e0ed5574c929236d815ddcbbaf applied the test appears to be flaky on Packit on s390x: https://copr-be.cloud.fedoraproject.

patch: debuginfod ipv4-ipv6 dual-stack

2022-04-03 Thread Frank Ch. Eigler via Elfutils-devel
Hi - This little improvement reduces wasted memory from duplicated worker threads for ipv4 vs ipv6 stacks. commit 3a00f412b6554ba70f7b7e3d3aa6f67f278868af (HEAD -> master) Author: Frank Ch. Eigler Date: Sun Apr 3 19:42:48 2022 -0400 debuginfod: use single ipv4+ipv6 microhttpd daemon conf

Re: [PATCH] PR28708 debuginfod testsuite

2022-04-03 Thread Mark Wielaard
Hi Frank, On Sun, Apr 03, 2022 at 01:01:14PM -0400, Frank Ch. Eigler via Elfutils-devel wrote: > Planning to commit this shortly. Yes, please! > commit e646e363e72e06e0ed5574c929236d815ddcbbaf (HEAD -> master) > Author: Frank Ch. Eigler > Date: Sun Apr 3 12:47:17 2022 -0400 > > PR28708:

[PATCH] PR28708 debuginfod testsuite

2022-04-03 Thread Frank Ch. Eigler via Elfutils-devel
Hi - Planning to commit this shortly. commit e646e363e72e06e0ed5574c929236d815ddcbbaf (HEAD -> master) Author: Frank Ch. Eigler Date: Sun Apr 3 12:47:17 2022 -0400 PR28708: debuginfod: use MHD_USE_EPOLL for microhttpd threads Testing on s390x and other architectures indicates th