From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Cc: Roman Gushchin <roman.gushchin@linux.dev>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Derek Barbosa <debarbos@redhat.com>,
Matthieu Baerts <matttbe@kernel.org>,
Konstantin Ryabitsev <konstantin@linuxfoundation.org>,
Jason Gunthorpe <jgg@ziepe.ca>,
Steven Rostedt <rostedt@goodmis.org>,
users@kernel.org,
Linux Media Mailing List <linux-media@vger.kernel.org>,
Stephen Finucane <stephenfin@redhat.com>
Subject: Re: Linking Patchwork with Sashiko?
Date: Wed, 15 Jul 2026 10:40:12 +0200 [thread overview]
Message-ID: <20260715104012.7fd5c23a@foz.lan> (raw)
In-Reply-To: <alc3gAJfAkG5DULJ@zed>
On Wed, 15 Jul 2026 09:59:57 +0200
Jacopo Mondi <jacopo.mondi@ideasonboard.com> wrote:
> Hi Roman
>
> On Tue, Jul 14, 2026 at 07:00:54PM -0700, Roman Gushchin wrote:
> > > On Jul 14, 2026, at 5:59 PM, Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote:
> > >
> > > On Tue, Jul 14, 2026 at 10:55:42PM +0000, Roman Gushchin wrote:
> > >> Mauro Carvalho Chehab writes:
> > >>>> On Mon, 13 Jul 2026 12:41:20 +0300 Laurent Pinchart wrote:
> > >>>>>>> Individuals can set their
> > >>>>>>> spam filters up if they don't want to get these emails, I can't control
> > >>>>>>> it. Providing individual authors an option "I don't want my patches
> > >>>>>>> to be reviewed" sound strange to me. It's like "I don't want my patches
> > >>>>>>> to be tested by unit tests".
> > >>>>>>
> > >>>>>> I agree with you, and, on my head, not sending e-mails to the author
> > >>>>>> is a clear violation to one of the most basic net etiquette rule on
> > >>>>>> mailing lists: any replies to posts there should reach the author.
> > >>>>>
> > >>>>> I don't know where that one comes from.
> > >>>>>
> > >>>>> What happened to this other "most basic rule" that subscription to
> > >>>>> services that deliver e-mails should be opt-in ?
> > >>>
> > >>> Replying to an e-mail is not subscribing to a service. It is the
> > >>> author's right to know if one replies publicly to his e-mails.
> > >>> Explicitly removing him from the C/C of such replies is a violation
> > >>> of his rights.
> > >>>
> > >>> On other words, it is implicit that, if you post an e-mail, you'll be
> > >>> expecting actions or answers to it.
> > >>>
> > >>> Now, if one really doesn't really want to receive e-mails from a
> > >>> particular sender, a block list solves it. Alternatively, a way to
> > >>> opt-out is welcomed.
> > >>>
> > >>> See, this is different than adding someone to a mailing list without
> > >>> his consent: On such case, people receive e-mails unrelated to their
> > >>> preferences. For those, opt-in is the right net etiquette.
> > >>
> > >> I agree with this.
> > >>
> > >> But also just practically: if someone who opted out from sashiko emails
> > >> posts a patch and sashiko finds say a critical issue, do we expect the
> > >> maintainer to go and manually check each time whether the author opted
> > >> out and forward the review?
> > >
> > > I expect maintainers who want to act on sashiko reviews to triage and
> > > verify them first before bothering authors, yes. I believe we should
> > > follow the first two recommendations of the Software Freedom Conservancy
> > > on using LLM-backed generative AI systems for FOSS contributions ([1]).
> > >
> > > [1] https://sfconservancy.org/llm-gen-ai/llm-backed-generative-ai-recommendations.html
> >
> > I think it makes the point of sashiko - helping maintainers - unachievable. If the point to not use
> > LLMs in general, let’s discuss this, not how to make each use case more complex.
> >
>
> Having been in the discussion within the media group, let me try to
> re-express here the point I made within that circle already.
>
> The decision to not send Sashiko replies to developers but rather have
> them sent to a different mailing list, has been suggested because,
> after a brief interim period where Sashiko reviews has been sent to
> the main mailing list, it has caused more load for maintainers, not
> less.
At the beginning, any new process generate more load for
maintainers. The question yet to be answered is how this will
affect our workflow in long term.
> Far-fetched review comments, very convincing word salads mixed with
> valuable findings have often been escalated by authors to maintainers
> to have them distil the good from the bad.
>
> This might have merits: analyzing 3 false reports to find a bug is
> still worth it, but has so far caused more load for maintainers and
> reviewers, not less. Considering reviewers are the most scarce
> resource we have, analyzing Sashiko reports has been made an opt-in
> feature by sending its review to a dedicated mailing list where
> maintainers can (optionally) decide if something's worth acting upon.
I'm pretty sure we'll need custom prompts to better adjust reviews,
and maybe even adjusting temperature parameters. Media is a complex
subsystem which deals with a wide range of hardware, several of them
with their own specialized processor units (ISPs) and ASICs.
Any no non-specialized static analyzer tools may report more false
positives on such scenario. Yet, we need authors and maintainers
feedback to adjust such media-specific LLM prompts.
The long term goal should be clear. We expect that, with Sashiko:
- patch quality will be improved after using Sashiko's reviews;
- maintainer's overhead will be reduced, as they won't need to
restate issues already exposed by CI. They'll only start
reviewing once the patches are on a better shape.
If, after using it and customizing its prompts, it turns that the
patch quality decreases or that the maintainers overhead become
too high with very little benefit, then we should review the decision
of using it.
Not before.
On my personal experience with Sashiko and other LLM-based review
tools, they're very good to check error paths. By using it, we can
avoid receiving extra patches later on to fix things that could
already be solved at the original commit.
From my experience as maintainer, sometimes it takes years until
someone send us patches fixing error check conditions.
Just take for instance a random fix patch send on May, 22:
06cb687a5132 ("media: v4l2-fwnode: Fix subdev owner overwritten in v4l2_async_register_subdev_sensor()")
It fixed a patch wrote in 2017:
Fixes: aef69d54755d ("media: v4l: fwnode: Add a convenience function for registering sensors")
It would be great if, on that time, we had a tool that would be
able to identify such problem and not needing to take ~10 years
to have it fixed.
> This would also give some buffer time to evaluate Sashiko and maybe
> reconsider later on.
>
> > It seems like [1] expresses a very anti-LLM position in general, which I can understand and I agree
> > with some of concerns. But I think it’s up to project leaders to decide if Linux in general takes this
> > position and my take so far is that the answer is not.
> >
>
> All discussions around AI inevitably ends being about principles and
> good vs bad. I'm surprised Linus and Ted had to weight in to re-state
> the "we're not against AI!" principle while I would like to discuss
> signal-to-noise metrics instead.
>
> Maybe you have number I've not seen yet.
>
> Thanks
> j
>
> > Thanks
Thanks,
Mauro
next prev parent reply other threads:[~2026-07-15 8:40 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260528144627.1ae09ff2@foz.lan>
[not found] ` <1372F826-5513-4EB2-AE27-1DC0D2DE0AEB@linux.dev>
[not found] ` <20260529083100.6710b6cd@foz.lan>
[not found] ` <20260529083801.2c7e8990@foz.lan>
[not found] ` <ahmwUk0uXTkdwohf@debarbos-thinkpadt14gen5.rmtusma.csb>
2026-05-30 8:30 ` Linking Patchwork with Sashiko? Mauro Carvalho Chehab
2026-05-30 15:57 ` Roman Gushchin
2026-05-30 18:00 ` Mauro Carvalho Chehab
2026-05-30 18:49 ` Mauro Carvalho Chehab
2026-05-30 18:53 ` Mauro Carvalho Chehab
2026-06-02 15:51 ` Derek Barbosa
2026-06-02 16:51 ` Mauro Carvalho Chehab
2026-06-02 18:39 ` Jason Gunthorpe
2026-06-02 20:29 ` Mauro Carvalho Chehab
2026-06-02 20:13 ` Roman Gushchin
2026-06-02 20:39 ` Mauro Carvalho Chehab
2026-06-02 20:44 ` Roman Gushchin
2026-06-02 23:50 ` Matthieu Baerts
2026-06-03 3:35 ` Mauro Carvalho Chehab
2026-06-03 3:49 ` Roman Gushchin
2026-06-04 6:52 ` Mauro Carvalho Chehab
2026-06-07 17:56 ` Mauro Carvalho Chehab
2026-06-30 20:32 ` Derek Barbosa
2026-07-10 5:45 ` Mauro Carvalho Chehab
2026-07-10 6:39 ` Mauro Carvalho Chehab
2026-07-11 1:01 ` Roman Gushchin
2026-07-13 7:55 ` Mauro Carvalho Chehab
2026-07-13 9:41 ` Laurent Pinchart
2026-07-13 20:04 ` Mauro Carvalho Chehab
2026-07-14 22:55 ` Roman Gushchin
2026-07-15 0:59 ` Laurent Pinchart
2026-07-15 2:00 ` Roman Gushchin
2026-07-15 3:06 ` Linus Torvalds
2026-07-15 12:21 ` Jori Koolstra
2026-07-15 16:50 ` Steven Rostedt
2026-07-15 16:43 ` Laurent Pinchart
2026-07-15 7:59 ` Jacopo Mondi
2026-07-15 8:40 ` Mauro Carvalho Chehab [this message]
2026-07-15 17:31 ` Theodore Tso
2026-07-15 12:38 ` Mark Brown
2026-07-15 16:28 ` Laurent Pinchart
2026-07-15 3:54 ` Theodore Tso
2026-07-15 7:13 ` Mauro Carvalho Chehab
2026-07-15 12:42 ` James Bottomley
2026-07-15 16:18 ` Laurent Pinchart
2026-07-15 16:53 ` James Bottomley
2026-07-15 17:09 ` Laurent Pinchart
2026-07-15 16:11 ` Laurent Pinchart
2026-07-15 17:00 ` Jan Kara
2026-07-15 17:14 ` Theodore Tso
2026-07-15 16:28 ` Ihor Solodrai
2026-07-15 16:39 ` Laurent Pinchart
2026-07-15 17:12 ` Ihor Solodrai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260715104012.7fd5c23a@foz.lan \
--to=mchehab+huawei@kernel.org \
--cc=debarbos@redhat.com \
--cc=jacopo.mondi@ideasonboard.com \
--cc=jgg@ziepe.ca \
--cc=konstantin@linuxfoundation.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=matttbe@kernel.org \
--cc=roman.gushchin@linux.dev \
--cc=rostedt@goodmis.org \
--cc=stephenfin@redhat.com \
--cc=users@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.