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)
Wed, May 6, 3:54 PM
Unknown Object (File)
Mon, May 4, 5:33 PM
Unknown Object (File)
Fri, Apr 24, 11:27 AM
Unknown Object (File)
Mon, Apr 20, 8:40 AM
Unknown Object (File)
Mon, Apr 20, 4:19 AM
Unknown Object (File)
Sun, Apr 19, 11:00 PM
Unknown Object (File)
Sun, Apr 19, 9:33 AM
Unknown Object (File)
Apr 17 2026, 7: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

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