On 12/29/22 03:12, Michal Luczaj wrote:
It looks like there are more places with such bad ordering: kvm_vm_ioctl_set_msr_filter(), kvm_vm_ioctl_set_pmu_event_filter().
These are easy to fix because the unlock can just be moved before synchronize_srcu() or synchronize_srcu_expedited(). Would you like to send a patch?
Paolo