public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
elfutils 0.193 released
 2025-04-25 21:10 UTC 

[PATCH v6 01/12] libebl [1/12]: api for perf register handling, start with x86_64
 2025-04-25 20:17 UTC  (14+ messages)
` [PATCH v6 02/12] libdwfl [2/12]: expose setfunc callback for libdwflP+libebl clients
` [PATCH v6 03/12] libebl [3/12]: eu-stacktrace: use new register handling api
` [PATCH v6 04/12] libdwfl_stacktrace [4/12]: intro library, add dwflst_perf_sample_preferred_regs_mask
` [PATCH v6 05/12] libdwfl_stacktrace [5/12]: introduce Dwflst_Process_Tracker
` [PATCH v6 06/12] libdwfl_stacktrace [6/12]: Elf* caching via dwflst_process_tracker
` [PATCH v6 07/12] eu-stacktrace [7/12]: use Dwflst_Process_Tracker for Elf * caching
` [PATCH v6 08/12] libdwfl_stacktrace [8/12]: Dwfl* caching via Dwflst_Process_Tracker
` [PATCH v6 09/12] libdwfl_stacktrace [9/12]: add dwflst_tracker_find_pid
` [PATCH v6 10/12] eu-stacktrace [10/12]: use dwflst_tracker_find_pid
` [PATCH v6 11/12] libdwfl_stacktrace [11/12]: add dwflst_perf_sample_getframes
` [PATCH v6 12/12] eu-stacktrace [12/12]: use dwflst_perf_sample_getframes

[PATCH v5 01/12] libebl [1/12]: api for perf register handling, start with x86_64
 2025-04-25 14:04 UTC  (29+ messages)
` [PATCH v5 02/12] libdwfl [2/12]: expose setfunc callback for libdwflP+libebl clients
` [PATCH v5 03/12] libebl [3/12]: eu-stacktrace: use new register handling api
` [PATCH v5 04/12] libdwfl_stacktrace [4/12]: intro library, add dwflst_perf_sample_preferred_regs_mask
` [PATCH v5 05/12] libdwfl_stacktrace [5/12]: introduce Dwflst_Process_Tracker
` [PATCH v5 06/12] libdwfl_stacktrace [6/12]: Elf* caching via dwflst_process_tracker
` [PATCH v5 07/12] eu-stacktrace [7/12]: use Dwflst_Process_Tracker for Elf * caching
` [PATCH v5 07/14] libdwfl_stacktrace [6/12]: Elf* caching via dwflst_process_tracker
` [PATCH v5 08/12] libdwfl_stacktrace [8/12]: Dwfl* caching via Dwflst_Process_Tracker
` [PATCH v5 09/12] libdwfl_stacktrace [9/12]: add dwflst_tracker_find_pid
` [PATCH v5 10/12] eu-stacktrace [10/12]: use dwflst_tracker_find_pid
` [PATCH v5 11/12] libdwfl_stacktrace [11/12]: add dwflst_perf_sample_getframes
` [PATCH v5 12/12] eu-stacktrace [12/12]: use dwflst_perf_sample_getframes

debuginfod-find: Way to obtain package metadata
 2025-04-25 11:22 UTC  (2+ messages)

scraperbot protection - Patchwork and Bunsen behind Anubis
 2025-04-23 17:49 UTC  (9+ messages)

[PATCH v4 01/12] libebl [1/12]: api for perf register handling, start with x86_64
 2025-04-23 17:11 UTC  (12+ messages)
` [PATCH v4 02/12] libdwfl [2/12]: expose setfunc callback for libdwflP+libebl clients
` [PATCH v4 03/12] libebl [3/12]: eu-stacktrace: use new register handling api
` [PATCH v4 04/12] libdwfl_stacktrace [4/12]: intro library, add dwflst_perf_sample_preferred_regs_mask
` [PATCH v4 05/12] libdwfl_stacktrace [5/12]: introduce Dwflst_Process_Tracker
` [PATCH v4 06/12] libdwfl_stacktrace [6/12]: Elf* caching via dwflst_process_tracker
` [PATCH v4 07/12] eu-stacktrace [7/12]: use Dwflst_Process_Tracker for Elf * caching
` [PATCH v4 08/12] libdwfl_stacktrace [8/12]: Dwfl* caching via Dwflst_Process_Tracker
` [PATCH v4 09/12] libdwfl_stacktrace [9/12]: add dwflst_tracker_find_pid
` [PATCH v4 10/12] eu-stacktrace [10/12]: use dwflst_tracker_find_pid
` [PATCH v4 11/12] libdwfl_stacktrace [11/12]: add dwflst_perf_sample_getframes
` [PATCH v4 12/12] eu-stacktrace [12/12]: use dwflst_perf_sample_getframes

Sourceware infrastructure updates for Q1 2025
 2025-04-22 23:43 UTC 

[PATCH 04/13] libdwfl [4/13]: add dwfl_perf_sample_preferred_regs_mask
 2025-04-22 22:28 UTC  (13+ messages)

[PATCH v2 01/12] libebl [1/12]: api for perf register handling, start with x86_64
 2025-04-17 21:23 UTC  (16+ messages)
` [PATCH v2 02/12] libdwfl [2/12]: expose setfunc callback for libdwfl+libebl clients
` [PATCH v2 03/12] libebl [3/12]: eu-stacktrace: use new register handling api
` [PATCH v2 04/12] libdwfl [4/12]: add dwfl_perf_sample_preferred_regs_mask
` [PATCH v2 05/12] libdwfl [5/12]: introduce Dwfl_Process_Tracker
` [PATCH v2 06/12] libdwfl [6/12]: Elf* caching via dwfl_process_tracker
` [PATCH v2 07/12] eu-stacktrace [7/12]: use Dwfl_Process_Tracker for Elf * caching
` [PATCH v2 08/12] libdwfl [8/12]: Dwfl* caching via dwfl_process_tracker
` [PATCH v2 09/12] libdwfl [9/12]: add dwfl_process_tracker_find_pid
` [PATCH v2 10/12] eu-stacktrace [10/12]: use dwfl_process_tracker_find_pid
` [PATCH v2 11/12] libdwfl [11/12]: add dwfl_perf_sample_getframes
` [PATCH v2 12/12] eu-stacktrace [12/12]: use dwfl_perf_sample_getframes

[PATCH v3 01/12] libebl [1/12]: api for perf register handling, start with x86_64
 2025-04-17 18:20 UTC  (12+ messages)
` [PATCH v3 02/12] libdwfl [2/12]: expose setfunc callback for libdwfl+libebl clients
` [PATCH v3 03/12] libebl [3/12]: eu-stacktrace: use new register handling api
` [PATCH v3 04/12] libdwfl [4/12]: add dwfl_perf_sample_preferred_regs_mask
` [PATCH v3 05/12] libdwfl [5/12]: introduce Dwfl_Process_Tracker
` [PATCH v3 06/12] libdwfl [6/12]: Elf* caching via dwfl_process_tracker
` [PATCH v3 07/12] eu-stacktrace [7/12]: use Dwfl_Process_Tracker for Elf * caching
` [PATCH v3 08/12] libdwfl [8/12]: Dwfl* caching via dwfl_process_tracker
` [PATCH v3 09/12] libdwfl [9/12]: add dwfl_process_tracker_find_pid
` [PATCH v3 10/12] eu-stacktrace [10/12]: use dwfl_process_tracker_find_pid
` [PATCH v3 11/12] libdwfl [11/12]: add dwfl_perf_sample_getframes
` [PATCH v3 12/12] eu-stacktrace [12/12]: use dwfl_perf_sample_getframes

[PATCH] libdw: Fix eu_search_tree TOCTOU bugs
 2025-04-15 21:04 UTC 

[PATCH] src/readelf.c: Access symbol and version data only if available
 2025-04-15 19:26 UTC  (2+ messages)

[Bug tools/32864] New: "eu-readelf: bad dynamic symbol" error on ELF without DT_VERSYM
 2025-04-10 14:55 UTC  (3+ messages)
` [Bug tools/32864] "

[PATCH] libdw: Add Nim language and dwarf_srclang tests
 2025-04-08 21:38 UTC  (3+ messages)

[PATCH v2] libdwfl: resolve all paths relative to sysroot
 2025-04-08 15:53 UTC  (3+ messages)

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2025-04-06 17:39 UTC 

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2025-04-06 17:05 UTC 

[PATCH] Avoid double-including config.h
 2025-04-06 16:50 UTC  (5+ messages)

[PATCH] libdw: add thread-safety to dwarf_getabbrev()
 2025-04-06 16:24 UTC  (7+ messages)
  ` [PATCH 1/3] Add some supporting framework for C11-style atomics

[PATCH 06/13] libdwfl [6/13]: Elf* caching via dwfl_process_tracker
 2025-04-04 14:13 UTC  (3+ messages)

☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)
 2025-04-04 13:07 UTC  (2+ messages)

[Bug general/29571] New: Add 'Key to Flags' to eu-readelf output
 2025-04-04 12:08 UTC  (5+ messages)
` [Bug general/29571] "

[PATCH v2] Add 'Key to Flags' to eu-readelf output [bz 29571]
 2025-04-04 12:08 UTC  (2+ messages)

Preparing for the 0.193 release on Friday April 25
 2025-04-02  0:05 UTC 

[PATCH 01/13] libebl [1/13]: api for perf register handling, start with x86_64
 2025-04-01 21:10 UTC  (6+ messages)

[PATCH 1/3] src: Add threadlib library for parallel job execution
 2025-04-01  4:10 UTC  (5+ messages)
` [PATCH 2/3] src/readelf.c: Support concurrency for -w, --debug-dump
` [PATCH 3/3] src/readelf.c: Add support for print_debug_* output buffering

[PATCH 1/5] doc: Add elf_end.3
 2025-04-01  4:05 UTC  (5+ messages)
` [PATCH 2/5] doc: Add elf_fill.3
` [PATCH 3/5] doc: Add elf_getbase.3
` [PATCH 4/5] doc: Add elf_hash.3
` [PATCH 5/5] doc: Add elf_kind.3

Question about elf symbol's file offset
 2025-03-30 22:37 UTC  (4+ messages)

[PATCH] debuginfod: add --listen-address option
 2025-03-28 11:20 UTC  (2+ messages)

Sourceware Survey 2025
 2025-03-28  9:58 UTC  (2+ messages)

[PATCH] debuginfod: add --listen-address option
 2025-03-27 15:50 UTC  (2+ messages)

[COMMITTED] libdw/libdw_findcu.c: Fix TOCTOU race condition in __libdw_findcu
 2025-03-27 14:21 UTC  (3+ messages)

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2025-03-27  4:52 UTC 

☝ Buildbot (Sourceware): elfutils - worker not pinged (main)
 2025-03-27  4:42 UTC 

[COMMITTED] tests/.gitignore: Add dwarf_language_lower_bound, test-manyfuncs
 2025-03-27  4:07 UTC 

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2025-03-27  3:15 UTC 

☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)
 2025-03-27  3:05 UTC 

☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)
 2025-03-27  0:14 UTC 

[COMMITTED] tests/thread-safety-subr.sh: Change if [[ ]] to if [ ]
 2025-03-26 22:59 UTC 

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2025-03-26 22:35 UTC 

☠ Buildbot (Sourceware): elfutils-snapshots-coverage - failed test (failure) (main)
 2025-03-26 22:01 UTC 

☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)
 2025-03-26 21:14 UTC 

[PATCH 1/1] debuginfod: add --http-addr option
 2025-03-26 20:25 UTC  (4+ messages)

[PATCH 1/4] dwarf.h: Add DWARF v6 langauge attributes and DW_LNAME constants
 2025-03-26 19:03 UTC  (8+ messages)
` [PATCH 2/4] libdw: Add dwarf_language and dwarf_language_lower_bound functions
` [PATCH 3/4] libdw: Make dwarf_srclang forward compatible with DW_AT_language_name
` [PATCH 4/4] readelf: Add support for printing DW_AT_language_name DW_LNAMEs

[PATCH 2/9 v4] libdw: Add locking to dwarf_getsrcfiles, dwarf_getsrclines, dwarf_macro_getsrcfiles
 2025-03-26 18:00 UTC  (4+ messages)
` [PATCH 3/9 v4] libdwP.h: Add locking to str_offsets_base_off

[PATCH] libdwfl: resolve all paths relative to sysroot
 2025-03-25 21:35 UTC  (3+ messages)

[RFC] sketch of an unwinder cache interface for elfutils libdwfl
 2025-03-20 14:28 UTC  (2+ messages)
` [RFC v2] "

[PATCH 05/13] libdwfl [5/13]: introduce Dwfl_Process_Tracker
 2025-03-20 13:36 UTC  (3+ messages)

[PATCH] Add 'Key to Flags' to eu-readelf output [bz 29571]
 2025-03-20 11:51 UTC  (3+ messages)

[PATCH 03/13] libebl [3/13]: eu-stacktrace: use new register handling api
 2025-03-19 21:17 UTC  (2+ messages)

[PATCH 02/13] libdwfl [2/13]: expose setfunc callback for libdwfl+libebl clients
 2025-03-19 21:06 UTC  (2+ messages)

[PATCH] Take latest of archive and file mtime
 2025-03-17 16:54 UTC  (5+ messages)

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).