public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
[PATCH] debuginfod: export DEBUGINFOD_SONAME macro in debuginfod.h
 2020-12-09  0:30 UTC  (18+ messages)
        ` [PATCH v2 1/3] "
        ` [PATCH v2 2/3] debuginfod: create the fully versioned libdebuginfod file name during build
          ` [PATCH v2 4/3] debuginfod: create libdebuginfod files using a race-free method
        ` [PATCH v2 3/3] libdwfl: do not fall back to dlopen of libdebuginfod.so
            ` [PATCH v3 1/3] debuginfod: export DEBUGINFOD_SONAME macro in debuginfod.h
            ` [PATCH v3 2/3] debuginfod: create libdebuginfod.so.1 before libdebuginfod.so
            ` [PATCH v3 3/3] libdwfl: switch to DEBUGINFOD_SONAME, remove libdebuginfod.so fallback

eu-strip --reloc-debug-sections-only on linux .debug objects
 2020-12-08 23:22 UTC  (3+ messages)

Will eu-addr2line support debuginfod?
 2020-12-08 14:06 UTC  (3+ messages)

Remove nested functions from link_map.c V2
 2020-12-07 11:11 UTC  (3+ messages)
` [PATCH 1/2] link_map: Pull release_buffer() into file scope
` [PATCH 2/2] link_map: Pull read_addrs() "

link_map: Remove nested functions
 2020-12-06 13:41 UTC  (7+ messages)
` [PATCH 1/3] link_map: Pull release_buffer() into file scope
` [PATCH 2/3] link_map: Pull read_addrs() in "
` [PATCH 3/3] link_map: Inline consider_phdr() into only caller

[PATCH] Drop $(EXEEXT) suffix from shared libraries
 2020-12-06 11:49 UTC  (3+ messages)

[Bug libelf/23787] New: Invalid Address Deference problem in function elf_end in libelf the latest elfutils-0.174
 2020-12-02 10:10 UTC  (3+ messages)
` [Bug tools/23787] eu-size: Bad handling of ar files inside are files

[Bug debuginfod/26125] New: during debuginfod cache cleanup, try harder to rmdir empty dirs
 2020-11-30 12:47 UTC  (8+ messages)
` [Bug debuginfod/26125] "

Buildbot failure in Wildebeest Builder on whole buildset
 2020-11-29  1:18 UTC  (4+ messages)

[PATCH] debuginfod: Try to remove empty cache dirs
 2020-11-28  1:25 UTC 

Remove remaining nested functions from libdwfl
 2020-11-28  1:02 UTC  (5+ messages)
` [PATCH 1/3] segment_report_module: Pull finish_portion() into file scope
` [PATCH 2/3] segment_report_module: Pull read_portion() "
` [PATCH 3/3] segment_report_module: Inline consider_notes() into only caller

Remove nested functions from libdwfl V2
 2020-11-26 11:31 UTC  (15+ messages)
` [PATCH 01/12] segment_report_module: Get rid of segment_read()
` [PATCH 02/12] segment_report_module: Remove nested release_buffer() function
` [PATCH 03/12] segment_report_module: Pull finish_portion() info file scope
` [PATCH 04/12] segment_report_module: Pull read_portion() into "
` [PATCH 05/12] segment_report_module: Use a struct for build id information
` [PATCH 06/12] segment_report_module: Pull consider_notes() into file scope
` [PATCH 07/12] segment_report_module: Get rid of nested final_read() function
` [PATCH 08/12] segment_report_module: Use one loop for p32/p64 arrays
` [PATCH 09/12] segment_report_module: Inline read_phdr() into only caller
` [PATCH 10/12] segment_report_module: Unify d32/d64 loops
` [PATCH 11/12] segment_report_module: Inline consider_dyn() into only caller
` [PATCH 12/12] segment_report_module: Inline consider_phdr() "

patch: debuginfod sqlite3 metrics
 2020-11-26 11:25 UTC  (4+ messages)

patches obv debuginfod
 2020-11-26  2:22 UTC 

[Bug libdw/26930] New: tsearch/tfind tree caches need locking
 2020-11-24 12:17 UTC  (2+ messages)
` [Bug libdw/26930] "

[announce] Void Linux debuginfod server
 2020-11-24  1:29 UTC 

Buildbot failure in Wildebeest Builder on whole buildset
 2020-11-23 17:58 UTC  (2+ messages)

[PATCH] debuginfod-client: Add debuginfod_set_verbose_fd and DEBUGINFOD_VERBOSE
 2020-11-23 16:10 UTC  (2+ messages)

[Bug general/23786] New: Divide-by-zero Problem in function arlib_add_symbols() in arlib.c in elfutils-0.174
 2020-11-22 14:50 UTC  (2+ messages)
` [Bug tools/23786] "

[Bug libdw/26921] New: dwarf_getalt () not thread-safe
 2020-11-21 23:53 UTC  (10+ messages)
` [Bug libdw/26921] "

[PATCH] debuginfod: Handle "/" and report unrecognized operations
 2020-11-21 20:06 UTC 

[patch] debuginfod more metrics
 2020-11-21 15:52 UTC  (2+ messages)

[PATCH 1/1] IBM Z: Fix endianess problem in pid_memory_read
 2020-11-20  6:20 UTC  (3+ messages)

Buildbot failure in Wildebeest Builder on whole buildset
 2020-11-19 13:55 UTC  (2+ messages)

Removing gnu99 constructs from elfutils
 2020-11-19 11:48 UTC  (25+ messages)
` [PATCH 01/14] segment_report_module: Get rid of variable-length arrays
` [PATCH 02/14] segment_report_module: Pull segment_read into file scope
` [PATCH 03/14] segment_report_module: Remove nested finish() function
` [PATCH 04/14] segment_report_module: Remove nested release_buffer() function
` [PATCH 05/14] segment_report_module: Pull finish_portion() info file scope
` [PATCH 06/14] segment_report_module: Pull read_portion() into "
` [PATCH 07/14] segment_report_module: Use a struct for build id information
` [PATCH 08/14] segment_report_module: Pull consider_notes() into file scope
` [PATCH 09/14] segment_report_module: Get rid of nested final_read() function
` [PATCH 10/14] segment_report_module: Use one loop for p32/p64 arrays
` [PATCH 11/14] segment_report_module: Inline read_phdr() into only caller
` [PATCH 12/14] segment_report_module: Unify d32/d64 loops
` [PATCH 13/14] segment_report_module: Inline consider_dyn() into only caller
` [PATCH 14/14] segment_report_module: Inline consider_phdr() "

[Bug libelf/26878] New: elflint reports error on SHT_X86_64_UNWIND .eh_frame section
 2020-11-18 11:38 UTC  (3+ messages)
` [Bug libelf/26878] "

Subject: [PATCH] Make elflint and libebl understand .rela.eh_frame like other section type
 2020-11-18 10:44 UTC  (4+ messages)

[PATCH] define SHT_LLVM_ADDRSIG section rather than error out
 2020-11-18  5:34 UTC  (3+ messages)

Buildbot failure in Wildebeest Builder on whole buildset
 2020-11-17 17:10 UTC  (2+ messages)

[PATCH] debuginfod-find: Be a bit less verbose with -v
 2020-11-17 13:38 UTC  (4+ messages)

[PATCH v2] Support building when fts and obstack aren't part of libc
 2020-11-17 13:32 UTC  (7+ messages)

[Bug libdw/22252] New: Parallel parsing of CU's DIEs from libdw
 2020-11-13  0:00 UTC  (2+ messages)
` [Bug libdw/22252] "

[Bug debuginfod/25366] New: debuginfod scan: more progress/status
 2020-11-11 15:19 UTC  (2+ messages)
` [Bug debuginfod/25366] "

Indent and formatting of elfutils
 2020-11-09 17:21 UTC  (2+ messages)

[PATCH] libelf: Update SH_ENTSIZE_HASH comment
 2020-11-09 17:17 UTC  (2+ messages)

multi debug files and artificial module
 2020-11-09 17:09 UTC  (4+ messages)

[PATCH] libdwfl: Do not dlopen libdebuginfod if DEBUGINFOD_URLS is unset or empty
 2020-11-09 14:57 UTC  (3+ messages)

[PATCH] config: Conditionalize on LIBDEBUGINFOD instead of DEBUGINFOD
 2020-11-09 13:31 UTC  (10+ messages)
` [PATCH 2/1] config: do not define DEBUGINFOD_URLS environment variable unnecessarily

[PATCH] libelf: Check header exists in elf_strptr
 2020-11-06 17:49 UTC  (2+ messages)

[PATCH] libelf: Set dst to zero on failure in __elf_getphdrnum_rdlock
 2020-11-06 17:48 UTC  (2+ messages)

[PATCH] libelf: Use GElf_Ehdr instead of Elf handle in __libelf_data_type
 2020-11-06 17:43 UTC  (2+ messages)

[PATCH] tests: Create bogus R/nothing.rpm with cyclic symlink
 2020-11-06 17:38 UTC  (2+ messages)

[PATCH v2] debuginfod.cxx: include libintl.h
 2020-11-05  0:36 UTC  (7+ messages)

[PATCH] Switch from numerical to defined constants for permissions
 2020-11-03 15:11 UTC  (2+ messages)

building static libs
 2020-11-03 13:46 UTC  (5+ messages)
` ** POTENTIAL FRAUD ALERT - RED HAT ** "

elfutils 0.182 released
 2020-10-31 22:52 UTC 

[PATCH] Do not install profile.d/debuginfod.*sh files unless debuginfod is enabled
 2020-10-31 20:34 UTC  (2+ messages)

[COMMITTED] Prepare for 0.182
 2020-10-31 17:01 UTC 

obv [PATCH] debuginfod acceleration, metrics
 2020-10-31 14:00 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).