-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fedora 40: 'make rpm-kmod' broken #16439
Labels
Type: Defect
Incorrect behavior (e.g. crash, hang)
Comments
Here's a Fedora 39 buildbot failure: |
The problem looks to be caused by these kernel changes:
When I use Fedora 40's slightly older |
This was referenced Aug 14, 2024
snajpa
pushed a commit
to vpsfreecz/zfs
that referenced
this issue
Aug 15, 2024
The 6.10 kernel broke our rpm-kmod builds. The 6.10 kernel really want the source files in the same directory as the object files. This workaround makes rpm-kmod work again. It also updates the builtin kernel codepath to work correctly with 6.10. See kernel commits: b1992c3772e6 kbuild: use $(src) instead of $(srctree)/$(src) for source directory 9a0ebe5011f4 kbuild: use $(obj)/ instead of $(src)/ for common pattern rules Fixes: openzfs#16439 Signed-off-by: Tony Hutter <hutter2@llnl.gov>
lundman
pushed a commit
to openzfsonwindows/openzfs
that referenced
this issue
Sep 4, 2024
The 6.10 kernel broke our rpm-kmod builds. The 6.10 kernel really wants the source files in the same directory as the object files. This workaround makes rpm-kmod work again. It also updates the builtin kernel codepath to work correctly with 6.10. See kernel commits: b1992c3772e6 kbuild: use $(src) instead of $(srctree)/$(src) for source directory 9a0ebe5011f4 kbuild: use $(obj)/ instead of $(src)/ for common pattern rules Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#16439 Closes openzfs#16450
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the problem you're observing
make rpm-kmod
is broken on the latest Fedora 40 update. This is breaking the buildbot builds on Fedora 39-40.Describe how to reproduce the problem
make rpm-kmod
. I tried bumping the supported kernel version META file to 6.10, but that didn't help.Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: