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)
Sat, Jan 11, 6:01 AM
Unknown Object (File)
Wed, Jan 8, 8:00 AM
Unknown Object (File)
Dec 15 2024, 10:18 PM
Unknown Object (File)
Oct 5 2024, 5:47 AM
Unknown Object (File)
Sep 27 2024, 10:20 AM
Unknown Object (File)
Sep 20 2024, 8:49 PM
Unknown Object (File)
Sep 20 2024, 10:11 AM
Unknown Object (File)
Sep 19 2024, 6:25 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

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.