docs(gust): two-level partition scheduler + tiered supervision design — FOR REVIEW, do not merge (gale#63)#175
Open
avrabe wants to merge 1 commit into
Open
docs(gust): two-level partition scheduler + tiered supervision design — FOR REVIEW, do not merge (gale#63)#175avrabe wants to merge 1 commit into
avrabe wants to merge 1 commit into
Conversation
… (gale#63) Validated with jess on gale#63: outer ARINC 653 fixed-priority time-partitioned preemptive backbone + inner cooperative kiln-async inside a bounded partition window; safety lives in the outer timer + Health Monitor, not inner good behaviour (non-maskable window-end preemption contains a hogging task by construction). 3-core RT1176 map: M7 flight / M4 estimation / F100 = cross-core HM. Two-tier HM (per-core 653 window-end + independent F100 backstop + wdg-thin IWDG module backstop). Small verified switch/HM core (seL4-MCS scheduling-context shape); synth stays out of the flight TCB. Honesty constraints baked in (from the verified-scheduling research survey): DWT is measurement-based high-water-mark NOT certification-grade WCET; migration stays below the safety line (static F100 redundancy, not dynamic); reject Vestal-style mixed-criticality dropping; verified ≠ timing-verified. gale-side critical path = the async executor (epic #3), Embassy-class, Verus: no-lost-wakeups / bounded-poll / fair-ready-queue. v1 = static single-partition slice (unblocked NOW); v2 rides meld#326 reloc-consumer (gale-side reloc cores already solved, gale#168). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Design doc for review — not for merge yet (brainstorming-gated; awaiting your approval before an implementation plan).
Captures the partition-scheduler design validated with jess on gale#63:
Doc:
docs/superpowers/specs/2026-07-11-gust-partition-scheduler-design.md. Please review; on approval I'll turn it into an implementation plan (executor + Verus harness first).🤖 Generated with Claude Code