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
It looks like mincore() may be crippled in new linux kernels to protect against side-channel attacks: see this linux kernel commit
Unfortunately, on kernel versions 5.2+, you'll need to run vmtouch as root to get accurate page-residency information on files you don't have write access to.
The text was updated successfully, but these errors were encountered:
It looks like mincore() may be crippled in new linux kernels to protect against side-channel attacks: see this linux kernel commit
Unfortunately, on kernel versions 5.2+, you'll need to run vmtouch as root to get accurate page-residency information on files you don't have write access to.
The text was updated successfully, but these errors were encountered: