Closed
Description
System information
Type | Version/Name |
---|---|
Distribution Name | Debian |
Distribution Version | unstable |
Kernel Version | 6.1.86, 6.7.12 |
Architecture | amd64 |
OpenZFS Version | 2.2.3 |
Describe the problem you're observing
I am using ZFS on Root with zfs native encryption. If I compile the kernel with CONFIG_INIT_STACK_ALL_PATTERN
, the zfs modules get loaded and I can enter the passphrase, but then everything just hangs without any further messages. Everything works as expected when using CONFIG_INIT_STACK_ALL_ZERO
. So I would assume there is an uninitialized variable somewhere in the zfs/spl code.