Page MenuHomeFreeBSD

Fix a double unlock in vm_object_backing_collapse_wait().
ClosedPublic

Authored by markj on Jun 17 2020, 6:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 17, 7:24 AM
Unknown Object (File)
Thu, Apr 16, 6:24 AM
Unknown Object (File)
Wed, Apr 15, 8:44 AM
Unknown Object (File)
Sun, Apr 12, 3:37 AM
Unknown Object (File)
Sat, Apr 11, 6:11 PM
Unknown Object (File)
Tue, Apr 7, 1:58 PM
Unknown Object (File)
Tue, Apr 7, 6:15 AM
Unknown Object (File)
Tue, Apr 7, 5:01 AM
Subscribers

Details

Summary

vm_object_pip_sleep() will release the lock, I believe. I noticed this
by code inspection, so I'm not certain that this code is reachable.

Diff Detail

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

Event Timeline

markj requested review of this revision.Jun 17 2020, 6:30 PM
markj created this revision.

It should be very hard to provoke this situation, but I believe it is real.

This revision is now accepted and ready to land.Jun 18 2020, 11:44 PM