From a840f769077a9d81d58447ce359e98045263e8f7 Mon Sep 17 00:00:00 2001 From: "Claude (noether)" Date: Mon, 18 May 2026 16:58:19 +0200 Subject: [PATCH] patches/arch/arm64/xor-neon-...: fix malformed @@ hunk counts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hunk header @@ -9,6 +9,10 @@ understated both old (actual 7) and new (actual 12) line counts by 1. patch(1) standalone tolerates this via fuzz, but in the concatenated cumulative the wrong counts cause patch to mis-judge the hunk boundary and read the trailing context line ('lib-...uaccess_flushcache.o') as the start of a new patch header — 'malformed patch at line 4526'. Cumulative b2sum: bd42cd39106298879eeb... -> ad9e2cb533957f218058... (size unchanged at 157 458; only the @@ counts in the SCS patch differ) --- .../0001-arm64-xor-neon-ffixed-x18-build-fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/arch/arm64/xor-neon-ffixed-x18-scs-build-fix-danctnix/0001-arm64-xor-neon-ffixed-x18-build-fix.patch b/patches/arch/arm64/xor-neon-ffixed-x18-scs-build-fix-danctnix/0001-arm64-xor-neon-ffixed-x18-build-fix.patch index a838097..3233904 100644 --- a/patches/arch/arm64/xor-neon-ffixed-x18-scs-build-fix-danctnix/0001-arm64-xor-neon-ffixed-x18-build-fix.patch +++ b/patches/arch/arm64/xor-neon-ffixed-x18-scs-build-fix-danctnix/0001-arm64-xor-neon-ffixed-x18-build-fix.patch @@ -22,7 +22,7 @@ diff --git a/arch/arm64/lib/Makefile b/arch/arm64/lib/Makefile index 1234567..2345678 100644 --- a/arch/arm64/lib/Makefile +++ b/arch/arm64/lib/Makefile -@@ -9,6 +9,10 @@ ifeq ($(CONFIG_KERNEL_MODE_NEON), y) +@@ -9,7 +9,12 @@ ifeq ($(CONFIG_KERNEL_MODE_NEON), y) obj-$(CONFIG_XOR_BLOCKS) += xor-neon.o CFLAGS_xor-neon.o += $(CC_FLAGS_FPU) CFLAGS_REMOVE_xor-neon.o += $(CC_FLAGS_NO_FPU)