Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHEL 8.4 compilation failure due to kernel API mismatch #166

Closed
ob74 opened this issue Jun 18, 2022 · 1 comment
Closed

RHEL 8.4 compilation failure due to kernel API mismatch #166

ob74 opened this issue Jun 18, 2022 · 1 comment

Comments

@ob74
Copy link

ob74 commented Jun 18, 2022

#if KERNEL_VERSION(5, 7, 0) <= LINUX_VERSION_CODE

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

@ob74
Copy link
Author

ob74 commented Jun 29, 2022

solved in 35276a7
10x

@ob74 ob74 closed this as completed Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant