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)
Dec 22 2023, 10:21 PM
Unknown Object (File)
Sep 3 2023, 12:30 AM
Unknown Object (File)
Sep 3 2023, 12:29 AM
Unknown Object (File)
Sep 3 2023, 12:25 AM
Unknown Object (File)
Aug 28 2023, 4:39 AM
Unknown Object (File)
Jun 28 2023, 1:05 AM
Unknown Object (File)
Jun 28 2023, 1:02 AM
Unknown Object (File)
Jun 28 2023, 1:02 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