From patchwork Sun Aug 9 06:00:01 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 94805 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9426BC5AD6A for ; Sun, 9 Aug 2026 06:00:03 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4795.1786255202118238028 for ; Sat, 08 Aug 2026 23:00:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=VsG5Xu8P; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ottVi6kv; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019fe51b5590-d9985633-666a-4108-97d4-0a91a2f2abba-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1786255202; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=p6F3uXnCRU/opspH5JONNNOmb0LS0N5WzdAuNk4X4tE=; b=VsG5Xu8PCY+26BYA9yPzOh1nfukg1bbl3KD+llpC68UTUdUG/HpHkc1696fNgoeA xDwJ+nBEKzjuIBu5wgLKgi+IdkqBqXgS4erxZUdD/gjKE5oncUDOvUM4Bbv13SHVAo+ GfJsRas8n5ilcI05oPVcyBItSPIxidSsgtJb64hI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1786255202; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=p6F3uXnCRU/opspH5JONNNOmb0LS0N5WzdAuNk4X4tE=; b=ottVi6kvbq0BHeAc7W9NTMXiTPioovRYVZZjolOYX54Ch3lreeQoc3qp4pd5BKZy PQmjnPZ0Afitd67A2AkgkCwJmfXzjeNLR/UPrdLBgrz0uex5zg6dsmv1ql3yV6G1/sw V22A7O71PynAqPG2lcV7r0CHDFqiZ6DndTTGamr4= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libffi: upgrading to 3.8.0 SUCCEEDED Message-ID: <0101019fe51b5590-d9985633-666a-4108-97d4-0a91a2f2abba-000000@us-west-2.amazonses.com> Date: Sun, 9 Aug 2026 06:00:01 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.09-54.240.27.45 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 09 Aug 2026 06:00:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243061 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libffi* to *3.8.0* has Succeeded. Next steps: - apply the patch: git am 0001-libffi-upgrade-3.7.1-3.8.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 867735e978405c2eda72db568a07832ca3f57624 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 9 Aug 2026 05:49:04 +0000 Subject: [PATCH] libffi: upgrade 3.7.1 -> 3.8.0 Source: ChangeLog commit 12ffd1f9dc56fcea79d2f742f424301ae668d663 Author: Anthony Green Date: Sat Aug 8 18:08:29 2026 -0400 README: order 3.8.0 notes by decreasing importance Lead with new capabilities (VECTOR types, ffi_call_plan_size, ppc64 _Complex long double), then correctness fixes by severity, then the trampoline caching optimization. Co-Authored-By: Claude Opus 4.8 (1M context) commit 8f2a41d9d89dd8ee2c2438f1e2f9cf04aa9a53d4 Author: Anthony Green Date: Sat Aug 8 18:05:33 2026 -0400 Release 3.8.0 Bump version to 3.8.0, soname to libffi.so.8.5.0 (libtool 13:0:5) for the new public interfaces added this cycle (FFI_TYPE_VECTOR, ffi_call_plan_size), date the README history section, and update doc/version.texi. Co-Authored-By: Claude Opus 4.8 (1M context) commit d956fe177ccfd4bb91ae7cb3ccaa0f8935a76522 Author: Anthony Green Date: Sat Aug 8 17:38:40 2026 -0400 testsuite: distribute plan_size.c The ffi_call_plan_size test added in #1006 was not listed in EXTRA_DIST, so it would be omitted from release tarballs (it still runs from a git checkout, where dejagnu globs *.c). Add it alongside the other plan_*.c tests. Co-Authored-By: Claude Opus 4.8 (1M context) commit 670a0327b7d1576712a3cad7b9297f59f23d5430 Author: Anthony Green Date: Sat Aug 8 17:09:22 2026 -0400 README: note i386 BSD small-struct register return Follow-up to #1010, which returns small structs in registers on i386 FreeBSD/OpenBSD but did not update the History section. Co-Authored-By: Claude Opus 4.8 (1M context) commit f744bc303fa4c69f1202ce283b866ebc768e0432 Merge: abc18be0 5b8fa3fe Author: Anthony Green Date: Sat Aug 8 17:09:02 2026 -0400 Merge pull request #1010 from DTW-Thalion/x86-bsd-small-struct-return x86: return small structs in registers on the BSD i386 targets commit abc18be0d9ba9cc37c955b317e63cd52fd0d90ee Merge: ed742112 5f24e6a0 Author: Anthony Green Date: Sat Aug 8 16:57:36 2026 -0400 Merge pull request #1006 from rvandermeulen/call-plan-size call_plan: add ffi_call_plan_size to report a plan's allocation commit ed7421122880e4daff87f1c8623d508a2e2c5c9a Merge: e43f2548 e6db2d38 Author: Anthony Green Date: Sat Aug 8 16:41:24 2026 -0400 Merge pull request #1009 from libffi/fix-jumptable-desync-family Fix FFI_TYPE_LAST/vector jump-table desyncs on ia64, ppc64 (BE ELFv2), and aarch64 commit e6db2d38decee8bf6321472dff5147ad311e639a Author: Anthony Green Date: Fri Aug 7 17:00:49 2026 -0400 aarch64: reject sub-4-byte vector lanes in HVA classification is_vfp_type() maps a homogeneous vector aggregat [Changelog truncated as it exceeds 3000 characters; the full changelog can be found in an attachment to the AUH email] --- meta/recipes-support/libffi/libffi/not-win32.patch | 4 ++-- .../libffi/{libffi_3.7.1.bb => libffi_3.8.0.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/libffi/{libffi_3.7.1.bb => libffi_3.8.0.bb} (94%) diff --git a/meta/recipes-support/libffi/libffi/not-win32.patch b/meta/recipes-support/libffi/libffi/not-win32.patch index 1f77db2fe0..8808f502fb 100644 --- a/meta/recipes-support/libffi/libffi/not-win32.patch +++ b/meta/recipes-support/libffi/libffi/not-win32.patch @@ -1,4 +1,4 @@ -From 3b0ec51416b341cdb681796bd52dfe86d0d9bea0 Mon Sep 17 00:00:00 2001 +From 4f0da02754f86ec1aa38b2207872386b19605ec1 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 4 Feb 2016 16:22:50 +0000 Subject: [PATCH] libffi: ensure sysroot paths are not in libffi.pc @@ -20,7 +20,7 @@ Signed-off-by: Ross Burton 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 3370acc..2f96c6f 100644 +index 826b453..54a41d8 100644 --- a/configure.ac +++ b/configure.ac @@ -429,7 +429,7 @@ AC_ARG_ENABLE(multi-os-directory, diff --git a/meta/recipes-support/libffi/libffi_3.7.1.bb b/meta/recipes-support/libffi/libffi_3.8.0.bb similarity index 94% rename from meta/recipes-support/libffi/libffi_3.7.1.bb rename to meta/recipes-support/libffi/libffi_3.8.0.bb index e9afb7eb7c..583b143157 100644 --- a/meta/recipes-support/libffi/libffi_3.7.1.bb +++ b/meta/recipes-support/libffi/libffi_3.8.0.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5e9a8df556846bb3d1edec0d968a2311" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \ file://not-win32.patch \ " -SRC_URI[sha256sum] = "d5e9a6638ddbd2513ddb54518eb67e4bbe6fa707bcc01c10f6212f0a088d819d" +SRC_URI[sha256sum] = "7da3e2d9a171eb0a038f592ecad3ff2bb2550f3496d87b3b29ad0cf4430c0db4" EXTRA_OECONF = "--disable-builddir" EXTRA_OECONF:class-native += "--with-gcc-arch=generic"