You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check-results: validate the resolved image-base windows against truth
The resolved-window check greped for "Inferred text range:", a line the
renderer stopped printing when the readout became the labelled "Virtual/
Physical Image Base" table, so validate_inferred always got an empty line
and skipped -- the engine's resolved window was never checked against
ground truth. This is the only check that exercises the resolution over
the live-only leaks (perf, prefetch, side channels) that an offline
replay cannot run, so its silence mattered.
Grep the guaranteed rows the renderer prints now, and compare _text to
_text on both sides: virt _text from /proc/kallsyms (not _stext, which
differs by the head gap on arm64/arm32/mips/loongarch and would
false-fail a pinned window), phys _text from /proc/iomem "Kernel code"
(the kernel sets its start to __pa_symbol(_text), so truth_ptext_lo
already is phys _text). Where kallsyms is masked or the iomem line is
absent, the truth is empty and the check skips.
0 commit comments