Message ID | 20241017181004.199589-1-jtornosm@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | wifi: ath12k: fix issues when unbinding | expand |
On Thu, 17 Oct 2024 20:07:30 +0200, Jose Ignacio Tornos Martinez wrote: > wifi: ath12k: fix issues when unbinding > > Currently, ath12k driver is not working from VMs but it cannot be unbinded > either from there. I would like to send these patches to fix the issues that > I have found in order to get the unbind operation working there, at least to > fix the errors found during the process when the initial error is detected. > > [...] Applied, thanks! [1/2] wifi: ath12k: fix crash when unbinding commit: 1304446f67863385dc4c914b6e0194f6664ee764 [2/2] wifi: ath12k: fix warning when unbinding commit: ca68ce0d9f4bcd032fd1334441175ae399642a06 Best regards,
wifi: ath12k: fix issues when unbinding Currently, ath12k driver is not working from VMs but it cannot be unbinded either from there. I would like to send these patches to fix the issues that I have found in order to get the unbind operation working there, at least to fix the errors found during the process when the initial error is detected. Just FYI and out of the scope of these patches, I am unbinding and binding to apply a workaround with an extra module to fix the MSI addressing by means of kprobes to be able to work with this device from VMs. Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com>