Re: [PATCH] debuginfod: Use gmtime_r instead of gmtime to avoid data race

2021-12-03 Thread Mark Wielaard
Hi, On Wed, 2021-12-01 at 08:26 -0500, Frank Ch. Eigler wrote: > Since we are multi-threaded using gmtime might cause a data race > > because gmtime reuses a global struct to write data into. Make > > sure that each thread uses their own struct tm and use gmtime_r > > instead. > > (thanks, lgtm)

[Bug debuginfod/27673] [debuginfod] Handle source requests for same buildid more efficiently

2021-12-03 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27673 Frank Ch. Eigler changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[PATCH] build: allow turning off --no-undefined and -z,defs

2021-12-03 Thread Evgeny Vereshchagin
ASan, UBSan and MSan provided by clang aren't compatible with --no-undefined and -z,defs: https://clang.llvm.org/docs/AddressSanitizer.html#usage https://github.com/google/sanitizers/issues/380 so to build elfutils with clang with the sanitizers it should be possible to turn them off. Without thi

[Bug debuginfod/28577] Make run-debuginfod-fd-prefetch-caches.sh test something

2021-12-03 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28577 Frank Ch. Eigler changed: What|Removed |Added Component|general |debuginfod CC|