Files
世界 9c8147f234 usbip: enforce broadcast invariant and clone-on-stale to close recurring races
- Route every reserved-state mutation through withInventoryWrite; the
  lease insert path now broadcasts so extended subscribers see the busy
  transition immediately instead of waiting for the next mutation. Folds
  cleanupExpiredLocked changes into the broadcast decision on every
  IssueLease early-reject path. Rename the field to inventory and force
  read/write/write-quiet sites through dedicated accessors so future
  callers cannot bypass the invariant.
- Mirror the linux clone-then-swap pattern in darwinExportHost.Reconcile
  via cloneDarwinExport, so the ledger's unlocked Snapshot / LeaseCheck
  reads never observe a half-mutated stale flag. Documented as
  docs/adr/0001-export-pointer-immutability.md and on the Export
  interface; both hosts now share the applyStaleClones helper.
- Rewrite 27 if (_, )?err := …; err != nil sites to assign-then-check
  per .claude/rules/go-syntax.md.
- Delete parse / builder / tautological tests forbidden by
  .claude/rules/code-test.md (option/usbip_test.go,
  iso_scheduler_test.go, usbhost_darwin_status_test.go).
- Tag nine more usbip files with linux || (darwin && cgo); fixes
  pre-existing windows / android lint failures because the protocol
  types were only consumed by tagged code.
2026-06-09 10:42:32 +08:00
..
2026-01-17 05:46:23 +08:00
2025-07-08 13:12:14 +08:00
2026-06-08 08:51:38 +08:00
2025-04-29 20:45:19 +08:00
2026-03-01 12:30:43 +08:00
2026-06-08 08:51:46 +08:00
2025-07-08 13:14:41 +08:00
2026-06-08 08:51:40 +08:00
2025-01-13 15:14:29 +08:00
2026-06-08 08:51:51 +08:00
2026-02-27 19:39:52 +08:00
2025-01-13 15:14:29 +08:00
2026-01-17 05:47:42 +08:00
2026-06-08 08:51:46 +08:00
2025-01-13 15:14:29 +08:00
2022-07-25 16:18:11 +08:00
2026-06-08 08:51:47 +08:00
2026-06-08 08:51:46 +08:00
2026-06-08 08:51:48 +08:00
2025-07-08 13:14:41 +08:00
2025-07-08 13:14:42 +08:00
2022-09-12 18:35:36 +08:00
2025-07-08 13:12:27 +08:00
2025-07-08 13:12:28 +08:00
2025-07-08 13:14:44 +08:00
2026-06-08 08:51:51 +08:00
2026-06-08 08:51:41 +08:00
2022-09-03 12:55:10 +08:00
2025-01-13 15:14:29 +08:00
2026-05-13 23:39:27 +08:00
2024-01-03 12:21:36 +08:00