Bug 215916
Summary: | kernel BUG at fs/f2fs/segment.c:2560! | ||
---|---|---|---|
Product: | File System | Reporter: | bughunter (yanming) |
Component: | f2fs | Assignee: | Default virtual assignee for f2fs (filesystem_f2fs) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | chao, rootkit85 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.17 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | case.c |
Description
bughunter
2022-04-29 05:41:29 UTC
Could you please help to test below patch? https://lore.kernel.org/linux-f2fs-devel/20220429144456.22232-1-chao@kernel.org/T/#u I've tried this patch, but it seems that this bug still exists :( Could you please check your testcase? The testcase won't panic system and there is no failure log printed.... and then I try to mount it again, it fails mount() and prints newly added log in my patch. After I compile the kernel again, this has been fixed. Maybe I've done something wrong before. Thank you! I hit this with kernel 5.18.5 |