From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 586CF3858D32 for ; Tue, 21 Feb 2023 13:33:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 586CF3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 7D4173039EBD for ; Tue, 21 Feb 2023 14:33:24 +0100 (CET) Received: by r6.localdomain (Postfix, from userid 1000) id 2811C34015F; Tue, 21 Feb 2023 14:33:23 +0100 (CET) Message-ID: <1996fa4b82dc285843621a3cd901fe687f0396c7.camel@klomp.org> Subject: elfutils 0.189 release next week From: Mark Wielaard To: elfutils-devel@sourceware.org Date: Tue, 21 Feb 2023 14:33:23 +0100 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 (3.46.4-1.fc37) MIME-Version: 1.0 X-Spam-Status: No, score=-3031.4 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, We accumulated a lot of patches since 0.188 (59 commits by 13 authors) with some nice new features and some important bug fixes. So it would be good to push a new release out. I cleaned up the patchwork list and will go over the following 25 pending patches to see what can be incorporated: https://patchwork.sourceware.org/project/elfutils/list/ [*] If your patch is not on that list please ping. I propose to do the 0.189 release on Tuesday February 28, but it can be earlier or later if that is more convenient. Cheers, Mark [*] That is this list of patches: git pw patch list --format simple --state New --state RFC --state Under-Review --state Changes-Requested --column Name [2/2] libdw: Use elf_rawdata when checking .debug section [1/2] libelf: memmove any extra bytes left by elf_cvt_gnuhash convers... A scenario where Perf cannot unwind the user stack by dwarf with libd... PR28873 - Implement eu-readelf -D [v2,16/16] lib: Use HAVE_LIBINTL_H to guard #include [v2,15/16] libelf: F_GETFD may not predefined with msvc/mingw, guard ... [v2,14/16] Add function sys_get_page_size to replace platform depende... [v2,12/16] libasm/debuginfod: fchmod doesn't present on win32 [v2,11/16] libebl/libdwelf: define ssize_t and pid_t for MSVC within ... [v2,10/16] libasm: stdio_ext.h are not present on win32 [v2,09/16] libelf: uid_t, gid_t and mode_t are not comes with msvcrt,... [v2,08/16] lib: Implement error properly even when not HAVE_ERR_H [v2,07/16] libdw: Fixes compile of dwarf_whatattr.c and dwarf_whatfor... [v2,05/16] libcpu: Remove the need of NMNES by using enum [v2,04/16] Fixes usage of basename about prototype differences [v2,03/16] Use configure to detect HAVE_DECL_MMAP and use it for syst... [v2,02/16] move platform depended include into system.h of libebl PATCH: Bug debuginfod/29472 followup [RFC] backends: Add RISC-V object attribute printing [Bug,libdw/29434] Memory leak in `dwarf_getscopes` [PATCHv2] strip: keep .ctf section in stripped file [4/4] libdwfl, eu-stack, aarch64: Add API for setting AARCH64 PAC mas... [3/4] libdwfl, aarch64: Demangle return addresses using a PAC mask [2/4] libdw, aarch64: Implement DW_CFA_AARCH64_negate_ra_state CFI in... [1/4] aarch64: Create definitions for AARCH64_RA_SIGN_STATE register