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
Testing the block cloning fallback functionality with the O_DIRECT flag is causing a kernel panic. For testing purposes, I added the O_DIRECT flag to the open call in clonefile.c. Note: When tested with the latest 6.12 TrueNAS kernel, same test returns EAGAIN instead of kernel panic.
Describe how to reproduce the problem
Run following script with above clonefile patch to reproduce the kernel panic:
ixhamza
changed the title
Block Coning fallback with O_DIRECT flag causes kernel panic in older kernel versions
Block Cloning fallback with O_DIRECT flag causes kernel panic in older kernel versions
Jan 15, 2025
System information
Describe the problem you're observing
Testing the block cloning fallback functionality with the
O_DIRECT
flag is causing a kernel panic. For testing purposes, I added theO_DIRECT
flag to theopen
call in clonefile.c.Note: When tested with the latest 6.12 TrueNAS kernel, same test returns
EAGAIN
instead of kernel panic.Describe how to reproduce the problem
Run following script with above clonefile patch to reproduce the kernel panic:
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: