Page MenuHomeFreeBSD

powerpc/booke: Fix locking in ptbl_alloc()
ClosedPublic

Authored by jhibbits on Feb 15 2020, 4:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 1, 3:23 AM
Unknown Object (File)
Sun, Apr 27, 11:32 PM
Unknown Object (File)
Mon, Apr 14, 8:34 AM
Unknown Object (File)
Mon, Apr 14, 5:16 AM
Unknown Object (File)
Mon, Apr 14, 12:19 AM
Unknown Object (File)
Sun, Apr 13, 10:48 PM
Unknown Object (File)
Fri, Apr 11, 4:28 AM
Unknown Object (File)
Mar 27 2025, 2:02 AM
Subscribers

Details

Summary

ptbl_alloc() is expected to return with the pvh_global_lock and pmap
lock held. However, it will return with them unlocked if nosleep is
specified.

Along with this, fix lock ordering of pvh_global_lock with respect to
the pmap lock in other places.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Feb 22 2020, 1:31 AM
This revision was automatically updated to reflect the committed changes.