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, Jul 24, 1:47 PM
Unknown Object (File)
Tue, Jul 14, 12:40 PM
Unknown Object (File)
Tue, Jul 14, 5:11 AM
Unknown Object (File)
Sun, Jul 12, 1:30 PM
Unknown Object (File)
Sun, Jul 12, 1:22 AM
Unknown Object (File)
Thu, Jul 9, 9:44 AM
Unknown Object (File)
Jun 26 2026, 1:48 AM
Unknown Object (File)
May 6 2026, 3:54 PM
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