-
Notifications
You must be signed in to change notification settings - Fork 103
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
Onload DKMS fails to build on Rocky 9.3 kernel 5.14.0-362.18.1.el9_3.0.1.x86_64 #209
Comments
Hi @elcabaye, sorry I haven't seen this issue until today! Are you still experiencing it? It's evidently some sort of configuration or environment problem. Would it build if you extract the sources |
Hi @ivatet-amd, Yes, I found a solution that appears to work for me. I prefixed the MAKE[0] lines with I was attempting to create a branch to upload the change but was not permitted to. Thanks so much for following up! Corey |
Hi @elcabaye,
If you want to raise a pull request you can do it by forking this repo and creating the pull request from your clone to this one. |
Hi @abower-amd, I've raised a pull request. Thanks! Corey |
Thank you for your PR #218, which we merged last week. |
The generated driver/linux_resource/autocompat.h file is empty.
However, I get a proper autocompat.h if I
cd /var/lib/dkms/onload/8.1.2.26/build/build/x86_64_linux-5.14.0-362.18.1.el9_3.0.1.x86_64
and run/var/lib/dkms/onload/8.1.2.26/build/src/driver/linux_resource/kernel_compat.sh -k /lib/modules/5.14.0-362.18.1.el9_3.0.1.x86_64/build -q > driver/linux_resource/autocompat.h
by hand.The text was updated successfully, but these errors were encountered: