-
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
"kernel NULL pointer dereference" on modprobe zfs
#1346
Comments
It looks like autotools did something wrong. Would you paste the config.log from spl? |
config.log, spl-9999 uses the latest master from GitHub. |
It seems that my |
Moving back to an early "snapshot" of spl (spl-0.6.0_rc14-r1), |
…ary clones 1356 zfs dataset prefetch code not working Reviewed by: Matthew Ahrens <[email protected]> Reviewed by: Dan McDonald <[email protected]> Approved by: Gordon Ross <[email protected]> References to Illumos issue: https://www.illumos.org/issues/1346 https://www.illumos.org/issues/1356 Ported-by: Richard Yao <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#647
NixOS/nixpkgs#39225 might be similar to this? dmesg there, https://gist.github.com/fread2281/c2de6722605838c5d517630274b74b8b is a build log for spl (a different version than the one from the dmesg), and https://gist.github.com/fread2281/c5fd6e556ad02c91b41b198b27acbcce is a build log for zfs |
FYI, it seems that current->fs can be NULL under 4.16, see linked NixOS bug. |
I'm using the gentoo hardened profile with
linux 3.7.10
and after some new configuration flags to support libvirt/qemu, I'm no longer able to start zfs:I'm still trying to figure out which configuration settings is the cause for the exception. It worked before using 3.7.10 FWIW.
zfs
andzfs-kmod
from master branch.The text was updated successfully, but these errors were encountered: