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
Looks like commit 6736a6f introduced AER code which is incompatible with kernel versions beyond 5.7.0 as a name change from pci_cleanup_aer_uncorrect_error_status() to pci_aer_clear_nonfatal_status() at torvalds/linux@894020f
Build fails with
[root switchtec-kernel]# make
make -C /lib/modules/4.18.0-240.10.1.el8_3.x86_64/build M=$PWD modules
make[1]: Entering directory '/usr/src/kernels/4.18.0-240.10.1.el8_3.x86_64'
CC [M] /usr/src/switchtec-kernel/switchtec.o
/usr/src/switchtec-kernel/switchtec.c: In function ‘switchtec_pci_error_resume’:
/usr/src/switchtec-kernel/switchtec.c:1790:2: error: implicit declaration of function ‘pci_cleanup_aer_uncorrect_error_status’ [-Werror=implicit-function-declaration]
pci_cleanup_aer_uncorrect_error_status(pdev);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This also affects RHEL 8.3, which accepted that patch
Thanks for reporting this! As of now branch main/devel are working on 5.4/5.6 kernels. Will move them to support later kernels (with kernel API update) and create back port branch for 5.6.
Looks like commit 6736a6f introduced AER code which is incompatible with kernel versions beyond 5.7.0 as a name change from
pci_cleanup_aer_uncorrect_error_status()
topci_aer_clear_nonfatal_status()
at torvalds/linux@894020fBuild fails with
This also affects RHEL 8.3, which accepted that patch
I would propose the following patch
The text was updated successfully, but these errors were encountered: