Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meminfo: fix VMALLOC_END with 5-level paging
When 5-level paging is enabled, VMALLOC_SIZE_TB is much larger (see pgtable_64_types.h as cited in the code). This fixes test failures with CTF on live kernels (since this is the only way that we can compare against the real /proc/meminfo). Sadly, Gitlab is not currently running live CTF tests, so I only found this during RPM release prep for drgn. CTF testing is definitely possible for the heavy VM tests, all that is necessary is to get it up and running. This helps reveal the need for it. Signed-off-by: Stephen Brennan <[email protected]>
- Loading branch information