diff mbox series

[10/10] btrfs-progs: update to version v6.5.1

Message ID f229766021cec2cc8b3cff6b10aa78cb928a9ff9.1696017123.git.bruce.ashfield@gmail.com
State New
Headers show
Series [01/10] linux-yocto/6.4: update to v6.4.15 | expand

Commit Message

Bruce Ashfield Sept. 29, 2023, 8:04 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

When building against 6.5+ kernel headers and musl the compiler
has the following error:

   | image/main.c: In function 'restore_worker':
   | image/main.c:1588:1: error: unrecognizable insn:
   |  1588 | }
   |       | ^
   | (insn 3361 2993 2990 45 (parallel [
   |             (set (reg:DI 4 x4)
   |                 (zero_extend:DI (mem/c:SI (plus:DI (reg/f:DI 29 x29)
   |                             (const_int -260 [0xfffffffffffffefc])) [98 %sfp+-260 S4 A32])))
   |             (set (reg:DI 22 x22)
   |                 (zero_extend:DI (mem/c:SI (plus:DI (reg/f:DI 29 x29)
   |                             (const_int -256 [0xffffffffffffff00])) [98 %sfp+-256 S4 A64])))
   |         ]) -1
   |      (nil))
   | during RTL pass: fma_steering
   | image/main.c:1588:1: internal compiler error: in extract_insn, at
recog.cc:2791

Bumping to v6.5.1 solves the issue.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 .../btrfs-tools/{btrfs-tools_6.3.3.bb => btrfs-tools_6.5.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.3.3.bb => btrfs-tools_6.5.1.bb} (98%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.1.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.1.bb
index e7a64e8363..527e13d08e 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.1.bb
@@ -18,7 +18,7 @@  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 \
            "
-SRCREV = "bb0ca35245858f17a6ced97aade1dd8d70f9c9d7"
+SRCREV = "92d04d4780886a9850716e5529f1dace97779931"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= " \