Re: Policy regarding linux-next only changes

From: Miguel Ojeda

Date: Wed Jul 29 2026 - 18:59:46 EST


On Thu, Jul 30, 2026 at 12:03 AM Tetsuo Handa
<penguin-kernel@xxxxxxxxxxxxxxxxxxx> wrote:
>
> That does not help. syzbot stops not because the kernel calls panic()
> but because the kernel emits "WARNING:" etc. followed by a stack trace.
> The list of patterns is at
> https://github.com/google/syzkaller/blob/master/pkg/report/linux.go .

The point is that syzbot could skip those until a given point at boot.
But in order to do that, of course, you still need to disable the
panicking.

Cheers,
Miguel