ZFS kmod panic in initrd on armv7l-linux
(regression)
#370751
Labels
0.kind: bug
Something is broken
armv7l-linux
(regression)
#370751
Describe the bug
The ZFS kernel module panics with a failed assertion during initrd/stage 1 on my
armv7l-linux
machine:(log taken with nixpkgs at 62c435d)
After the panic, boot hangs with this message, where the max time keeps increasing:
This affects 24.11 but not 24.05. See below for details on bisecting the bug.
Steps To Reproduce
I can reliably reproduce the issue on my hardware with my config:
armv7l-linux
cross-compiled onx86_64-linux
boot.loader.generationsDir.enable = true
boot.initrd.systemd.enable = true
boot.supportedFilesystems = [ "zfs" ]
)Expected behavior
System should boot and mount pools successfully. This config has worked for 2+ years.
Additional context
The issue seems specific to either
armv7l
or cross-compilation or my hardware. I havex86_64-linux
machines running ZFS that are not affected (at the same nixpkgs commits).It doesn't seem to be introduced by either a ZFS or Linux kernel update.
Bisect results
Good/unaffected nixpkgs/Linux/ZFS versions:
Bad/affected nixpkgs/Linux/ZFS versions:
Rebuilds can take a long time, so my progress is slow. There are also some commits in the staging branch that don't build.
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: