mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
We were not holding the kvm->slots_lock as required when calling kvm_io_bus_unregister_dev() as required. This only affects the error path, but still, let's do our due diligence. Reported by: Eric Auger <[email protected]> Signed-off-by: Christoffer Dall <[email protected]> Reviewed-by: Eric Auger <[email protected]>