You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title states, creating a loop device over a ZFS file system with direct=always set causes a NULL pointer dereference in the kernel. Alternatively, setting direct=always just after the loop device is created and then reading a single page also triggers a kernel panic. Note: Reproducible on 5.15, and 6.12 kernel as well.
System information
Describe the problem you're observing
As the title states, creating a loop device over a ZFS file system with
direct=always
set causes aNULL
pointer dereference in the kernel. Alternatively, settingdirect=always
just after the loop device is created and then reading a single page also triggers a kernel panic.Note: Reproducible on 5.15, and 6.12 kernel as well.
Describe how to reproduce the problem
Alternatively,
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: