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
sysfs_kernel_notes_xen: pin the likely image base from pvh_start_xen
pvh_start_xen (PHYS32_ENTRY) sits within one KASLR step of _text, so
kasld_floor_text_base() recovers _text exactly. Emit it as a CONF_HEURISTIC
image-base pin — it collapses the likely window to _text while staying below
the guaranteed floor, so the guaranteed window (the interior-sample upper
bound) is unchanged. Previously only the interior sample was emitted, leaving
the base bounded but not pinned.
0 commit comments