Commit d3b4edf
perf(sidecar): net.poll clamp 3ms->1ms — non-TCB mitigation for multi-guest X-latency
Shorter round-robin quanta so a polling guest holds the single per-VM sync-RPC service thread for less time, reducing starvation of sibling guests (X server + WM + app) under contention. The M8.0 note that 1ms regressed the xinitthreads-probe predates the libxcb timed-cond fix; the probe now passes cleanly at 1ms (verified). Partial non-TCB mitigation only — the clean fix (release the per-VM lock during net.poll's pure wait) alters the security-critical serialization lock and is reserved for the human TCB sign-off gate (WASM-THREADS-SPEC §10).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6b87b68 commit d3b4edf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19438 | 19438 | | |
19439 | 19439 | | |
19440 | 19440 | | |
19441 | | - | |
| 19441 | + | |
19442 | 19442 | | |
19443 | 19443 | | |
19444 | 19444 | | |
| |||
0 commit comments