erfrimod
erfrimod
GDMA Driver allocates the HWC device interrupt in the new() method. However, there are multiple potential error paths that can result in retries. Any failure in new() causes the interrupt...
Had to review all networking traces for a security review. In the process, found a number of tracing statements that did not align with our usual practices/style. * Errors traced...
shutdown_vf_devices(), the method where nic_shutdown() is called, doesn't have a CancelContext. The wait for vmbus operations during unload_for_servicing() is unbounded and we have seen shutdown_mana() wait indefinitely. shutdown_pci_devices() returns a...