On Mon, Jan 13, 2025 at 03:38:57PM +0100, Christian Brauner wrote: > On Sun, Jan 12, 2025 at 06:00:24PM +0800, Kun Hu wrote: > > Hello, > > > > When using our customized fuzzer tool to fuzz the latest Linux kernel, the following crash (43s) > > was triggered. > > I think we need to come to an agreement at LSFMM or somewhere else that > we will by default ingore but reports from non-syzbot fuzzers. Because > we're all wasting time on them. I think it needs to be broader than that to also include "AI generated bug reports" (while not excluding AI-translated bug reports); see https://daniel.haxx.se/blog/2024/01/02/the-i-in-llm-stands-for-intelligence/ so really, any "automated bug report" system is out of bounds unless previously arranged with the developers who it's supposed to be helping. We need to write that down somewhere in Documentation/process/ so we can point misguided people at it. We should also talk about how some parts of the kernel are basically unmaintained and unused, and that automated testing should be focused on parts of the kernel that are actually used. A report about being able to crash a stock configuration of ext4 is more useful than being able to crash an unusual configuration of ufs. Distinguishing between warnings, BUG()s and actual crashes would also be a useful thing to put in this document.