Re: Policy regarding linux-next only changes
From: Theodore Tso
Date: Fri Jul 24 2026 - 09:55:01 EST
On Fri, Jul 24, 2026 at 09:11:27PM -0500, Tetsuo Handa wrote:
>
> What is happening is that I am using tomoyo git tree as a hook for
> executing debug printk() (using linux-next git tree) in order to debug
> problems which syzbot has found but nobody can afford looking into.
>
> Individual git tree is not served as a hook for applying debug patches
> like "quilt push"; one of reasons is that "git" (compared to "quilt") is
> not intended for removing a patch when that patch became no longer
> necessary (due to problem being fixed).
Ah. In that case, what if you simply have a separate tree which just
has these debugging patches, and then either Mark Brown or the Syzbot
team could create a new git tree / branch which takes linux-next and
then merges this debug tree on top of the latest linux-net?
The advantages of this is that the patches never hit linux-next, but
this new tree, call it linux-next-syz-debug. And since it is a new
tree, you wouldn't need a new magic KConfig CONFIG #ifdef, so no code
changes would be needed in syzbot.
The only question then is how much does the Syzbot team is willing pay
to help provide the resources you need to resolve those syzbot issues.
I will say that *my* particular management chain at $WORK has
authorized ignoring a whole class of syzbot bugs because they are
utterly irrelevant for our production environment, and so it's not so
much a "can't afford", but "has insufficient business value relative
to our budget / head count authorization". (And personally, I refuse
to work on those bugs after midnight or on weekends; I have higher
priority personal priorities.) But perhaps the Syzbot team has a
different set of priorities....
- Ted