Re: Policy regarding linux-next only changes

From: Theodore Tso

Date: Sat Jul 04 2026 - 09:23:11 EST


On Sat, Jul 04, 2026 at 02:06:43PM -0500, Miguel Ojeda wrote:
> Now, reading the Google Groups thread you link, it seems like your
> *actual constraint* doesn't come from syzkaller, but rather that you
> want to use the compute resources Google allocates for big trees like
> linux-next.

Note that if you are trying to debug a specific syzbot bug, you don't
need to send it to linux-next. You can just reply to reproducer with

#syz test: git://repo/address.git branch-or-commit-hash

So I think we need to distinguish between two cases. One is where you
are trying to address specific syzkaller reproducer. The other is
where you want to do a full set of fuzzing on a draft series. I'd
argue that though, that this is something you want to do when the
patch is almost ready to land upstream --- and at that point, putting
in linux-next makes perfect sense.

I'm not really see the case where it's not quite ready to land
upstream (and so you want the full set of testing, not just with
syzbot, with other people testing linux-next), but you still want to
get the full set syzkaller testing.

Do people think this is really such a common scenario?

- Ted