search for: physdevop_restore_msi_ext

Displaying 3 results from an estimated 3 matches for "physdevop_restore_msi_ext".

2012 Sep 14
3
memory corruption in HYPERVISOR_physdev_op()
...struct physdev_pci_device restore_ext; 338 339 restore_ext.seg = pci_domain_nr(dev->bus); 340 restore_ext.bus = dev->bus->number; 341 restore_ext.devfn = dev->devfn; 342 ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi_ext, 343 &restore_ext); ^^^^^^^^^^^^ There are only 4 bytes here. 344 if (ret == -ENOSYS) ^^^^^^^^^^^^^^ If we hit this condition, we have corrupted some memo...
2012 Sep 14
3
memory corruption in HYPERVISOR_physdev_op()
...struct physdev_pci_device restore_ext; 338 339 restore_ext.seg = pci_domain_nr(dev->bus); 340 restore_ext.bus = dev->bus->number; 341 restore_ext.devfn = dev->devfn; 342 ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi_ext, 343 &restore_ext); ^^^^^^^^^^^^ There are only 4 bytes here. 344 if (ret == -ENOSYS) ^^^^^^^^^^^^^^ If we hit this condition, we have corrupted some memo...
2012 Sep 14
3
memory corruption in HYPERVISOR_physdev_op()
...struct physdev_pci_device restore_ext; 338 339 restore_ext.seg = pci_domain_nr(dev->bus); 340 restore_ext.bus = dev->bus->number; 341 restore_ext.devfn = dev->devfn; 342 ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi_ext, 343 &restore_ext); ^^^^^^^^^^^^ There are only 4 bytes here. 344 if (ret == -ENOSYS) ^^^^^^^^^^^^^^ If we hit this condition, we have corrupted some memo...