From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd34.google.com (mail-io1-xd34.google.com [IPv6:2607:f8b0:4864:20::d34]) by sourceware.org (Postfix) with ESMTPS id 8A1C338515F6 for ; Mon, 28 Jun 2021 14:09:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8A1C338515F6 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=moxielogic.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=moxielogic.com Received: by mail-io1-xd34.google.com with SMTP id y76so11680144iof.6 for ; Mon, 28 Jun 2021 07:09:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=moxielogic-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=YyLHlVQKoom4CYiI+o79q1wWN6yLMr2HfbaxgESUTX4=; b=PydfENJBDe5d+bRMsYyVBy87twGL3uGhy+YS1i0alCvdKuQEUXywF8+WO9+kUPhHu2 k6M+0QWSa/SyVl/62DRmUzGOWhKJOl5/Fk7ExO6wAtHC7QFSvmE8tJ13l3o17yABHG68 kYHdgvDj05rrS7pZ1cBjuF+/8v9ZLdIzpQciTN1+qUVtW3TxMm3brT9eWCVUpNedW1SA 7xG9Y3UfSkLPLKxlXbrdo3pPHi/0pH0EitYoX0Rxv6XBeXEQWlCaaTKGznsIvf44jtx2 oCGTXLlHZAFaeD2EhHcxPv9HsjO4fPQnK4YM3CsJqXbkvDOmYvLm8u+RnTdzA1bAyA7d X1Bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YyLHlVQKoom4CYiI+o79q1wWN6yLMr2HfbaxgESUTX4=; b=CyU0A1AtIGnHHnoQ1e2kno03GcIjmf63tseDKrtq16SDrajVX/0eE5OwidL/cBzS8p zDTOBFmxzmwppZZRyhWn4vPBhgDLfSl6OwMkPGza3lSO0YMJP3WPAfOb3XrwnLe4NgeR oBV+5W3/lpoH4l9CiT3AO25DEh+aMAHMsUlqhs1VemT95fnx1Na9iGx+GIZ/5OA6kvbJ NM7IfMZ6O575ml5S3JnN5j0t50mwR49QOd3ZTRXSVN2d7Ep2Z44NxIBCZ8erTUTkkakb 5n5nxKuspGRxd66fqfiKv0kGQDuBA9KFQLjWwZehU/bTwYBcsMYfuTxgcrbJ32mNYrtI SmaQ== X-Gm-Message-State: AOAM533qIBeakVHaakdiD4S2mskVYBai+PJFvhmCwIdu6O7Hes9b8JFK gWbSygDBX4PeBl/5I1LRiz079nWdSYtTomcbu41QAJ40fhZW406bg5M= X-Google-Smtp-Source: ABdhPJziRf/e8Nn3b28kL5T32lGYAFQ9eL761yCm3M0IEriLxoq5BiTc3569JeTeHz46baTNW71eYirnbpfsKeeH4ec= X-Received: by 2002:a6b:720c:: with SMTP id n12mr6207827ioc.57.1624889367850; Mon, 28 Jun 2021 07:09:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Anthony Green Date: Mon, 28 Jun 2021 10:09:17 -0400 Message-ID: Subject: Re: Aiming for a libffi release in the next two weeks To: libffi-discuss , Jeremy Huddleston Sequoia Cc: jlaw@tachyum.com X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: libffi-discuss@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libffi-discuss mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2021 14:09:30 -0000 I've just published libffi 3.4.0 release candidate 2. You can download and test from here: https://github.com/libffi/libffi/releases/tag/v3.4.0-rc2 Thanks for all of the last-minute changes. Any additional feedback would be greatly appreciated! AG On Sat, Jun 26, 2021 at 12:19 PM Anthony Green wrote: > I've just published libffi 3.4 release candidate 1. You can download and > test from here: > https://github.com/libffi/libffi/releases/tag/v3.4-rc1 > > I'd appreciate any feedback and hope to make the final release on Monday > at the latest. > > AG > > > On Tue, Jun 15, 2021 at 3:50 PM Anthony Green > wrote: > >> DJ brought to my attention the fact that we'll be missing important >> release windows for Fedora and downstream distros if we don't get >> something out the door in the next two weeks. And I'm very excited about >> the improvements targeted for this release -- Madhavan's static trampoline >> work in particular. >> >> There are a number of PR and Issues that have been sitting around for a >> while. Please bump them if you think they are important. >> >> One area I'd like some clarity on is "apple silicon" support. Not being >> a Mac user, I'm looking at Apple and Jeremy Huddleston Sequoia for guidance >> here. There's a big PR WIP sitting on github. >> >> Also.. travis-ci testing for MacOS hasn't been working for a long time >> thanks to homebrew timeouts. Something got really slow here. Does >> anybody have insight into this? >> >> As always, thank you for your contributions and patience. Big shout out >> to DJ for his recent efforts. >> >> AG >> >> In the queue for 3.4... >> >> Add static trampoline support for Linux on x86_64 and ARM64. >> Add support for Alibaba's CSKY architecture. >> Add support for Kalray's KVX architecture. >> Add support for Intel Control-flow Enforcement Technology (CET). >> Add support for ARM Pointer Authentication (PA). >> Fix 32-bit PPC regression. >> Fix MIPS soft-float problem. >> Fox x86-64 nested struct varargs passing problem. >> Enable tmpdir override with the $LIBFFI_TMPDIR environment >> variable. >> Enable compatibility with MSVC runtime stack checking. >> Reject float and small integer argument in ffi_prep_cif_var(). >> Callers must promote these types themselves. >> >>