Page MenuHomeFreeBSD

arm64 pmap: Release PTP reference on leaf ptpage allocation failure
ClosedPublic

Authored by bnovkov on Thu, Jun 13, 4:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 16, 4:20 PM
Unknown Object (File)
Sat, Jun 15, 5:40 PM
Subscribers

Details

Summary

808f5ac fixed an edge case invloving mlock() and superpage creation
by creating and inserting a leaf pagetable page for mlock'd superpages.
However, the code does not properly release the reference to the
pagetable page in the error handling path.
This commit fixes the issue by adding calls to 'pmap_abort_ptp'
in the error handling path.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable