docs: v0.140.0 -- citation backfill batch 20: SCHED (issue #164) - #191
Merged
Conversation
Cited all 8 uncited REQ-SCHED-* requirements against TC18 §12.9.1.1's multi-ACF-per-frame admission/TSCF-timing rules and §12.9.2's seven-tier priority list already established for SRV. SCHED is now 100% cited. Purely additive; no code or test behavior changed. 1028 requirements (unchanged count), 100% traced+tested, 0 cfusa check errors. Signed-off-by: Matt <47545907+SoundMatt@users.noreply.github.com>
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.
Summary
Phase 2 (issue #164) citation-backfill batch 20: SCHED (
scheduler.c).Cited all 8 uncited
REQ-SCHED-*requirements — SCHED is now 100% cited:REQ-SCHED-001-003— request-kind classification/ranking/comparison, against §12.9.2's seven-tier priority list (already cited for SRV, whosercp_server_endpoint_select_due()calls this module'srcp_sched_compare()) + FIFO tiebreakREQ-SCHED-004-006— multi-ACF-per-frame splitting, against §12.9.1.1's "An RCP frame may include multiple ACF-types" admission ruleREQ-SCHED-007-008— TSCF timing consistency, against §12.9.1.1's presentation-time-applies-to-all-ACFtypes ruleThis is the first fully-uncited-to-fully-cited batch since ADC-class endpoint work, discovered directly from batch 19's (SRV) own research.
Verification
.fusa-reqs.jsonchange; no source/test code touched.cfusa check: 0 errors.cfusa trace --req-coverage 100 --sec-tested 100: 100%/100%..fusa-reqs.jsonJSON-validated.Ref: issue #164.