From patchwork Thu Aug 20 07:22:57 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: 95873 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 51958C5DF85 for ; Thu, 20 Aug 2026 07:23:06 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1809.1787210578852687036 for ; Thu, 20 Aug 2026 00:22:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=jVvg2zDr; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=gn6i1noQ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101a01e0d3782-fdaedf5e-b933-4322-af0f-8b86d0620e6b-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=1787210578; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=6VcP5A0GUYva3FABw34siB9vej9ha1vWx2IoJqkLnZ0=; b=jVvg2zDrftO73u6yT+E8bOxPZfCIiuXMeT+DsJK0lYdAhmHSFbZglvSHC2RIK347 0VcfVUZsN7EO8L2fDrNiaZ+3TskUKT9Td8zXH1WDp9fCaZffO/7LYk4MrzPX2/mC8Ki UdLbfmM033ZOi4XAAeSOUHbxIq5lI7B8R+doNn14= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1787210578; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=6VcP5A0GUYva3FABw34siB9vej9ha1vWx2IoJqkLnZ0=; b=gn6i1noQN6AuerxG/+oQUNau04YnjWpEg7CkLO+yBcH047sH7AW3+2mHVCOThzgm CrpcVUwyUVVvjAVeJ3Ny4fZ41JTC9egT1JZmS8fQqUxqIfIakXmGHySR0rhoKV0nfFY De6eocJ7VBd/OVOdBuUp8kNJyDMcGu/56cKQwTX8= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] erofs-utils: upgrading to 1.9.4 SUCCEEDED Message-ID: <010101a01e0d3782-fdaedf5e-b933-4322-af0f-8b86d0620e6b-000000@us-west-2.amazonses.com> Date: Thu, 20 Aug 2026 07:22:57 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.20-54.240.27.192 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 ; Thu, 20 Aug 2026 07:23:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243809 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *erofs-utils* to *1.9.4* has Succeeded. Next steps: - apply the patch: git am 0001-erofs-utils-upgrade-1.9.3-1.9.4.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 bbfc6890473098ba6b0382734f8ea7f84b69fd9a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 20 Aug 2026 05:12:56 +0000 Subject: [PATCH] erofs-utils: upgrade 1.9.3 -> 1.9.4 Source: ChangeLog erofs-utils 1.9.4 * A quick maintenance release includes the following fixes: - (fsck.erofs, dump.erofs) Fix image extraction when `-Efragments` is enabled (Seula Lee); - (mkfs.erofs) Fix multi-threaded compression crashes on macOS (Isaiah DeRose-Wilson). -- Gao Xiang Wed, 19 Aug 2026 19:30:00 +0800 --- .../erofs-utils/{erofs-utils_1.9.3.bb => erofs-utils_1.9.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/erofs-utils/{erofs-utils_1.9.3.bb => erofs-utils_1.9.4.bb} (93%) diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.3.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.4.bb similarity index 93% rename from meta/recipes-devtools/erofs-utils/erofs-utils_1.9.3.bb rename to meta/recipes-devtools/erofs-utils/erofs-utils_1.9.4.bb index 2b849f2a4e..45339656b5 100644 --- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.3.bb +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.4.bb @@ -4,7 +4,7 @@ SECTION = "base" LIC_FILES_CHKSUM = "file://COPYING;md5=63afa010baddc7d0905f9c31ac759f51" HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" -SRCREV = "7db78788b000999e2de88decd2ba90654f26171c" +SRCREV = "f36cadb5c563995ab3aa8572a60ed6b721b9557d" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https;tag=v${PV}" UPSTREAM_CHECK_GITTAGREGEX = "v(?P(\d+(\.\d+)+))"