* [syzbot] Monthly ext4 report (May 2023)
@ 2023-05-30 12:38 syzbot
2023-06-01 2:08 ` Baokun Li
0 siblings, 1 reply; 6+ messages in thread
From: syzbot @ 2023-05-30 12:38 UTC (permalink / raw)
To: adilger.kernel, linux-ext4, linux-fsdevel, linux-kernel,
syzkaller-bugs, tytso
Hello ext4 maintainers/developers,
This is a 31-day syzbot report for the ext4 subsystem.
All related reports/information can be found at:
https://syzkaller.appspot.com/upstream/s/ext4
During the period, 3 new issues were detected and 10 were fixed.
In total, 46 issues are still open and 106 have been fixed so far.
Some of the still happening issues:
Ref Crashes Repro Title
<1> 124 Yes kernel BUG in ext4_do_writepages
https://syzkaller.appspot.com/bug?extid=d1da16f03614058fdc48
<2> 48 No WARNING in ext4_write_inode (2)
https://syzkaller.appspot.com/bug?extid=748cc361874fca7d33cc
<3> 8 Yes WARNING in ext4_da_update_reserve_space (2)
https://syzkaller.appspot.com/bug?extid=a1232eabd7a3d43d4fb5
<4> 8 Yes kernel BUG in __ext4_journal_stop
https://syzkaller.appspot.com/bug?extid=bdab24d5bf96d57c50b0
<5> 7 Yes kernel BUG in ext4_write_inline_data
https://syzkaller.appspot.com/bug?extid=f4582777a19ec422b517
---
This report is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at syzkaller@googlegroups.com.
To disable reminders for individual bugs, reply with the following command:
#syz set <Ref> no-reminders
To change bug's subsystems, reply with:
#syz set <Ref> subsystems: new-subsystem
You may send multiple commands in a single email message.
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [syzbot] Monthly ext4 report (May 2023) 2023-05-30 12:38 [syzbot] Monthly ext4 report (May 2023) syzbot @ 2023-06-01 2:08 ` Baokun Li 2023-06-02 21:06 ` Theodore Ts'o 0 siblings, 1 reply; 6+ messages in thread From: Baokun Li @ 2023-06-01 2:08 UTC (permalink / raw) To: syzbot, adilger.kernel, linux-ext4, linux-fsdevel, linux-kernel, syzkaller-bugs, tytso Cc: Baokun Li, yangerkun On 2023/5/30 20:38, syzbot wrote: > Hello ext4 maintainers/developers, > > This is a 31-day syzbot report for the ext4 subsystem. > All related reports/information can be found at: > https://syzkaller.appspot.com/upstream/s/ext4 > > During the period, 3 new issues were detected and 10 were fixed. > In total, 46 issues are still open and 106 have been fixed so far. > > Some of the still happening issues: > > Ref Crashes Repro Title > <1> 124 Yes kernel BUG in ext4_do_writepages > https://syzkaller.appspot.com/bug?extid=d1da16f03614058fdc48 > <2> 48 No WARNING in ext4_write_inode (2) > https://syzkaller.appspot.com/bug?extid=748cc361874fca7d33cc > <3> 8 Yes WARNING in ext4_da_update_reserve_space (2) > https://syzkaller.appspot.com/bug?extid=a1232eabd7a3d43d4fb5 > <4> 8 Yes kernel BUG in __ext4_journal_stop > https://syzkaller.appspot.com/bug?extid=bdab24d5bf96d57c50b0 > <5> 7 Yes kernel BUG in ext4_write_inline_data > https://syzkaller.appspot.com/bug?extid=f4582777a19ec422b517 > > --- > Hello, Theodore! Patch "[PATCH v2] ext4: fix race condition between buffer write and page_mkwrite" in maillist fixes issues <1>,<4>,<5>. Patch set "[PATCH v4 00/12] ext4: fix WARNING in ext4_da_update_reserve_space" in maillist fixes issues <3>. These patches have been reviewed, could you have time to merge them in? I would appreciate it if you could. Thanks! -- With Best Regards, Baokun Li . ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [syzbot] Monthly ext4 report (May 2023) 2023-06-01 2:08 ` Baokun Li @ 2023-06-02 21:06 ` Theodore Ts'o 2023-06-03 2:05 ` Baokun Li 0 siblings, 1 reply; 6+ messages in thread From: Theodore Ts'o @ 2023-06-02 21:06 UTC (permalink / raw) To: Baokun Li Cc: syzbot, adilger.kernel, linux-ext4, linux-fsdevel, linux-kernel, syzkaller-bugs, yangerkun On Thu, Jun 01, 2023 at 10:08:53AM +0800, Baokun Li wrote: > > Patch "[PATCH v2] ext4: fix race condition between buffer write and > page_mkwrite" > in maillist fixes issues <1>,<4>,<5>. > > Patch set "[PATCH v4 00/12] ext4: fix WARNING in > ext4_da_update_reserve_space" > in maillist fixes issues <3>. Thanks for noting that the fixes are applicable to the above reports. I've adjusted the commit descrptions to include the necessary Reported-by: lines, and they are in the ext4 dev tree. Cheers, - Ted ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [syzbot] Monthly ext4 report (May 2023) 2023-06-02 21:06 ` Theodore Ts'o @ 2023-06-03 2:05 ` Baokun Li 2023-06-03 4:30 ` Theodore Ts'o 0 siblings, 1 reply; 6+ messages in thread From: Baokun Li @ 2023-06-03 2:05 UTC (permalink / raw) To: Theodore Ts'o Cc: syzbot, adilger.kernel, linux-ext4, linux-fsdevel, linux-kernel, syzkaller-bugs, yangerkun, Baokun Li On 2023/6/3 5:06, Theodore Ts'o wrote: > On Thu, Jun 01, 2023 at 10:08:53AM +0800, Baokun Li wrote: >> Patch "[PATCH v2] ext4: fix race condition between buffer write and >> page_mkwrite" >> in maillist fixes issues <1>,<4>,<5>. >> >> Patch set "[PATCH v4 00/12] ext4: fix WARNING in >> ext4_da_update_reserve_space" >> in maillist fixes issues <3>. > Thanks for noting that the fixes are applicable to the above reports. > I've adjusted the commit descrptions to include the necessary > Reported-by: lines, and they are in the ext4 dev tree. > > Cheers, > > - Ted > Thank you very much for your Applied! There are many sources of syzkaller issues, and the patches I send out to fix syzkaller issues add Reported-by to all but the ones that fix issues reported by our internal syzbot. However, there may be multiple syzbot reports for the same issue. So I sorry for not adding the "Reported-by:" for the corresponding issue above. Please feel free to give me your feedback if the patches have any problems. Thanks! 😀 -- With Best Regards, Baokun Li . ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [syzbot] Monthly ext4 report (May 2023) 2023-06-03 2:05 ` Baokun Li @ 2023-06-03 4:30 ` Theodore Ts'o 2023-06-03 6:20 ` Baokun Li 0 siblings, 1 reply; 6+ messages in thread From: Theodore Ts'o @ 2023-06-03 4:30 UTC (permalink / raw) To: Baokun Li Cc: syzbot, adilger.kernel, linux-ext4, linux-fsdevel, linux-kernel, syzkaller-bugs, yangerkun On Sat, Jun 03, 2023 at 10:05:44AM +0800, Baokun Li wrote: > > There are many sources of syzkaller issues, and the patches I send out > to fix syzkaller issues add Reported-by to all but the ones that fix issues > reported by our internal syzbot. > However, there may be multiple syzbot reports for the same issue. Yes, that happens a lot especially for Lockdep reports; depending on how the reproducer triggers the locks in which order, there can often be multiple different lockdep signatures, and Syzkaller can't tell that they are all the same thing. I tend to focus on syzbot reproducers on the upstream Linux instance, rather than the Android-5.15 syzkaller instance. And that allows me to use the ext4 subsystem dashboard available at: https://syzkaller.appspot.com/upstream/s/ext4 It's against this list of reports that the Monthly ext4 report is generated. So if people who are submitting fixes against syzkaller reports, it would be nice if they were to check the ext4 dashboard above to look for syzbot reports that might be also relevant to your patch. Thanks, - Ted ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [syzbot] Monthly ext4 report (May 2023) 2023-06-03 4:30 ` Theodore Ts'o @ 2023-06-03 6:20 ` Baokun Li 0 siblings, 0 replies; 6+ messages in thread From: Baokun Li @ 2023-06-03 6:20 UTC (permalink / raw) To: Theodore Ts'o Cc: syzbot, adilger.kernel, linux-ext4, linux-fsdevel, linux-kernel, syzkaller-bugs, yangerkun, Baokun Li On 2023/6/3 12:30, Theodore Ts'o wrote: > On Sat, Jun 03, 2023 at 10:05:44AM +0800, Baokun Li wrote: >> There are many sources of syzkaller issues, and the patches I send out >> to fix syzkaller issues add Reported-by to all but the ones that fix issues >> reported by our internal syzbot. >> However, there may be multiple syzbot reports for the same issue. > Yes, that happens a lot especially for Lockdep reports; depending on > how the reproducer triggers the locks in which order, there can often > be multiple different lockdep signatures, and Syzkaller can't tell > that they are all the same thing. > > I tend to focus on syzbot reproducers on the upstream Linux instance, > rather than the Android-5.15 syzkaller instance. And that allows me > to use the ext4 subsystem dashboard available at: > > https://syzkaller.appspot.com/upstream/s/ext4 > > It's against this list of reports that the Monthly ext4 report is > generated. So if people who are submitting fixes against syzkaller > reports, it would be nice if they were to check the ext4 dashboard > above to look for syzbot reports that might be also relevant to your > patch. > > Thanks, > > - Ted > OK, later to fix any ext4 issue, I will check if the issue is in the ext4 subsystem dashboard. Thanks! -- With Best Regards, Baokun Li . ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-06-03 6:20 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-05-30 12:38 [syzbot] Monthly ext4 report (May 2023) syzbot 2023-06-01 2:08 ` Baokun Li 2023-06-02 21:06 ` Theodore Ts'o 2023-06-03 2:05 ` Baokun Li 2023-06-03 4:30 ` Theodore Ts'o 2023-06-03 6:20 ` Baokun Li
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox