Re: upstream kernel crashes

From: Linus Torvalds
Date: Mon Aug 15 2022 - 15:19:54 EST


On Mon, Aug 15, 2022 at 11:22 AM Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
>
> I ended up publishing several of the syzkaller reports because I could
> not figure out how to test the proposed patch otherwise. Sorry for the
> noise on the mailing lists, but I just could not figure out how to
> trigger test runs without making the reports public. Various test runs
> are now queued. Hopefully we should get results soon.

I actually think that the best "test" is to just test the revert and
see if the problems go away.

You may not have found a way to reliably trigger one particular
problem, but apparently you can easily enough trigger some random
issue with enough tests.

If it's some random memory corruption, there may simply not ba a great
reproducer, with the oopses just depending on random layout and
timing.

Linus