From 3ee0ef7d86e5edd8adc7fffaae03333c99263882 Mon Sep 17 00:00:00 2001 From: "Claude (noether)" Date: Mon, 18 May 2026 19:17:22 +0200 Subject: [PATCH] patches/arch/arm64/xor-neon-...: correct @@ hunk counts (overcorrected in a840f76) a840f76 changed @@ from -9,6 +9,10 to -9,7 +9,12 but overshot by 1. Actual hunk is 6 context + 5 add = -9,6 +9,11. Wrong counts were silently masked in pkgrel=4 build #4 by the trailer-stripped EOF letting patch fuzz recover. pkgrel=5 with besser#18 after SCS exposes it as 'malformed patch at line N: 2.54.0'. Cumulative b2sum: ceec602afa8574c74354... -> 50397711a6a3ba522283... Size unchanged 162 716. --- .../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 3233904..f6aa1bb 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,7 +9,12 @@ ifeq ($(CONFIG_KERNEL_MODE_NEON), y) +@@ -9,6 +9,11 @@ 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)