From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58336 invoked by alias); 23 Sep 2019 22:44:28 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 58328 invoked by uid 89); 23 Sep 2019 22:44:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:732, welcome!, montreal, dj X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Sep 2019 22:44:26 +0000 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A21C818C8914; Mon, 23 Sep 2019 22:44:25 +0000 (UTC) Received: from greed.delorie.com (ovpn-116-72.phx2.redhat.com [10.3.116.72]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 73ECD196B2; Mon, 23 Sep 2019 22:44:25 +0000 (UTC) Received: from greed.delorie.com.redhat.com (localhost [127.0.0.1]) by greed.delorie.com (8.14.7/8.14.7) with ESMTP id x8NMiOI4017510; Mon, 23 Sep 2019 18:44:24 -0400 From: DJ Delorie To: Anthony Green Cc: libffi-discuss@sourceware.org, fweimer@redhat.com Subject: Re: Some libffi updates In-Reply-To: (message from Anthony Green on Thu, 19 Sep 2019 14:29:38 -0400) Date: Mon, 23 Sep 2019 22:44:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2019/txt/msg00033.txt.bz2 Anthony Green writes: > Yesterday, in Montreal, DJ Delorie, Florian Weimer and I had a little > libffi meeting ... Very "little" :-) > A new libffi release was the #1 topic. My main concern here is making sure > we haven't broken the ABI since the last release. DJ pointed out that we > can use libabigail ( https://sourceware.org/libabigail/ ) as part of the > build/CI process , comparing the output to the current Fedora libffi (for > instance). I believe that he's going to try to make this happen. Yup! > In addition, as a result of this meeting, I have enabled libffi repo commit > access for DJ. Thanks for your help DJ! You're welcome! And thank you for meeting with us!