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
F173361782: D25327.diff
Fri, Sep 25, 11:10 AM
Unknown Object (File)
Mon, Sep 14, 1:31 AM
Unknown Object (File)
Mon, Sep 14, 1:22 AM
Unknown Object (File)
Mon, Sep 7, 2:01 AM
Unknown Object (File)
Aug 26 2026, 10:35 AM
Unknown Object (File)
Aug 26 2026, 10:17 AM
Unknown Object (File)
Aug 24 2026, 4:14 AM
Unknown Object (File)
Aug 22 2026, 11: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

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