-
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
3.10 compat #1644
Comments
This is fixed in HEAD. The upcoming ZFSOnLinux 0.6.2 release will support Linux 3.10. |
Yes, this is already fixed in the upcoming 0.6.2. Pull master if you need a fix today. |
Hi - the 3.10 kernel was released with Fedora recently, and this completely broke access to my pool. When will the 0.6.2 RPMs be released? Thanks for the great work!! |
@pdemarino Soon, if you can for now run master which is what 0.6.2 will be when tagged. |
Thank you Brian. I just downloaded through git and installed. Works like a charm! |
It works. You can close this issue. Thank you Brian. I just downloaded through git and installed. Works like a charm!
[1] #1644 (comment) |
make -C /lib/modules/3.10.4-100.fc18.x86_64/build SUBDIRS=
pwd
CONFIG_SPL=m modulesmake[3]: Entering directory `/usr/src/kernels/3.10.4-100.fc18.x86_64'
CC [M] /var/lib/dkms/spl/0.6.1/build/module/spl/../../module/spl/spl-debug.o
CC [M] /var/lib/dkms/spl/0.6.1/build/module/spl/../../module/spl/spl-proc.o
In file included from /var/lib/dkms/spl/0.6.1/build/include/sys/kmem.h:38:0,
from /var/lib/dkms/spl/0.6.1/build/include/sys/kstat.h:32,
from /var/lib/dkms/spl/0.6.1/build/module/spl/../../module/spl/spl-proc.c:28:
/var/lib/dkms/spl/0.6.1/build/include/sys/vmsystm.h:77:8: error: redefinition of ‘struct vmalloc_info’
In file included from /usr/src/kernels/3.10.4-100.fc18.x86_64/arch/x86/include/asm/io.h:195:0,
from /usr/src/kernels/3.10.4-100.fc18.x86_64/arch/x86/include/asm/realmode.h:5,
from /usr/src/kernels/3.10.4-100.fc18.x86_64/arch/x86/include/asm/acpi.h:32,
from /usr/src/kernels/3.10.4-100.fc18.x86_64/arch/x86/include/asm/fixmap.h:19,
from /usr/src/kernels/3.10.4-100.fc18.x86_64/arch/x86/include/asm/apic.h:12,
from /usr/src/kernels/3.10.4-100.fc18.x86_64/arch/x86/include/asm/smp.h:13,
from /usr/src/kernels/3.10.4-100.fc18.x86_64/arch/x86/include/asm/mmzone_64.h:10,
from /usr/src/kernels/3.10.4-100.fc18.x86_64/arch/x86/include/asm/mmzone.h:4,
from include/linux/mmzone.h:919,
from include/linux/gfp.h:4,
from include/linux/kmod.h:22,
from include/linux/module.h:13,
from /var/lib/dkms/spl/0.6.1/build/include/sys/kstat.h:28,
from /var/lib/dkms/spl/0.6.1/build/module/spl/../../module/spl/spl-proc.c:28:
include/linux/vmalloc.h:173:8: note: originally defined here
Won't build
The text was updated successfully, but these errors were encountered: