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
F146986605: D45582.diff
Sat, Mar 7, 9:11 AM
F146976410: D45582.diff
Sat, Mar 7, 6:43 AM
F146935044: D45582.diff
Fri, Mar 6, 10:05 PM
Unknown Object (File)
Wed, Mar 4, 3:34 PM
Unknown Object (File)
Sun, Feb 8, 7:14 AM
Unknown Object (File)
Sun, Feb 8, 3:20 AM
Unknown Object (File)
Jan 31 2026, 3:17 PM
Unknown Object (File)
Dec 14 2025, 3:03 AM
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