[Bug debuginfod/29123] MHD_USE_EPOLL doesn't work

2022-05-05 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29123 Mark Wielaard changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigne

[Bug debuginfod/29122] MHD_USE_DUAL_STACK doesn't work when ipv6 is disabled

2022-05-05 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29122 Mark Wielaard changed: What|Removed |Added Assignee|unassigned at sourceware dot org |mark at klomp dot org

[PATCH] debuginfod: Use MHD_USE_EPOLL for libmicrohttpd version 0.9.51 or higher

2022-05-05 Thread Mark Wielaard
Also disable MHD_USE_THREAD_PER_CONNECTION when using MHD_USE_EPOLL. https://sourceware.org/bugzilla/show_bug.cgi?id=29123 Signed-off-by: Mark Wielaard --- debuginfod/ChangeLog | 6 ++ debuginfod/debuginfod.cxx | 15 ++- 2 files changed, 16 insertions(+), 5 deletions(-) d

[PATCH] debuginfod: Try without MHD_USE_DUAL_STACK if MHD_start_daemon fails

2022-05-05 Thread Mark Wielaard
On a systems that have ipv6 disabled debuginfod doesn't start up anymore because libhttpd MHD_USE_DUAL_STACK only works if it can open an ipv6 socket. If MHD_start_daemon with MHD_USE_DUAL_STACK fails try again without that flag set. https://sourceware.org/bugzilla/show_bug.cgi?id=29122 Signed-of

[Bug debuginfod/29123] MHD_USE_EPOLL doesn't work

2022-05-05 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29123 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com --- Comment

[Bug debuginfod/29123] New: MHD_USE_EPOLL doesn't work

2022-05-05 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29123 Bug ID: 29123 Summary: MHD_USE_EPOLL doesn't work Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod

[Bug debuginfod/29122] New: MHD_USE_DUAL_STACK doesn't work when ipv6 is disabled

2022-05-05 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29122 Bug ID: 29122 Summary: MHD_USE_DUAL_STACK doesn't work when ipv6 is disabled Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2

[Bug debuginfod/29098] debuginfod - set default prefetch limits to >0

2022-05-05 Thread nsanci at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29098 Noah Sanci changed: What|Removed |Added Assignee|unassigned at sourceware dot org |nsanci at redhat dot com

[PATCH] readelf: Support --dynamic with --use-dynamic

2022-05-05 Thread Di Chen via Elfutils-devel
>From 3ac23c2584d76114deab0c0af6f4af99068dc7f4 Mon Sep 17 00:00:00 2001 From: Di Chen Date: Thu, 28 Apr 2022 19:55:33 +0800 Subject: [PATCH] readelf: Support --dynamic with --use-dynamic Currently, eu-readelf is using section headers to dump the dynamic segment information (print_dynamic -> handl