ltp
ltp copied to clipboard
increase mincore() coverage
The current mincore02 test only tests for pages that are present in memory, we need to increase the coverage so that we can check for pages that were not cached/faulted yet. We also do not cover anonymous mappings.
mincore03 and mincore04 cover the requirement