[Bug debuginfod/27983] ignore duplicate urls

2021-07-09 Thread Noah Sanci via Elfutils-devel
Hello, Please find the patch for bug 27983 attached. Noah From e37f49a0fd5f27907584b19336cd250d825acc98 Mon Sep 17 00:00:00 2001 From: Noah Sanci Date: Fri, 9 Jul 2021 14:53:10 -0400 Subject: [PATCH] debuginfod: PR27983 - ignore duplicate urls Gazing at server logs, one sees a minority of clien

Re: [debuginfod/25978]

2021-07-09 Thread Noah Sanci via Elfutils-devel
Hello, That entire 'if' statement is a relic remaining from some ideas I had about testing. I am resending the patch. Thank you for bringing this to my attention, Noah On Fri, Jul 9, 2021 at 10:24 AM Mark Wielaard wrote: > > Hi Noah, > > On Thu, 2021-07-08 at 15:22 -0400, Noah Sanci via Elfuti

Re: [debuginfod/25978]

2021-07-09 Thread Mark Wielaard
Hi Noah, On Thu, 2021-07-08 at 15:22 -0400, Noah Sanci via Elfutils-devel wrote: > Please find the patch information for pr25978 attached. Thanks for allowing zero as fd and mb size, updating the documentation and adding comments for where I misunderstood what the code was doing in the previous r

[Bug debuginfod/27531] Support retry of failed downloads

2021-07-09 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27531 Mark Wielaard changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug debuginfod/27711] grooming should process -I/-X

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

Re: Working with ELF already loaded in memory

2021-07-09 Thread Mark Wielaard
Hi Sonal, On Fri, 2021-07-09 at 05:34 +, Sonal Santan wrote: > > Thanks for the pointer. I was looking for APIs inside > /usr/include/elfutils directory and > did not realize elfutils also places header files under /usr/include > directory. I am working > with this API now. Ah, yes, the lib

Re: [PATCH] PR27531: retry within default retry_limit will be supported. In debuginfod-client.c (debuginfod_query_server), insert a goto statement for jumping back to the beginning of curl handles set

2021-07-09 Thread Mark Wielaard
Hi Alice (adding elfutils-devel back to CC), On Thu, 2021-07-08 at 16:34 -0400, Alice Zhang wrote: > Hi, Mark, I made modifications as you suggested. I relocated the goto > statement and now the resources will be reused. That rearrangement is better than what I suggested with the free and (re)mal