Page MenuHomeFreeBSD

powerpc_mmu_radix: Release PTP reference on leaf ptpage allocation failure
ClosedPublic

Authored by bnovkov on Jun 13 2024, 4:35 PM.
Tags
None
Referenced Files
F166288593: D45582.id139811.diff
Wed, Aug 12, 5:01 PM
Unknown Object (File)
Tue, Aug 11, 6:03 PM
Unknown Object (File)
Mon, Aug 10, 9:37 PM
Unknown Object (File)
Mon, Aug 10, 7:33 PM
Unknown Object (File)
Mon, Aug 10, 10:56 AM
Unknown Object (File)
Sun, Aug 9, 10:27 PM
Unknown Object (File)
Sun, Aug 9, 3:16 PM
Unknown Object (File)
Sat, Aug 8, 9:52 PM
Subscribers

Details

Summary

0013741 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 58170
Build 55058: arc lint + arc unit