public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-11-03 14:45 UTC 

patch, debuginfod
 2022-11-03 14:12 UTC 

[COMMITTED] readelf: Check gelf_getdyn doesn't return NULL
 2022-11-03 13:18 UTC 

[COMMITTED] libdw: Don't dereference and assign values we are skipping
 2022-11-03 13:18 UTC 

[COMMITTED] readelf: Check phdr != NULL or shdr != NULL in handle_dynamic
 2022-11-03 13:17 UTC 

[Bug libelf/29744] New: Please Provide the libelf.h standard and source documents
 2022-11-03  3:36 UTC 

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

[COMMITTED] debuginfod: Mark extract_section function static
 2022-11-02 17:03 UTC 

elfutils 0.188 released
 2022-11-02 14:55 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-11-02 14:19 UTC  (2+ messages)

[COMMITTED] Prepare for 0.188
 2022-11-02 12:56 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-11-02 12:06 UTC  (2+ messages)

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-11-02  0:22 UTC 

[PATCH OB] Changelog: Update entries from previous commits
 2022-11-02  0:14 UTC 

[PATCH OB] run-debuginfod-section.sh: Avoid zstd-compressed rpms
 2022-11-01 23:56 UTC 

[PATCH OB] debuginfod-client: Fix out-of-bounds write
 2022-11-01 23:55 UTC 

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-11-01 23:03 UTC 

[Bug debuginfod/29472] New: Support querying the debuginfod-server for metadata
 2022-11-01 22:20 UTC  (3+ messages)
` PATCH: Bug debuginfod/29472 followup

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

[PATCH] Add support for ARCv2
 2022-11-01 21:01 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3] debuginfod: Support queries for ELF/DWARF sections
 2022-11-01 20:29 UTC  (4+ messages)

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-10-31 13:51 UTC 

[PATCH 0/7] Enable building libelf of elfutils on win32
 2022-10-31 13:29 UTC  (23+ messages)
` [PATCH 1/7] Rename 'hello2.spec.' -> 'hello2.spec' 'hello3.spec.' -> 'hello3.spec'
` [PATCH 2/7] move platform depended include into system.h
` [PATCH 3/7] lib: Use NOT_HAVE_LIBINTL to guard if need #include <libintl.h>
` [PATCH 4/7] Remove duplicated "
` [PATCH 5/7] Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIAN
` [PATCH 6/7] Fixes building with msvc/clang mingw/gcc
` [PATCH 7/7] Add CMake build files

Proposed elfutils 0.188 release in Wednesday
 2022-10-31 11:15 UTC 

[PATCH] readelf: add binutils-style --syms option
 2022-10-30  9:12 UTC  (3+ messages)

[Bug general/29571] New: Add 'Key to Flags' to eu-readelf output
 2022-10-30  1:10 UTC  (3+ messages)
` [Bug general/29571] "

[Bug tools/29719] New: eu-readelf -s=section is confusing
 2022-10-30  0:52 UTC  (3+ messages)
` [Bug tools/29719] "

[Bug tools/29498] New: Is it expected that eu-strip strips .note.GNU-stack
 2022-10-28 23:06 UTC  (3+ messages)
` [Bug tools/29498] "

[COMMITTED] libelf: Sync elf.h from glibc
 2022-10-28 22:31 UTC 

[PATCH][RFC] readelf: partial support of ZSTD compression
 2022-10-28 22:21 UTC  (6+ messages)

[PATCH 00/25] Patches for building with mingw/gcc msvc/clang-cl
 2022-10-28 12:07 UTC  (34+ messages)
` [PATCH 01/25] Rename 'hello2.spec.' -> 'hello2.spec' 'hello3.spec.' -> 'hello3.spec'
` [PATCH 02/25] ignore build directory
` [PATCH 03/25] libebl: There is no need #include <dlfcn.h> in eblclosebackend.c and eblopenbackend.c
` [PATCH 04/25] libelf/libdwfl: Remove "#define LIB_SYSTEM_H 1" in libelf_crc32.c and libdwfl_crc32.c
` [PATCH 05/25] use #include <system.h> instead platform depended header <endian.h> in libdw/memory-access.h
` [PATCH 06/25] move platform depended include into system.h of libebl
` [PATCH 07/25] move platform depended include into system.h of libasm, libcpu, libdw, libdwfl and libdwelf
` [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 17/25] libelf: uid_t, gid_t and mode_t are not comes with msvcrt, so using long/unsigned long instead on win32
` [PATCH 18/25] lib: Use NOT_HAVE_LIBINTL to guard #include <libintl.h>
` [PATCH 19/25] libelf: F_GETFD may not predefined with msvc/mingw, guard the usage of it
` [PATCH 20/25] Add function sys_get_page_size to replace platform dependent sysconf (_SC_PAGESIZE)
` [PATCH 21/25] libasm: stdio_ext.h are not present on win32
` [PATCH 22/25] libebl/libdwelf: define ssize_t and pid_t for MSVC within installed header libdwelf.h and libebl.h
` [PATCH 23/25] libasm/debuginfod: fchmod doesn't present on win32
` [PATCH 24/25] lib: isatty is not available on windows

[PATCH] debuginfod-client: Add DEBUGINFOD_HEADERS_FILE
 2022-10-28 10:10 UTC  (2+ messages)

[Bug libdw/29711] New: In libdw.h struct Dwarf, struct Dwarf_Abbrev is defined using typedef and not using #include <libdwP.h> is not the way to comply with the specification?
 2022-10-27 21:30 UTC  (3+ messages)
` [Bug libdw/29711] "

[Bug libdw/29695] New: In libelf.h struct Elf, struct Elf_Scn is defined using typedef and not using #include <libelfP.h> is not the way to comply with the specification?
 2022-10-27 20:55 UTC  (3+ messages)
` [Bug libelf/29695] "

[Bug libdw/29434] New: Memory leak in `dwarf_getscopes`
 2022-10-27 20:37 UTC  (2+ messages)
` [Bug libdw/29434] "

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-10-27 19:50 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-10-27 19:25 UTC 

[PATCH] configure.ac: Update AC_PROG_CC and AC_PROG_LEX for autoconf 2.70
 2022-10-27 16:49 UTC  (2+ messages)

[COMMITTED] Use grep -E instead of egrep, use grep -F instead of fgrep
 2022-10-27 16:37 UTC 

[COMMITTED] config: Add BuildRequires socat for run-debuginfod-response-headers.sh
 2022-10-27 16:31 UTC 

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

One shot mode for debuginfod server
 2022-10-27 13:37 UTC  (2+ messages)

[PATCH] readelf: Handle DW_LLE_GNU_view_pair
 2022-10-27 13:30 UTC  (2+ messages)

[PATCH v2] debuginfod: Support queries for ELF/DWARF sections
 2022-10-26 17:57 UTC  (8+ messages)
` [PATCH] "

You have received sourceware.org Files #-2068735186
 2022-10-25  8:00 UTC 

[Bug general/29565] New: elfutils: support zstd for SHF_COMPRESSED debug sections
 2022-10-24 11:10 UTC  (3+ messages)
` [Bug general/29565] "

Fuzzing elfutils
 2022-10-22 10:21 UTC  (6+ messages)

[Bug debuginfod/29714] New: debuginfod rely on gcc being configured with --enable-linker-build-i
 2022-10-21 17:18 UTC  (3+ messages)
` [Bug debuginfod/29714] "

[Bug debuginfod/28204] New: extend webapi / verification with forthcoming signed-contents archives
 2022-10-20 23:11 UTC  (3+ messages)
` [Bug debuginfod/28204] "

GNU Tools Cauldron 2022 - video recordings
 2022-10-18 10:58 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-10-17 14:59 UTC 

[Bug debuginfod/29696] New: intermittent libmicrohttpd assertion failures related to socket fd closing
 2022-10-17 14:15 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-10-17 14:09 UTC  (4+ messages)

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-10-16 21:18 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-10-16 21:02 UTC 

[PATCH v2 0/7] Enable building libelf of elfutils on win32
 2022-10-16 20:55 UTC  (7+ messages)
` [PATCH v2 2/7] move platform depended include into system.h of libelf
` [PATCH v2 3/7] Move the #include <libintl.h> into eu-config.h
` [PATCH v2 4/7] lib: Use NOT_HAVE_LIBINTL to guard #include <libintl.h>

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-10-16 16:58 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-10-16 16:26 UTC  (2+ messages)

[PATCH] libdwfl: add dwfl_report_offline_memory
 2022-10-16 15:19 UTC  (2+ messages)

[PATCH] tests: do not fail on zero sized DIEs (binutils-2.39 compatible)
 2022-10-13 18:13 UTC  (5+ messages)
` [PATCH v2] "

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-10-13 16:51 UTC 

[PATCH] tests: Add libeu to tests needing error() API
 2022-10-13 15:58 UTC  (2+ messages)

[PATCH RFC] backends: Add RISC-V object attribute printing
 2022-10-13 14:53 UTC  (2+ messages)

[PATCH] debuginfod: Support queries for ELF/DWARF sections
 2022-09-28 18:20 UTC  (3+ messages)

[OB PATCH] debuginfod-client: Ensure only negative error codes returned
 2022-09-28 14:17 UTC 

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-09-27 16:07 UTC 

[PATCH] Retrive 64bit timestamp from curl_easy_getinfo on _TIME_BITS=64 environment
 2022-09-27 15:17 UTC  (2+ messages)

[Bug general/29614] New: Fails to build with GCC master + -D_FORTIFY_SOURCE=3
 2022-09-26 19:17 UTC  (7+ messages)
` [Bug general/29614] "

[Bug debuginfod/29574] New: debuginfod: allow recursive scanning of archives
 2022-09-15  9:17 UTC 

[PATCH] debuginfod: Add Ubuntu's debuginfod service to the list
 2022-09-15  7:33 UTC  (2+ messages)

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-09-14 19:36 UTC 

[Bug tools/28729] New: After eu-ar -r added file into archive, it changes file permission
 2022-09-14 19:01 UTC  (2+ messages)
` [Bug tools/28729] "

[Bug tools/28725] New: eu-ar -x -N COUNT uses instance [COUNT+1] of name
 2022-09-14 19:00 UTC  (2+ messages)
` [Bug tools/28725] "

[Bug general/29176] New: run-backtrace-native-biarch.sh seems to fail on Ubuntu Jammy
 2022-09-13 10:06 UTC  (2+ messages)
` [Bug general/29176] "

Patchwork may go down for maintenance today
 2022-09-09 12:43 UTC 

Proposing Sourceware as SFC member project
 2022-09-08 22:53 UTC  (2+ messages)
` Sourceware accepted "

-Werror=array-bounds
 2022-09-08 14:15 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).