mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-25 21:53:16 +00:00
When the core MSI allocation fails, then the PCI/MSI code uses an already
freed MSI descriptor to unmask the MSI mask register in order to bring it back
into reset state.
Remove MSI_FLAG_FREE_MSI_DESCS from the PCI/MSI irqdomain flags and let the
PCI/MSI code free the MSI descriptors after usage.
Fixes:
|
||
|---|---|---|
| .. | ||
| irqdomain.c | ||
| legacy.c | ||
| Makefile | ||
| msi.c | ||
| msi.h | ||
| pcidev_msi.c | ||