Re: Policy regarding linux-next only changes

Miguel Ojeda <[email protected]> Thu, 30 Jul 2026 00:57:02 +0200
Newsgroups org.kernel.vger.linux-next,org.kernel.vger.linux-kernel
Message-ID <CANiq72=ps9obgSe3t0PV5hS30ifVY0g6qc2wxECLMZ1SzkKohw@mail.gmail.com>
On Thu, Jul 30, 2026 at 12:03=E2=80=AFAM Tetsuo Handa
<[email protected]> 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