I don't this this fix is correct, I am able to reproduce the crash in a
hyper-v VM and this generates a different KASAN bad free with the repro
case.

If you want to test (and have an environment with an SRIOV interface), you can 
toggle SRIOV rapidly with this powershell snippet:
$vmname= 'name of vm'
while (1){
 Set-VMNetworkAdapter -VMName $vmname -IovWeight 100
 Set-VMNetworkAdapter -VMName $vmname -IovWeight 0
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1973758

Title:
  Azure:  Mellanox VF NIC crashes when removed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1973758/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to