Re: [PATCH] Introduce public dwfl_get_debuginfod_client API

2022-07-13 Thread Milian Wolff
On Mittwoch, 13. Juli 2022 22:38:51 CEST Mark Wielaard wrote: > Hi Milian, > > On Wed, Jul 13, 2022 at 09:36:45PM +0200, Milian Wolff wrote: > > On Mittwoch, 13. Juli 2022 20:20:04 CEST Aaron Merey wrote: > > > There weren't any concerns with the patch so I've gone ahead and merged > > > it as com

Re: [PATCH] Introduce public dwfl_get_debuginfod_client API

2022-07-13 Thread Mark Wielaard
Hi Milian, On Wed, Jul 13, 2022 at 09:36:45PM +0200, Milian Wolff wrote: > On Mittwoch, 13. Juli 2022 20:20:04 CEST Aaron Merey wrote: > > There weren't any concerns with the patch so I've gone ahead and merged > > it as commit a4b1839c3c46. Yeah, sorry, I should have spoken up on the list not ju

Re: [PATCH] Introduce public dwfl_get_debuginfod_client API

2022-07-13 Thread Aaron Merey via Elfutils-devel
On Wed, Jul 13, 2022 at 3:36 PM Milian Wolff wrote: > I got spammed by a flood of mails from buildbot, but from what I can tell the > issues are all unrelated to my patch? Or did I break something? See e.g.: > > [1]: https://builder.sourceware.org/buildbot/#/builders/39/builds/41 These issues are

Re: [PATCH] Introduce public dwfl_get_debuginfod_client API

2022-07-13 Thread Milian Wolff
On Mittwoch, 13. Juli 2022 20:20:04 CEST Aaron Merey wrote: > Hi Milian, > > There weren't any concerns with the patch so I've gone ahead and merged > it as commit a4b1839c3c46. Thank you Aaron! I got spammed by a flood of mails from buildbot, but from what I can tell the issues are all unrelat

Re: [PATCH] Introduce public dwfl_get_debuginfod_client API

2022-07-13 Thread Aaron Merey via Elfutils-devel
Hi Milian, There weren't any concerns with the patch so I've gone ahead and merged it as commit a4b1839c3c46. Thanks, Aaron

Re: [PATCH] Introduce public dwfl_get_debuginfod_client API

2022-07-07 Thread Aaron Merey via Elfutils-devel
Thanks. Let's wait for a maintainer to give it the ok before merging. Aaron

[PATCH] Introduce public dwfl_get_debuginfod_client API

2022-07-07 Thread Milian Wolff
Dwfl can use debuginfod internally, which was so far totally opaque to the outside. While the functionality is great for users of the dwfl API, the long wait times induced by downloading of data over debuginfod lead to complaints by endusers. To offer them a bit more insight into the internal ongoi

Re: [PATCH] Introduce public dwfl_get_debuginfod_client API

2022-07-07 Thread Aaron Merey via Elfutils-devel
On Thu, Jul 7, 2022 at 12:59 PM Milian Wolff wrote: > > On Donnerstag, 7. Juli 2022 18:40:05 CEST Aaron Merey wrote: >> > > Some line breaks may have accidentally snuck into the patch. I had to > > manually remove the line break right after "dwfl_error.c" for git to > > apply the patch without err

Re: [PATCH] Introduce public dwfl_get_debuginfod_client API

2022-07-07 Thread Milian Wolff
On Donnerstag, 7. Juli 2022 18:40:05 CEST Aaron Merey wrote: > Hi Milian, > > On Thu, Jul 7, 2022 at 10:47 AM Milian Wolff wrote: > > Dwfl can use debuginfod internally, which was so far totally opaque > > to the outside. While the functionality is great for users of the > > dwfl API, the long wa

Re: [PATCH] Introduce public dwfl_get_debuginfod_client API

2022-07-07 Thread Aaron Merey via Elfutils-devel
Hi Milian, On Thu, Jul 7, 2022 at 10:47 AM Milian Wolff wrote: > > Dwfl can use debuginfod internally, which was so far totally opaque > to the outside. While the functionality is great for users of the > dwfl API, the long wait times induced by downloading of data over > debuginfod lead to compl

[PATCH] Introduce public dwfl_get_debuginfod_client API

2022-07-07 Thread Milian Wolff
Dwfl can use debuginfod internally, which was so far totally opaque to the outside. While the functionality is great for users of the dwfl API, the long wait times induced by downloading of data over debuginfod lead to complaints by endusers. To offer them a bit more insight into the internal ongoi