Gilmore, Doug
2012-08-23 22:13:38 UTC
I have two changes to libhugetlbfs that I would like to have reviewed.
The first is just a fix to eliminate a compiler warning.
The second is a change to the library to handle situations where a
huge page mapping would exhaust the huge page limit. Previously no
huge pages would be allocated (when mapping ELF segments this failure
would cause program termination). With these changes, huge pages are
allocated up to consume the huge page limit, but small pages are used
to satisfy the rest of the allocation.
Could a gatekeeper review these changes when they have the chance?
Thanks,
Doug
The first is just a fix to eliminate a compiler warning.
The second is a change to the library to handle situations where a
huge page mapping would exhaust the huge page limit. Previously no
huge pages would be allocated (when mapping ELF segments this failure
would cause program termination). With these changes, huge pages are
allocated up to consume the huge page limit, but small pages are used
to satisfy the rest of the allocation.
Could a gatekeeper review these changes when they have the chance?
Thanks,
Doug