diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-10 17:43:26 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-16 11:25:29 +0100 |
| commit | a2963262b1673a0ce4628b8b29f273f1126e7f10 (patch) | |
| tree | 4fd8aa3cab7b69cb9ac5d6708dba783315aedf79 | |
| parent | 9d234fd6342c46c5cbc41a70e9013244ae4b064c (diff) | |
| download | poky-a2963262b1673a0ce4628b8b29f273f1126e7f10.tar.gz | |
btrfs-tools: upgrade 6.8.1 -> 6.9.2
0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
removed since it's included in 6.9.2
Changelog:
==========
* subvol list: fix accidental trimming of subvolume name
* check: revert checking file extent item 'ram_bytes'
* libbtrfsutil:
* patchlevel version update 1.3.2
* fix accidentally closing fd passed to subvolume iterator
(From OE-Core rev: c99dc3e11998597b81919f0d634d1548695e1baf)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch | 6 | ||||
| -rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-convert-handle-rename-of-inode_includes-from-e2fspro.patch | 64 | ||||
| -rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_6.9.2.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb) | 3 |
3 files changed, 4 insertions, 69 deletions
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..ef431cd69a 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 @@ | |||
| 1 | From 980f6edc269fa3ef8d4d4b9cd1aada2328131c19 Mon Sep 17 00:00:00 2001 | 1 | From 3b9b9b6ac033b44b3864abb1296fce1e19a2b622 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
| 3 | Date: Wed, 23 May 2018 21:20:35 +0300 | 3 | Date: Wed, 23 May 2018 21:20:35 +0300 |
| 4 | Subject: [PATCH] Add a possibility to specify where python modules are | 4 | Subject: [PATCH] Add a possibility to specify where python modules are |
| @@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 12 | 12 | ||
| 13 | diff --git a/Makefile b/Makefile | 13 | diff --git a/Makefile b/Makefile |
| 14 | index 374f59b9..ed083f6b 100644 | 14 | index 82dfb1b4..4968989a 100644 |
| 15 | --- a/Makefile | 15 | --- a/Makefile |
| 16 | +++ b/Makefile | 16 | +++ b/Makefile |
| 17 | @@ -959,7 +959,7 @@ endif | 17 | @@ -984,7 +984,7 @@ endif |
| 18 | ifeq ($(PYTHON_BINDINGS),1) | 18 | ifeq ($(PYTHON_BINDINGS),1) |
| 19 | install_python: libbtrfsutil_python | 19 | install_python: libbtrfsutil_python |
| 20 | $(Q)cd libbtrfsutil/python; \ | 20 | $(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 @@ | |||
| 1 | From f9ba9752ba5fd72441bc2018b2453967e75460d4 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Wang Mingyu <wangmy@fujitsu.com> | ||
| 3 | Date: Mon, 24 Jun 2024 02:00:11 +0000 | ||
| 4 | Subject: [PATCH] convert: handle rename of inode_includes() from e2fsprogs | ||
| 5 | 1.47.1 | ||
| 6 | |||
| 7 | Upstream-Status: Backport | ||
| 8 | [https://kernel.googlesource.com/pub/scm/linux/kernel/git/kdave/btrfs-progs/+/bcb887a4de2c56426a7a7de8d440b6ad75579f10%5E%21/#F0] | ||
| 9 | |||
| 10 | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> | ||
| 11 | --- | ||
| 12 | configure.ac | 3 ++- | ||
| 13 | convert/source-ext2.c | 11 +++++++++-- | ||
| 14 | 2 files changed, 11 insertions(+), 3 deletions(-) | ||
| 15 | |||
| 16 | diff --git a/configure.ac b/configure.ac | ||
| 17 | index 007d29b..816dd36 100644 | ||
| 18 | --- a/configure.ac | ||
| 19 | +++ b/configure.ac | ||
| 20 | @@ -312,7 +312,8 @@ AS_IF([test "x$have_ext4_epoch_mask_define" = xno], [ | ||
| 21 | AC_DEFINE([EXT4_EPOCH_BITS], [2],[for encode and decode tv_nsec in ext2 inode]) | ||
| 22 | AC_DEFINE([EXT4_EPOCH_MASK], [((1U << EXT4_EPOCH_BITS) - 1)], [For encode and decode tv_nsec info in ext2 inode]) | ||
| 23 | AC_DEFINE([EXT4_NSEC_MASK], [(~0UL << EXT4_EPOCH_BITS)], [For encode and decode tv_nsec info in ext2 inode]) | ||
| 24 | - AC_DEFINE([inode_includes(size, field)],[m4_normalize[(size >= (sizeof(((struct ext2_inode_large *)0)->field) + offsetof(struct ext2_inode_large, field)))]], | ||
| 25 | + # Use name from 1.47.1, backward compatibility is handled in convert/source-ext2.c | ||
| 26 | + AC_DEFINE([ext2fs_inode_includes(size, field)],[m4_normalize[(size >= (sizeof(((struct ext2_inode_large *)0)->field) + offsetof(struct ext2_inode_large, field)))]], | ||
| 27 | [For encode and decode tv_nsec info in ext2 inode]) | ||
| 28 | ], | ||
| 29 | [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])], | ||
| 30 | diff --git a/convert/source-ext2.c b/convert/source-ext2.c | ||
| 31 | index 2186b25..bba81e4 100644 | ||
| 32 | --- a/convert/source-ext2.c | ||
| 33 | +++ b/convert/source-ext2.c | ||
| 34 | @@ -727,10 +727,17 @@ static inline void ext4_decode_extra_time(__le32 * tv_sec, __le32 * tv_nsec, | ||
| 35 | *tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; | ||
| 36 | } | ||
| 37 | |||
| 38 | +/* | ||
| 39 | + * In e2fsprogs < 1.47.1 it's inode_includes, from >= on it's with ext2fs_ prefix. | ||
| 40 | + */ | ||
| 41 | +#ifndef ext2fs_inode_includes | ||
| 42 | +#define ext2fs_inode_includes(size, field) inode_includes(size, field) | ||
| 43 | +#endif | ||
| 44 | + | ||
| 45 | #define EXT4_COPY_XTIME(xtime, dst, tv_sec, tv_nsec) \ | ||
| 46 | do { \ | ||
| 47 | tv_sec = src->i_ ## xtime ; \ | ||
| 48 | - if (inode_includes(inode_size, i_ ## xtime ## _extra)) { \ | ||
| 49 | + if (ext2fs_inode_includes(inode_size, i_ ## xtime ## _extra)) { \ | ||
| 50 | tv_sec = src->i_ ## xtime ; \ | ||
| 51 | ext4_decode_extra_time(&tv_sec, &tv_nsec, src->i_ ## xtime ## _extra); \ | ||
| 52 | btrfs_set_stack_timespec_sec(&dst->xtime , tv_sec); \ | ||
| 53 | @@ -771,7 +778,7 @@ static int ext4_copy_inode_timespec_extra(struct btrfs_inode_item *dst, | ||
| 54 | EXT4_COPY_XTIME(ctime, dst, tv_sec, tv_nsec); | ||
| 55 | |||
| 56 | tv_sec = src->i_crtime; | ||
| 57 | - if (inode_includes(inode_size, i_crtime_extra)) { | ||
| 58 | + if (ext2fs_inode_includes(inode_size, i_crtime_extra)) { | ||
| 59 | tv_sec = src->i_crtime; | ||
| 60 | ext4_decode_extra_time(&tv_sec, &tv_nsec, src->i_crtime_extra); | ||
| 61 | btrfs_set_stack_timespec_sec(&dst->otime, tv_sec); | ||
| 62 | -- | ||
| 63 | 2.34.1 | ||
| 64 | |||
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 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" | |||
| 17 | 17 | ||
| 18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https \ | 18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https \ |
| 19 | file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ | 19 | file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ |
| 20 | file://0001-convert-handle-rename-of-inode_includes-from-e2fspro.patch \ | ||
| 21 | " | 20 | " |
| 22 | SRCREV = "5d97c32d6f94cf6f473a5f82964e3edaeb1b146e" | 21 | SRCREV = "b0e5ef4cf7c8b473119e0d487a26b96058e8f80d" |
| 23 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 24 | 23 | ||
| 25 | PACKAGECONFIG ??= " \ | 24 | PACKAGECONFIG ??= " \ |
