CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/02 12:40:58
Modified files:
sys/arch/arm64/dev: acpipci.c pci_machdep.c pciecam.c
sys/arch/arm64/include: pci_machdep.h
Log message:
Change pci_intr_handle_t into a struct and replace duplicated code that
implements mapping of MSI and MSI-X interrupts with new generic functions.
Fixes a use-after-free in sone PCI device drivers that call pci_intr_string(9)
after pci_intr_establish(9).
ok deraadt@
