From patchwork Wed Jul 23 01:06:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67293 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 B339DC83F27 for ; Wed, 23 Jul 2025 01:07:02 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.web11.3844.1753232816980960334 for ; Tue, 22 Jul 2025 18:06:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kk9g824O; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232817; x=1784768817; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ObQuz81IP5n3Vk6BMA/bt5s7tBYMdERA8hSdRQCty/Y=; b=kk9g824Ob0yp4iw3moydgbx9pK7p1JMPvSUMnz+StExfqEKbUh2X27oY 1coI90e/ezomg/nqdBNMdYTilaZGhmXCfZ6YtR3RS3JB+yxPgpz+kpx2O MKbFeNcKQtyXvwwlNEBKxubUaP9JbiHP/rS9/TT+1eK3L/hTCm+Xq6dbV 097lOa/Wb+AecGLE23Rv4bwPIk5NmBwJip/AXJRcQ/lJv+AygXTVgpTBM UcKKCOqpeuOGCBpU6+HCzD4QeehCFKJ+8nzgTWzWuTmxxCfgUbSWDaNU0 G0ZeHSK9WOmqY3+y48dbKvpyYukaB0VEMCXw+ZGlup/RdS2qZMt5c+rJe g==; X-CSE-ConnectionGUID: ABndFcFfRLuIEToXtj+Ebg== X-CSE-MsgGUID: 61i+DkOaQuuoxORT9TcqzQ== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="194493744" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="194493744" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.128]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2025 10:06:55 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 517A2C000B2 for ; Wed, 23 Jul 2025 01:06:55 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id C09458D65EC for ; Wed, 23 Jul 2025 01:06:54 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E58821A006C; Wed, 23 Jul 2025 09:06:51 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 06/12] erofs-utils: upgrade 1.8.5 -> 1.8.10 Date: Wed, 23 Jul 2025 09:06:08 +0800 Message-ID: <20250723010614.926-6-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250723010614.926-1-liuyd.fnst@fujitsu.com> References: <20250723010614.926-1-liuyd.fnst@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 23 Jul 2025 01:07:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220764 Changelog: ========== - Fix extent-based deduplication which can cause data corruption if target images are larger than 4GiB - Switch to on-heap temporary buffers for libzstd and libdeflate to replace on-stack VLAs - Fix large compressed fragment handling, which could be generated by the `-Eall-fragments` option (though rare) and was rejected by mistake - Fix corrupted small fragments introduced in erofs-utils 1.8.8 - Fix AUFS whiteout handling - Properly handle negative GNU mtime - Fix superblock checksum for small fs block size filesystems - Fix temporary memory leak from small fragments - Handle crafted Z_EROFS_COMPRESSION_INTERLACED extents - Speed up multi-threaded `-Efragments` even further - Fix DEFLATE due to incorrect maximum Huffman length - Support `--fsalignblks` to align filesystem sizes - Support `--vmdk-desc` to generate VMDK for flattened block devices - Fix image reproducibility of `-E(all-)fragments` - Support per-segment reaper for multi-threaded compression - Support multi-threaded fragments - Support extent-based deduplication for `-Efragments` - Optimize space allocation performance Signed-off-by: Liu Yiding --- .../erofs-utils/{erofs-utils_1.8.5.bb => erofs-utils_1.8.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/erofs-utils/{erofs-utils_1.8.5.bb => erofs-utils_1.8.10.bb} (94%) diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.10.bb similarity index 94% rename from meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb rename to meta/recipes-devtools/erofs-utils/erofs-utils_1.8.10.bb index 2bedd6e16b..3964ed8f5a 100644 --- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.10.bb @@ -5,7 +5,7 @@ SECTION = "base" LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20" HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" -SRCREV = "7bc147fafd53a2a9ff7c22399491079e5bfffafc" +SRCREV = "51b5939b5f783221310d25146e6a2019ba8129b6" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "v(?P(\d+(\.\d+)+))"