public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
☠ Buildbot (Sourceware): elfutils - failed 'autoreconf -f ...' (failure) (master)
 2023-01-26 21:46 UTC  (2+ messages)

[PATCH] libdw: check memory access in get_(u|s)leb128
 2023-01-26 21:05 UTC  (2+ messages)

[PATCH] libdwfl: add check for elf_memory return value
 2023-01-26 20:48 UTC  (2+ messages)

preservation of signed rpms
 2023-01-26 19:37 UTC 

[Bug libdw/30047] New: libdw unable to handle DW_TAG_unspecified_type
 2023-01-26 17:41 UTC  (5+ messages)
` [Bug libdw/30047] "

[PATCH] libdw: Search for abstract origin in the correct CU
 2023-01-23  9:15 UTC 

[PATCH] addr2line: -C should not try to handle optional (ignored) argument
 2023-01-23  9:11 UTC 

☺ Buildbot (Sourceware): elfutils - build successful (master)
 2023-01-19 23:24 UTC 

[COMMITTED] tests: run-debuginfod-query-retry.sh /bin/sh might not have a build-id
 2023-01-19 23:00 UTC 

[PATCH] backends: sparc uses NONE relocation type in ET_EXEC and ET_DYN files
 2023-01-19 22:44 UTC  (3+ messages)

[Bug general/23732] New: Test failures on sparc64-linux-gnu
 2023-01-18 14:41 UTC  (3+ messages)
` [Bug general/23732] "

☺ Buildbot (Sourceware): elfutils - build successful (master)
 2023-01-16 19:56 UTC 

[PATCH][RFC] readelf: partial support of ZSTD compression
 2023-01-16 19:39 UTC  (25+ messages)
                ` [PATCHv2] support ZSTD compression algorithm
                          ` [PATCH] readelf: Check compression status of .debug section data

[Bug tools/28873] New: Implement eu-readelf -D
 2023-01-16 13:39 UTC  (3+ messages)
` [Bug tools/28873] "

[Bug general/28608] New: elflint elfstrmerge fails with ld.gold
 2023-01-16 10:33 UTC  (4+ messages)
` [Bug general/28608] "

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2023-01-14  2:51 UTC 

[COMMITTED] Fix typos from codespell
 2023-01-13 22:56 UTC 

[Bug debuginfod/30000] New: debuginfod-find should have a source-list verb
 2023-01-13 20:58 UTC  (2+ messages)
` [Bug debuginfod/30000] "

[Bug general/29571] New: Add 'Key to Flags' to eu-readelf output
 2023-01-13 10:00 UTC  (3+ messages)
` [Bug general/29571] "

[Bug tools/29826] New: eu-readelf prints out LOOS+0 instead of "IFUNC"
 2023-01-13  8:25 UTC  (2+ messages)
` [Bug tools/29826] "

☝ Buildbot (GNU Toolchain): elfutils - retry lost connection test (retry) (master)
 2023-01-11 15:41 UTC 

[Bug debuginfod/29975] New: Search concurrency doesn't respect CPU affinity
 2023-01-11 15:34 UTC  (5+ messages)
` [Bug debuginfod/29975] "

[Bug debuginfod/29976] New: webapi connection pool eats all file handles
 2023-01-11 15:34 UTC  (9+ messages)
` [Bug debuginfod/29976] "

[Bug debuginfod/29926] New: debuginfod using deprecated curl (since 7.55.0) curl API, fails to build with 7.87.0
 2023-01-11 14:17 UTC  (7+ messages)
` [Bug debuginfod/29926] "
` [Bug debuginfod/29926] debuginfod using deprecated curl (since 7.55.0) "

[PATCH] debuginfod-find.1: note on how to find a comp_dir
 2023-01-10 16:57 UTC 

[Bug debuginfod/29982] New: sqlite errors when searching
 2023-01-10 16:50 UTC  (11+ messages)
` [Bug debuginfod/29982] "

Proposing Sourceware as SFC member project
 2022-12-31 22:56 UTC  (4+ messages)
` Sourceware accepted "
  ` Sourceware infrastructure presentation and community Q&A

[Bug general/29565] New: elfutils: support zstd for SHF_COMPRESSED debug sections
 2022-12-23  8:48 UTC  (2+ messages)
` [Bug general/29565] "

☠ Buildbot (GNU Toolchain): elfutils-try-debian-armhf - failed compile (failure) (users/marxin/try-zstd-support-v2)
 2022-12-22 18:17 UTC  (8+ messages)

[PATCH 00/25] Patches for building with mingw/gcc msvc/clang-cl
 2022-12-22  3:50 UTC  (44+ messages)
` [PATCH 02/25] ignore build directory
` [PATCH 06/25] move platform depended include into system.h of libebl
` [PATCH 08/25] Use configure to detect HAVE_DECL_MMAP and use it for system doesn't provide sys/mman.h
` [PATCH 09/25] include libgen.h in system.h
` [PATCH 10/25] libcpu: Remove the need of NMNES by using enum
` [PATCH 11/25] libcpu: Use __asm instead asm that can be recognized by both clang-cl and gcc
` [PATCH 12/25] libcpu: Use "#define FCT_mod$64r_m FCT_mod$r_m" is enough and can be recognized by clang-cl on windows in i386_data.h
` [PATCH 13/25] libdw: typeof -> __typeof that can be recognized by both clang-cl and gcc
` [PATCH 14/25] libdw: check __OPTIMIZE__ in dwarf_whatattr.c and dwarf_whatform.c to match the header
` [PATCH 15/25] lib: Implement error properly even when not HAVE_ERR_H
` [PATCH 16/25] libeu: Move the implementation of pwrite_retry, write_retry and pread_retry from header to source
` [PATCH 19/25] libelf: F_GETFD may not predefined with msvc/mingw, guard the usage of it

[PATCH] libdwfl: Don't undef _
 2022-12-21 23:32 UTC  (2+ messages)

[PATCH v3] Add support for Synopsys ARCv2 processors
 2022-12-21 23:30 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v2 00/16] Patches for building with mingw/gcc msvc/clang-cl
 2022-12-21 23:07 UTC  (23+ messages)
` [PATCH v2 01/16] ignore build directory
` [PATCH v2 02/16] move platform depended include into system.h of libebl
` [PATCH v2 03/16] Use configure to detect HAVE_DECL_MMAP and use it for system doesn't provide sys/mman.h
` [PATCH v2 04/16] Fixes usage of basename about prototype differences
` [PATCH v2 05/16] libcpu: Remove the need of NMNES by using enum
` [PATCH v2 06/16] libcpu: Use __asm instead asm that can be recognized by both clang-cl and gcc
` [PATCH v2 07/16] libdw: Fixes compile of dwarf_whatattr.c and dwarf_whatform.c
` [PATCH v2 08/16] lib: Implement error properly even when not HAVE_ERR_H
` [PATCH v2 09/16] libelf: uid_t, gid_t and mode_t are not comes with msvcrt, so using long/unsigned long instead on win32
` [PATCH v2 10/16] libasm: stdio_ext.h are not present "
` [PATCH v2 11/16] libebl/libdwelf: define ssize_t and pid_t for MSVC within installed header libdwelf.h and libebl.h
` [PATCH v2 12/16] libasm/debuginfod: fchmod doesn't present on win32
` [PATCH v2 13/16] lib: isatty is not available on windows
` [PATCH v2 14/16] Add function sys_get_page_size to replace platform dependent sysconf (_SC_PAGESIZE)
` [PATCH v2 15/16] libelf: F_GETFD may not predefined with msvc/mingw, guard the usage of it
` [PATCH v2 16/16] lib: Use HAVE_LIBINTL_H to guard #include <libintl.h>

[PATCH] lib: Remove -ffunction-sections for xmalloc
 2022-12-21 22:38 UTC  (2+ messages)

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-12-21 19:24 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-12-21 18:22 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed compile (failure) (master)
 2022-12-21 17:25 UTC  (2+ messages)

[Bug libdw/29434] New: Memory leak in `dwarf_getscopes`
 2022-12-21 13:06 UTC  (2+ messages)
` [Bug libdw/29434] "

[Bug general/28891] New: Cross compilation for ARM fails when trying to run i386_gendis
 2022-12-21 12:30 UTC  (2+ messages)
` [Bug general/28891] "

[PATCH 1/1] support cross compilation
 2022-12-21 12:26 UTC  (4+ messages)

[PATCH] strip: keep .ctf section in stripped file
 2022-12-20 21:35 UTC  (3+ messages)
` [PATCHv2] "

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-12-20 18:26 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-12-19 23:56 UTC 

[PATCH] Add support for LoongArch
 2022-12-19 23:06 UTC  (3+ messages)

[Bug general/29767] New: run-backtrace-native-core{,-biarch}.sh Tests Fail
 2022-12-16 22:33 UTC  (4+ messages)
` [Bug general/29767] "

[PATCH 0/7] Enable building libelf of elfutils on win32
 2022-12-16 21:12 UTC  (7+ messages)
` [PATCH 6/7] Fixes building with msvc/clang mingw/gcc
` [PATCH 7/7] Add CMake build files

[PATCH] Add support for ARCv2
 2022-12-15  8:49 UTC  (8+ messages)

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-12-13 17:11 UTC 

[PATCH] libdwfl: Read no more than required to parse dynamic sections
 2022-12-13 16:49 UTC  (6+ messages)

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-12-12 20:57 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed configure (failure) (master)
 2022-12-12 16:33 UTC  (3+ messages)

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-12-12 14:31 UTC 

dwarf_nextcu can't handle abbrev offset correctly ?
 2022-12-02  2:03 UTC  (3+ messages)

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-11-29 10:00 UTC 

[PATCH] Missing newline for: elfcompress -t zlib-gnu a.out -force
 2022-11-28 14:43 UTC  (2+ messages)

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-11-28 13:30 UTC 

[Bug tools/29719] New: eu-readelf -s=section is confusing
 2022-11-28  9:59 UTC  (2+ messages)
` [Bug tools/29719] "

[PATCH] readelf: print warning for -sW
 2022-11-25 17:27 UTC  (2+ messages)

[PATCH RFC] backends: Add RISC-V object attribute printing
 2022-11-25 16:29 UTC  (3+ 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).