`test_meminfo` fails on Kernel 5.8.12. Fields FileHugePages and FilePmdMapped
Closed this issue · 1 comments
Nukesor commented
In this commit, two new fields have been added to /proc/meminfo
:
torvalds/linux@60fbf0a
The fields are FileHugePages
and FilePmdMapped
.
From what it looks like the Change has been added in v5.4-rc1, since it pops up in the diff from v5.4 and v5.4-rc1.
However, I'm not exactly sure what their purpose is, since I'm not that deep into kernel development and the commit messages are pretty nondescript...
eminence commented
Yeah, I've also not been able to find much about these new fields. But I've added them to the MemInfo
struct anyway