-
Notifications
You must be signed in to change notification settings - Fork 82
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
Kernel module fails to build on Linux 6.1 LTS #70
Comments
I added compile fixes with #71. Only trivial fixes due to kernel cleanups. |
I am using Rocky Linux 9.
Whenever I run exanic-config xxx, the machine restarts. |
I tested with 6.1.15 on debian and there were no problems... |
thank you for your information. I'll give it another try. |
I've seen this crash on exanic-config as well - but only if I enable iommu options on the kernel command line, specifically in my case, "iommu.passthrough=0 intel_iommu=on" Crash looks like:
|
I have the same crash on AMD system even if I pass |
guess the compilation is fixed in 2.7.4 |
pci_set_dma_mask
andpci_set_consistent_dma_mask
were deprecated and later removed in Linux 5.18.The text was updated successfully, but these errors were encountered: