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
F135150352: D25327.id.diff
Thu, Nov 6, 10:57 PM
Unknown Object (File)
Tue, Nov 4, 1:06 PM
Unknown Object (File)
Mon, Nov 3, 10:09 PM
Unknown Object (File)
Fri, Oct 31, 1:36 AM
Unknown Object (File)
Fri, Oct 24, 3:57 AM
Unknown Object (File)
Fri, Oct 17, 12:24 AM
Unknown Object (File)
Fri, Oct 17, 12:24 AM
Unknown Object (File)
Fri, Oct 17, 12:24 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31779
Build 29341: arc lint + arc unit

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