https://bugzilla.kernel.org/show_bug.cgi?id=215293

--- Comment #4 from bughunter ([email protected]) ---
I have written a script to facilitate reproduction, which have been compiled
into a binary file called "a". And you can simply reproduce the bug by running
the folloing scripts:

dd if=/dev/zero of=f2fs.img bs=1M count=1051
mkfs.f2fs -a 0 -o 14 -t 1 -z 4 -q f2fs.img
losetup /dev/loop10 f2fs.img
./a f2fs /dev/loop10 /root/mnt

The file operations and mount operations are shown in file "a.c", which can not
be compiled directly :( . but you can see the corresponding operations. As to
the kernel config, I only added the following configs:

CONFIG_KASAN=y
CONFIG_KASAN_INLINE=y

Hope this can be helpful to you.

-- 
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to