ASELSANMicrokernel
S291 · SOURCE-BOUND GATE EVIDENCE

G8l: task IPC lifecycle wake-capacity writer-authority audit

Operations --test hedefi → test hedefiyle aynı adlı uygulama/model modülü → kaynak kesiti Bu sayfa yalnız S291 kapısına aittir; komşu kapıların kaynakları bu kabulün içine katılmaz.

S291Focused kod testiOperations id exactsource SHA exacttest target exact

operation: g8l-s291-task-ipc-lifecycle-wake-capacity-writer-authority-audit-partial

uygulama/model · focused test · Operations · 3 exact excerpt

sequence-bound=true · implementation-bound=true
01 · Testin bağlı olduğu uygulama/model kodu

Kapının yürüttüğü gerçek kaynak

tam Rust öğesiL22–L90
kernel/src/g8l_target_dispatch_scheduler_owner_scheduler_mutation_production_migration_lifecycle_s291_task_ipc_lifecycle_wake_capacity_writer_authority_audit.rs::S291_WHOLE_SCHEDULER_GUARDED_SITES

pub const S291_WRITER_BOUNDARY_SITES: usize = 1;
pub const S291_WRITER_AUTHORITY_SITES: usize = 0;
pub const S291_DIRECT_SCHEDULER_ACCESS_SITES: usize = S290_DIRECT_SCHEDULER_ACCESS_SITES;
pub const S291_IMMUTABLE_READ_SITES: usize = S290_IMMUTABLE_READ_SITES;
pub const S291_WHOLE_SCHEDULER_GUARDED_SITES: usize = S290_WHOLE_SCHEDULER_GUARDED_SITES;
pub const S291_WHOLE_SCHEDULER_UNROUTED_SITES: usize = S290_WHOLE_SCHEDULER_UNROUTED_SITES;
pub const S291_OPEN_WRITER_SITES: usize = S290_OPEN_WRITER_SITES;

#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum G8lS291SchedulerWriterAuthorityAuditOutcome {
    Idle,
    AwaitingWriterAuthority {
        request_id: u64,
        guarded_sites: usize,
        writer_sites: usize,
    },
}

#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum G8lS291SchedulerWriterAuthorityAuditError {
    S290(G8lS290SchedulerWriterAuthorityAuditError),
    S245(G8lS245ExclusionAdmissionRequestError),
    PriorCoverageDrift {
        guarded_sites: usize,
        unrouted_sites: usize,
    },
}

/// Revalidate the prior fail-closed authority boundary without taking
/// admission or constructing a production exclusive wrapper.
pub fn preflight_s291_scheduler_writer_authority(
    caller_cpu: usize,
    request: Option<G8lS245WholeSchedulerExclusionAdmissionRequestView>,
) -> Result<G8lS291SchedulerWriterAuthorityAuditOutcome, G8lS291SchedulerWriterAuthorityAuditError>
{
    match preflight_s290_scheduler_writer_authority(caller_cpu, request)
        .map_err(G8lS291SchedulerWriterAuthorityAuditError::S290)?
    {
        G8lS290SchedulerWriterAuthorityAuditOutcome::Idle => {
            Ok(G8lS291SchedulerWriterAuthorityAuditOutcome::Idle)
        }
        G8lS290SchedulerWriterAuthorityAuditOutcome::AwaitingWriterAuthority {
            request_id,
            guarded_sites,
            writer_sites,
        } if guarded_sites == S291_WHOLE_SCHEDULER_GUARDED_SITES
            && writer_sites == S291_OPEN_WRITER_SITES =>
        {
            Ok(
                G8lS291SchedulerWriterAuthorityAuditOutcome::AwaitingWriterAuthority {
                    request_id,
                    guarded_sites,
                    writer_sites,
                },
            )
        }
        G8lS290SchedulerWriterAuthorityAuditOutcome::AwaitingWriterAuthority {
            guarded_sites,
            writer_sites: _,
            ..
        } => Err(
            G8lS291SchedulerWriterAuthorityAuditError::PriorCoverageDrift {
                guarded_sites,
                unrouted_sites: S291_DIRECT_SCHEDULER_ACCESS_SITES - guarded_sites,
            },
        ),
    }
}
snippet sha256: 0eb3514d6177file sha256: ef972ad91866
02 · Doğrulayan test kodu

Operations komutuna bağlı focused test

tam Rust öğesiL31–L41
simulation/tests/g8l_target_dispatch_scheduler_owner_scheduler_mutation_production_migration_lifecycle_s291_task_ipc_lifecycle_wake_capacity_writer_authority_audit.rs::s291_keeps_task_ipc_wake_capacity_writer_open_until_exclusive_authority_exists

#[test]
fn s291_keeps_task_ipc_wake_capacity_writer_open_until_exclusive_authority_exists() {
    assert_eq!(S291_WRITER_BOUNDARY_SITES, 1);
    assert_eq!(S291_WRITER_AUTHORITY_SITES, 0);
    assert_eq!(S291_DIRECT_SCHEDULER_ACCESS_SITES, 113);
    assert_eq!(S291_IMMUTABLE_READ_SITES, 44);
    assert_eq!(S291_WHOLE_SCHEDULER_GUARDED_SITES, 44);
    assert_eq!(S291_WHOLE_SCHEDULER_UNROUTED_SITES, 69);
    assert_eq!(S291_OPEN_WRITER_SITES, 69);
}
snippet sha256: ec8681a8f6cdfile sha256: 78b27faa0d30
03 · Kapı kimlik kaydı

Operations sıra, kimlik ve başlık bağı

tam Operations kaydıL16797–L16854
website/src/lib/operations.ts::g8l-s291-task-ipc-lifecycle-wake-capacity-writer-authority-audit-partial
  {
    id: "g8l-s291-task-ipc-lifecycle-wake-capacity-writer-authority-audit-partial",
    date: "2026-08-26",
    sequence: 291,
    status: "passed",
    umbrella_status: "partial",
    title: "G8l: task IPC lifecycle wake-capacity writer-authority audit",
    summary:
      "S291 focused 15/15 PASS ile teardown_task_ipc_lifecycle içindeki ilk explicit scheduler writer erişimini, exact wake-capacity reservation sınırını kaynakta doğrular. Nonzero owner, IrqGuard, IPC_TRANSACTION_LOCK ve preflight_task_ipc_lifecycle(owner) bu writer'dan önce; responder commit başlangıcı sonradır. Writer authority yalnız model gate'inin exclusive lease'iyle mümkündür; reader lease'i writer'ı açmaz. Lifecycle'ın responder-wake ve notification-grant writer'ları ayrıca açık, production inventory 113 direct / 44 immutable guarded / 69 open writer olarak değişmez ve production exclusive wrapper, provider authority, whole-scheduler exclusion veya scheduler mutation üretilmez.",
    evidence: [
      "S291 focused kaynak/model kapısı iki bağımsız koşuda 15/15 PASS verdi: 130 B / SHA-256 0447f2fe9dc6fdf30815a6962cf23d978425e51bef2acde1efb27e5da13a78b3.",
      "teardown_task_ipc_lifecycle içindeki üç addr_of_mut!(crate::task::scheduler::SCHEDULER) writer'dan ilk try_reserve_ipc_wake_capacity(wake_capacity) sınırı audit edilir. Nonzero owner, IrqGuard, IPC_TRANSACTION_LOCK, exact preflight_task_ipc_lifecycle(owner), tek wake-capacity reservation, WakeCapacityUnavailable fail-closed dönüşü ve responder commit başlangıcı sırası kaynakta görünür. Takip eden reply-endpoint wake ve notification-grant exact revoke writer'ları ayrıca açık kalır.",
      "Model gate reader membership exclusive writer authority'yi ExclusiveBusy ile bloklar; reader bırakıldıktan sonra non-zero token'lı exclusive lease alınır. Bu host/model evidence'tır.",
      "S290 authority preflight yeniden doğrulanır; pending S245 request korunur ve sonuç AwaitingWriterAuthority { guarded_sites: 44, writer_sites: 69 } olarak döner.",
      "Dört AArch64 profil derlemesi iki koşuda byte-equal exit 0 verdi: QEMU 110646 B / a4a326d7, RPi4 149371 B / 7e3c2e59, RPi5 395289 B / 7864da69 ve RPi5+SMP 395231 B / bec559b4. Warning header'ları sırasıyla 291, 389, 800 ve 800'dür; zero-warning iddiası değildir.",
      "Birleşik board-rpi5,board-qemu özellikleri iki koşuda beklenen exit 101, 18590 B / 89409007, 17 error ve 22 warning header ile fail-closed kaldı; S291 writer boundary'si iki board profilinin birlikte etkinleşmesini açmaz.",
      "S238–S291 dependency matrisi iki koşuda 55 grup / 749/749 PASS; ham loglar 7072 B / 42aa2daf ve 4bb54343, süre-normalize özet 7182 B byte-equal / 540dfe69d9061cfe4e8baa0fb988c919ea75822fe90825fa415486b8732367d9. Bu production writer-authority invocation kanıtı değildir.",
      "Ortak make verify-qemu iki koşuda PASS verdi: 116222 B / de763f5c ve 116139 B / 9cc216bf; W^X 31/31, S271 GRAPH_ABSENT=YES, RuntimePmm baseline, EL0 x4096, IPC 20/20, tek beklenen S142 fatal containment ve SEC5 korunur. Bu ortak smoke S291 production writer invocation kanıtı değildir.",
      "Exact yedi tarihsel G8h assertion adıyla dışlandığında workspace iki koşuda 253 sonuç grubu / 2530 PASS / 7 filtered verdi: ham loglar 60363 B / 6c99df8f ve cb94ca91, süre-normalize 24422 B özet byte-equal / SHA-256 35b8a4921e9046a968188fa1869ff71706769f176bdf7d0ce164937a638fde46. Filtresiz koşu exit 101, 55585 B / 8e5913cd ile frozen S96 exceptions.S identity kapısında RED kaldı; full-workspace GREEN iddia edilmez.",
      "S291 production exclusive wrapper, provider authority, whole-scheduler exclusion, QEMU runtime fixture veya scheduler mutation iddiası eklemez; physical/device operations=0 ve RUNBOOK_EXECUTED_IN_S291=NO.",
    ],
    commands: [
      "cargo test --quiet -p aselsan_microkernel_simulation --test g8l_target_dispatch_scheduler_owner_scheduler_mutation_production_migration_lifecycle_s291_task_ipc_lifecycle_wake_capacity_writer_authority_audit -- --test-threads=1",
      "cargo check --quiet -p aselsan_kernel --target aarch64-unknown-none --no-default-features --features board-qemu",
      "cargo check --quiet -p aselsan_kernel --target aarch64-unknown-none --no-default-features --features board-rpi4",
      "cargo check --quiet -p aselsan_kernel --target aarch64-unknown-none --no-default-features --features board-rpi5",
      "cargo check --quiet -p aselsan_kernel --target aarch64-unknown-none --no-default-features --features board-rpi5,smp",
      "cargo check --quiet -p aselsan_kernel --target aarch64-unknown-none --no-default-features --features board-rpi5,board-qemu",
      "make verify-qemu",
    ],
    terminalSessions: [
      {
        id: "g8l-s291-task-ipc-lifecycle-wake-capacity-writer-authority-audit",
        title:
          "G8l S291 task IPC lifecycle wake-capacity writer-authority audit",
        commandLines: [
          "cargo test --quiet -p aselsan_microkernel_simulation --test g8l_target_dispatch_scheduler_owner_scheduler_mutation_production_migration_lifecycle_s291_task_ipc_lifecycle_wake_capacity_writer_authority_audit -- --test-threads=1",
        ],
        outputLines: [
          "test result: ok; S291 focused 1 group / 15 passed; 0 failed",
          "repeat-stable quiet output: 130 B / 0447f2fe9dc6fdf30815a6962cf23d978425e51bef2acde1efb27e5da13a78b3",
          "task IPC lifecycle wake-capacity writer authority remains model-only: reader blocks exclusive lease; two lifecycle writers and 69 production writer sites remain open",
          "dependency: S238–S291 · 55 groups · 749/749 PASS; workspace: 253 groups · 2530 PASS · 7 historical filtered",
        ],
        exitCode: 0,
        outputMode: "selected",
      },
    ],
    terminalSessionsNote:
      "S291 kaynak/model fail-closed authority boundary'sidir; production writer guard/migration, QEMU fixture mutation ve fiziksel/device execution claim edilmez.",
    limitations: [
      "S291 teardown_task_ipc_lifecycle içindeki ilk wake-capacity reservation writer sınırını audit eder; lifecycle'ın responder-wake ve notification-grant writer'ları ile toplam 69 production writer site açık kalır.",
      "Exclusive lease yalnız host/model gate'inde test edilir; production exclusive wrapper, provider authority ve whole-scheduler exclusion açık kalır.",
      "S238–S291 dependency matrisi exact 55 grup / 749/749 PASS'tir; bu production writer authority invocation kanıtı değildir.",
      "Filtresiz workspace frozen S96 identity kapısında RED'dir; workspace umbrella GREEN iddia edilmez.",
      "Supported-profile runtime invocation, Generic SMP ve fiziksel RPi kabulü açık kalır; S291 physical/device operations=0 ve RUNBOOK_EXECUTED_IN_S291=NO.",
    ],
  },
snippet sha256: 19fb545ea6adfile sha256: 9726dbf00f84
Focused test komutu
cargo test --quiet -p aselsan_microkernel_simulation --test g8l_target_dispatch_scheduler_owner_scheduler_mutation_production_migration_lifecycle_s291_task_ipc_lifecycle_wake_capacity_writer_authority_audit -- --test-threads=1
proof: docs/M8.1-RPi5-G8l-S291-Task-IPC-Lifecycle-Wake-Capacity-Writer-Authority-Audit-Proof.md
Registry schema v5 · generator website/scripts/generate-code-gates.mjs · Tam SHA-256: 3050638b71a684d8f8f947a8a6faa237a17fa8db5dc0db04fb207b668b462af9