chore: track audit-runs summary artifacts (md/csv/diff/txt/json/etc)
Snapshot of every non-log artifact under audit-runs/ from audits 003 through 058: findings.md per audit, comparison CSVs, probe diffs, schema docs, register-dump txts, lr-trace JSONL streams, the saved canary patch diffs, etc. ~284 files / ~52 MB total. Excluded (per .gitignore): probe stdout/stderr/log streams (the raw firehose), guest-memory dumps under audit-026/027/029 (4.5 GB of .bin files; *.bin pattern added to .gitignore this commit). Also adds the orphan audit-058-sub825070F0-activation directory that a subagent accidentally created at project-root instead of under xenia-rs/audit-runs/; relocated to its proper home. Purpose: cross-machine continuity. With these summaries committed, a fresh clone gives the next session the full per-audit context (findings + tables + cascade predictions) without dependence on local-only working tree. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
22
audit-runs/audit-029-physical-mem-diff/v40table-hits.txt
Normal file
22
audit-runs/audit-029-physical-mem-diff/v40table-hits.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
# Hits where canary stores one of the 18 PCs from our v40 table at 0x40211900
|
||||
# (audit-027 hypothesis: this table belongs on physical heap in canary)
|
||||
# count=19
|
||||
phys=0x1c32c910 pc=0x82183ae8
|
||||
phys=0x1c32c930 pc=0x82187e38
|
||||
phys=0x1c32c950 pc=0x8218cf10
|
||||
phys=0x1c32c970 pc=0x82191b18
|
||||
phys=0x1c32c990 pc=0x821958c8
|
||||
phys=0x1c32c9b0 pc=0x82197448
|
||||
phys=0x1c32c9d0 pc=0x82199600
|
||||
phys=0x1c32c9f0 pc=0x82199ab0
|
||||
phys=0x1c32ca10 pc=0x821a3a50
|
||||
phys=0x1c32ca30 pc=0x821ac770
|
||||
phys=0x1c32ca50 pc=0x821b0378
|
||||
phys=0x1c32ca70 pc=0x821b41f0
|
||||
phys=0x1c32ca90 pc=0x821b7178
|
||||
phys=0x1c32cab0 pc=0x821ba1c8
|
||||
phys=0x1c32cad0 pc=0x821bd470
|
||||
phys=0x1c32caf0 pc=0x821bfad0
|
||||
phys=0x1c32cb10 pc=0x821c0288
|
||||
phys=0x1c32cb30 pc=0x821c09d8
|
||||
phys=0x1c32cb50 pc=0x821c09d8
|
||||
Reference in New Issue
Block a user