On 10/14/25 01:56, Bai, Shuangpeng wrote:
>
>
>> On Oct 13, 2025, at 08:41, Chao Yu <
ch...@kernel.org> wrote:
>>
>> On 10/13/25 07:49, Bai, Shuangpeng wrote:
>>> Hi Kernel Maintainers,
>>>
>>> Our tool found a new kernel bug "divide error in f2fs_all_cluster_page_ready". Please see the details below.
>>>
>>> Kernel commit: 6.17
>>> Kernel config: attachment
>>> Reproducer: attachment
>>>
>>> The reproducer triggers the crash reliably in ~500 seconds on a QEMU x86_64 VM.
>>>
>>> I’m happy to test debug patches or provide additional information.
>>
>> Hi Bai,
>>
>> Thanks for your report!
>>
>> Could you please share scripts and images for this issue? as I can not reproduce
>> w/ repro.c.
>>
>
> Thanks for your reply!
>
> I used clang-15 to compile the kernel v6.17 with the .config in the attachment.
>
> The image I used is bullseye.img (
https://drive.google.com/file/d/1krL9Mc-s07aA6m-0VjuuO767StacvZQV/view?usp=share_link).
>
> The image is created by
https://raw.githubusercontent.com/google/syzkaller/master/tools/create-image.sh.
>
> I will also send the boot script as attachments.
>
> This bug takes about 500 seconds to trigger the bug in our testing environment.
>
> Please let me know if anything needed. Thanks!
Thanks for providing the information, however I still can not reproduce this bug w/
Could you please upload your kernel image as well? let me have a try w/ your image,