Re: Policy regarding linux-next only changes

Miguel Ojeda <[email protected]> Wed, 29 Jul 2026 00:11:44 +0200
Newsgroups org.kernel.vger.linux-next,org.kernel.vger.linux-kernel
Message-ID <CANiq72kcrJw4Kt=5zTN9vvnDq33_4NV4AZ3jHTFNBJjVxmU+8Q@mail.gmail.com>
On Tue, Jul 28, 2026 at 4:46=E2=80=AFPM Tetsuo Handa
<[email protected]> wrote:
>
> syzbot stops upon encountering "BUG:" or "WARNING:" within printk() outpu=
t.

Out of curiosity, is that a fundamental property or something that
could be optionally be relaxed (for certain linux-next runs only,
perhaps) so that you can continue testing in certain cases where the
"WARNING:" may be harmless (i.e. irrelevant for your particular
fuzzing)?

i.e. I was wondering whether the system could ignore the "WARNING:"s
(and avoid the kernel panicking on them etc.) until after boot, i.e.
when the fuzzing starts.

Cheers,
Miguel