https://bugzilla.kernel.org/show_bug.cgi?id=215935
Bug ID: 215935 Summary: kernel hangs when invoking system calls Product: File System Version: 2.5 Kernel Version: 5.18.0-rc2 Hardware: All OS: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: f2fs Assignee: filesystem_f...@kernel-bugs.kernel.org Reporter: yanm...@tju.edu.cn Regression: No Created attachment 300870 --> https://bugzilla.kernel.org/attachment.cgi?id=300870&action=edit case.c I'd mounted a F2FS image with several mount options. When I was invoking file operations on the mount point, the kernel hangs, and the process cannot be killed. The file operations are in case.c, and the image is provided at (https://drive.google.com/file/d/1YchwhB5R5ToURLSFy20rQc0wDOvRCltP/view?usp=sharing). This issue can be reproduced by running the following commands: losetup /dev/loop0 case.img mount -o "disable_roll_forward,nouser_xattr,noacl,active_logs=6,disable_ext_identify,inline_dentry,flush_merge,nobarrier,fastboot,data_flush,alloc_mode=reuse,fsync_mode=posix,test_dummy_encryption" /dev/loop0 /mnt/test/ gcc -o case case.c ./case -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel