From patchwork Mon Jul 1 16:57:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 45865 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 66D25C52D70 for ; Mon, 1 Jul 2024 16:58:01 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.2175.1719853075763009769 for ; Mon, 01 Jul 2024 09:57:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=KWmBu8ye; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=eSVzx5Vn; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101906f3b4a4b-96384298-ddd8-4628-ad4a-8ba599aa3d5d-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1719853075; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Nr/mfJHsSWwDVI4Y7P8tyP036Jfm9oUkmehGlifNCDI=; b=KWmBu8yeD58MxBbKzOMx0EeOAakqLiS37h2rjroa69mwrPh1y+2r4Y99iwvVC1As ABngPl1tIqF7a56vPTsTvbHEEGVJcz7LuTe6cp6YYzR+FOoPIfLNNM3Fzz73RE4CEp7 hnosuihXQcCguXAAvrh64vR4OWwBOuF8sXZpKBtE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1719853075; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Nr/mfJHsSWwDVI4Y7P8tyP036Jfm9oUkmehGlifNCDI=; b=eSVzx5VnGzWmmD7q/YajSgEszVCELB6zP9aAXPekyX1dPIO1N+As2EJXq3QWbusE m1WEY69w5+JehChzKcqR4a5/ZHGRJY6Bs7hFNsEgbeDskeZ1F7sE6QoN1L3IbBVW1eT zi7+XDMcMjoVWr0Mz+DdfkL/7vuXfI+fl3MaJBX0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Wang Mingyu Cc: openembedded-core@lists.openembedded.org Subject: [AUH] btrfs-tools: upgrading to 6.9.2 SUCCEEDED Message-ID: <010101906f3b4a4b-96384298-ddd8-4628-ad4a-8ba599aa3d5d-000000@us-west-2.amazonses.com> Date: Mon, 1 Jul 2024 16:57:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.01-54.240.27.191 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 ; Mon, 01 Jul 2024 16:58:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/201324 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *btrfs-tools* to *6.9.2* has Succeeded. Next steps: - apply the patch: git am 0001-btrfs-tools-upgrade-6.8.1-6.9.2.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 a3e8fa99e01d3bfba3c92c52391f631b7dc35076 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jul 2024 06:58:02 +0000 Subject: [PATCH] btrfs-tools: upgrade 6.8.1 -> 6.9.2 --- ...y-to-specify-where-python-modules-ar.patch | 6 +- ...ename-of-inode_includes-from-e2fspro.patch | 64 ------------------- ...fs-tools_6.8.1.bb => btrfs-tools_6.9.2.bb} | 3 +- 3 files changed, 4 insertions(+), 69 deletions(-) delete mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-convert-handle-rename-of-inode_includes-from-e2fspro.patch rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.8.1.bb => btrfs-tools_6.9.2.bb} (95%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch index 4b1797b65f..cc08db5430 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch @@ -1,4 +1,4 @@ -From 980f6edc269fa3ef8d4d4b9cd1aada2328131c19 Mon Sep 17 00:00:00 2001 +From 640d65ef735843305deba55a5f896d88e6117d0c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 23 May 2018 21:20:35 +0300 Subject: [PATCH] Add a possibility to specify where python modules are @@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile -index 374f59b9..ed083f6b 100644 +index 82dfb1b4..4968989a 100644 --- a/Makefile +++ b/Makefile -@@ -959,7 +959,7 @@ endif +@@ -984,7 +984,7 @@ endif ifeq ($(PYTHON_BINDINGS),1) install_python: libbtrfsutil_python $(Q)cd libbtrfsutil/python; \ diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-convert-handle-rename-of-inode_includes-from-e2fspro.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-convert-handle-rename-of-inode_includes-from-e2fspro.patch deleted file mode 100644 index 6fefbb2bca..0000000000 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-convert-handle-rename-of-inode_includes-from-e2fspro.patch +++ /dev/null @@ -1,64 +0,0 @@ -From f9ba9752ba5fd72441bc2018b2453967e75460d4 Mon Sep 17 00:00:00 2001 -From: Wang Mingyu -Date: Mon, 24 Jun 2024 02:00:11 +0000 -Subject: [PATCH] convert: handle rename of inode_includes() from e2fsprogs - 1.47.1 - -Upstream-Status: Backport -[https://kernel.googlesource.com/pub/scm/linux/kernel/git/kdave/btrfs-progs/+/bcb887a4de2c56426a7a7de8d440b6ad75579f10%5E%21/#F0] - -Signed-off-by: Wang Mingyu ---- - configure.ac | 3 ++- - convert/source-ext2.c | 11 +++++++++-- - 2 files changed, 11 insertions(+), 3 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 007d29b..816dd36 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -312,7 +312,8 @@ AS_IF([test "x$have_ext4_epoch_mask_define" = xno], [ - AC_DEFINE([EXT4_EPOCH_BITS], [2],[for encode and decode tv_nsec in ext2 inode]) - AC_DEFINE([EXT4_EPOCH_MASK], [((1U << EXT4_EPOCH_BITS) - 1)], [For encode and decode tv_nsec info in ext2 inode]) - AC_DEFINE([EXT4_NSEC_MASK], [(~0UL << EXT4_EPOCH_BITS)], [For encode and decode tv_nsec info in ext2 inode]) -- AC_DEFINE([inode_includes(size, field)],[m4_normalize[(size >= (sizeof(((struct ext2_inode_large *)0)->field) + offsetof(struct ext2_inode_large, field)))]], -+ # Use name from 1.47.1, backward compatibility is handled in convert/source-ext2.c -+ AC_DEFINE([ext2fs_inode_includes(size, field)],[m4_normalize[(size >= (sizeof(((struct ext2_inode_large *)0)->field) + offsetof(struct ext2_inode_large, field)))]], - [For encode and decode tv_nsec info in ext2 inode]) - ], - [AC_MSG_WARN([It seems that ext2_inode_large don't includes tv_nsec related info, probably old e2fsprogs, no 64bit time precision of converted images])], -diff --git a/convert/source-ext2.c b/convert/source-ext2.c -index 2186b25..bba81e4 100644 ---- a/convert/source-ext2.c -+++ b/convert/source-ext2.c -@@ -727,10 +727,17 @@ static inline void ext4_decode_extra_time(__le32 * tv_sec, __le32 * tv_nsec, - *tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; - } - -+/* -+ * In e2fsprogs < 1.47.1 it's inode_includes, from >= on it's with ext2fs_ prefix. -+ */ -+#ifndef ext2fs_inode_includes -+#define ext2fs_inode_includes(size, field) inode_includes(size, field) -+#endif -+ - #define EXT4_COPY_XTIME(xtime, dst, tv_sec, tv_nsec) \ - do { \ - tv_sec = src->i_ ## xtime ; \ -- if (inode_includes(inode_size, i_ ## xtime ## _extra)) { \ -+ if (ext2fs_inode_includes(inode_size, i_ ## xtime ## _extra)) { \ - tv_sec = src->i_ ## xtime ; \ - ext4_decode_extra_time(&tv_sec, &tv_nsec, src->i_ ## xtime ## _extra); \ - btrfs_set_stack_timespec_sec(&dst->xtime , tv_sec); \ -@@ -771,7 +778,7 @@ static int ext4_copy_inode_timespec_extra(struct btrfs_inode_item *dst, - EXT4_COPY_XTIME(ctime, dst, tv_sec, tv_nsec); - - tv_sec = src->i_crtime; -- if (inode_includes(inode_size, i_crtime_extra)) { -+ if (ext2fs_inode_includes(inode_size, i_crtime_extra)) { - tv_sec = src->i_crtime; - ext4_decode_extra_time(&tv_sec, &tv_nsec, src->i_crtime_extra); - btrfs_set_stack_timespec_sec(&dst->otime, tv_sec); --- -2.34.1 - diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.9.2.bb similarity index 95% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.9.2.bb index d61d956a70..9f5586490d 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.9.2.bb @@ -17,9 +17,8 @@ DEPENDS = "util-linux zlib" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ - file://0001-convert-handle-rename-of-inode_includes-from-e2fspro.patch \ " -SRCREV = "5d97c32d6f94cf6f473a5f82964e3edaeb1b146e" +SRCREV = "b0e5ef4cf7c8b473119e0d487a26b96058e8f80d" S = "${WORKDIR}/git" PACKAGECONFIG ??= " \