Re: Policy regarding linux-next only changes
From: Miguel Ojeda
Date: Wed Jul 29 2026 - 03:36:54 EST
On Wed, Jul 29, 2026 at 3:47 AM Theodore Tso <tytso@xxxxxxx> wrote:
>
> It could, but it would involve making a change in syzbot.
> Specifically, syzbot would have to be changed to boot the kernel being
> tested without the kernel.panic_on_warn=1 boot command line function,
> and then in the syzbot reproducer, to add the moral equivalent of
>
> echo 1 > /proc/sys/kernel/panic_on_warn
Thanks Ted! Yeah, that's about what I was expecting.
Cheers,
Miguel