Page MenuHomeFreeBSD

amd64/vmm: Lock global PCI passthrough structures
ClosedPublic

Authored by markj on Feb 2 2026, 11:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 23, 3:54 AM
Unknown Object (File)
Fri, Aug 21, 10:23 PM
Unknown Object (File)
Thu, Aug 20, 6:50 AM
Unknown Object (File)
Thu, Aug 20, 6:50 AM
Unknown Object (File)
Sat, Aug 15, 4:54 PM
Unknown Object (File)
Thu, Aug 13, 12:19 AM
Unknown Object (File)
Sun, Aug 9, 8:20 PM
Unknown Object (File)
Aug 8 2026, 12:28 PM
Subscribers

Details

Summary

There is a global list of ppt-claimed devices, accessed via several
vmm ioctls. The ioctls are locked by per-VM locks, but this isn't
sufficient to prevent multiple VMs from trying to bind a given device.

Add a sleepable lock and use that to synchronize all access to ppt
devices.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable