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)
Sun, Aug 30, 3:52 PM
Unknown Object (File)
Thu, Aug 27, 11:48 PM
Unknown Object (File)
Thu, Aug 27, 9:37 AM
Unknown Object (File)
Wed, Aug 26, 4:51 PM
Unknown Object (File)
Wed, Aug 26, 4:45 PM
Unknown Object (File)
Wed, Aug 26, 3:42 PM
Unknown Object (File)
Wed, Aug 26, 12:23 PM
Unknown Object (File)
Tue, Aug 25, 4:12 PM
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

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 29396
Build 27283: arc lint + arc unit

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.