You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PCIe AER API changed on kernel 5.7.0 (pci_aer_clear_nonfatal_status() instead of pci_cleanup_aer_uncorrect_error_status() )
(this commit: torvalds/linux@894020f)
but RHEL 8.3 and on seems to take this patch also, so this needs to be handled with a proper RHEL version check.
A similar issue (and solution) may be found here: Microsemi/switchtec-kernel#98
The text was updated successfully, but these errors were encountered:
dma_ip_drivers/QDMA/linux-kernel/driver/src/qdma_mod.c
Line 1772 in 7859957
PCIe AER API changed on kernel 5.7.0 (pci_aer_clear_nonfatal_status() instead of pci_cleanup_aer_uncorrect_error_status() )
(this commit: torvalds/linux@894020f)
but RHEL 8.3 and on seems to take this patch also, so this needs to be handled with a proper RHEL version check.
A similar issue (and solution) may be found here:
Microsemi/switchtec-kernel#98
The text was updated successfully, but these errors were encountered: