From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by sourceware.org (Postfix) with ESMTP id 8449A3861857 for ; Fri, 5 Feb 2021 19:38:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8449A3861857 Received: from [192.168.254.32] (unknown [47.187.219.45]) by linux.microsoft.com (Postfix) with ESMTPSA id DD0E120B6C40; Fri, 5 Feb 2021 11:38:10 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com DD0E120B6C40 Subject: Re: [RFC PATCH v3 0/5] Libffi Static Trampolines To: Anthony Green Cc: libffi-discuss , fweimer@redhat.com, DJ Delorie References: <20210115184653.124913-1-madvenka@linux.microsoft.com> <849643ba-5c3e-31e6-b784-d0fc2345ce00@linux.microsoft.com> <811113c4-7bda-ee21-cdb9-4ab20d1fd291@linux.microsoft.com> <78796ef0-d66b-81e5-d029-5299ff3a4028@linux.microsoft.com> From: "Madhavan T. Venkataraman" Message-ID: <07ba7b8f-49b0-d3e9-3c33-69e7e6c9c03b@linux.microsoft.com> Date: Fri, 5 Feb 2021 13:38:09 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-20.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, ENV_AND_HDR_SPF_MATCH, NICE_REPLY_A, SPF_HELO_PASS, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: Fri, 05 Feb 2021 19:38:13 -0000 On 2/5/21 12:46 PM, Anthony Green wrote: > On Fri, Feb 5, 2021 at 1:20 PM Madhavan T. Venkataraman > wrote: > > I have created the PR. Please review. > > > Thank you! >   > > Do I also need to send the patchset to the libffi alias? Please advise. > > > No need.   > > I appreciate your efforts! > > AG > The Appveyor CI tests are showing green. But the test logs still show a build failure somewhere. Let me fix that if I can. If you want to hold off on the review till then, that is fine. Madhavan