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
tests/vm: mount debugfs and dump the page-table ground truth
The init mounted proc, sysfs, devtmpfs and tmpfs but not debugfs, so a
debugfs-sourced component saw the interface as absent rather than present.
Mount debugfs where CONFIG_DEBUG_FS is built in; the call fails harmlessly
otherwise. Alongside the kallsyms _text/_stext truth, dump as root the
page-table high-kernel-mapping region and the first kmemleak objects, so a
run carries the landmarks the debugfs components recover and cross-checks
them against the kernel's own _text.
0 commit comments