From 731e98e07901de6f9a1d7f95a5994517dc663c7f Mon Sep 17 00:00:00 2001 From: "Claude (noether)" Date: Mon, 18 May 2026 20:52:59 +0000 Subject: [PATCH] fleet/ohm.yaml: fix arch/arm64 include path after merge rename The merge commit renamed arch/arm64/xor-neon-ffixed-x18-scs-build-fix-danctnix/ to arch/arm64/scs-arm-neon-build-fix/ (= main's canonical name) but the include reference in ohm.yaml didn't get updated atomically. Update the include path to match the renamed dir; ka-promote would have exit-2'd on this manifest otherwise. Co-Authored-By: Claude Opus 4.7 (1M context) --- fleet/ohm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fleet/ohm.yaml b/fleet/ohm.yaml index 2495aa1..5456d01 100644 --- a/fleet/ohm.yaml +++ b/fleet/ohm.yaml @@ -48,7 +48,7 @@ includes: # Runtime no-op as long as the config has CONFIG_SHADOW_CALL_STACK=n # (current ohm setting). Kept in the manifest for the day SCS gets # re-enabled. See reference_arm64_scs_arm_neon_gcc15 memory. - - arch/arm64/xor-neon-ffixed-x18-scs-build-fix-danctnix/ + - arch/arm64/scs-arm-neon-build-fix/ # close besser#18 — pending_record_lock SOFTIRQ-safe -> -unsafe inversion. # Mirror of marfrit/bes2600-dkms#11 (d95453c). 5-site spin_lock -> _bh. - driver/bes2600/queue-pending-record-lock-bh-danctnix/