Re: (sashiko status) [PATCH 0/2] Docs/admin-guide/mm/damon: warn commit_inputs vs other params race
From: Theodore Tso
Date: Tue Mar 31 2026 - 08:25:41 EST
On Mon, Mar 30, 2026 at 02:22:05PM -0700, Andrew Morton wrote:
>
> I view Sashiko as primarily an author tool. Sometimes I call it
> checkpatch++. In a better world, author would be able to sort out
> Sashiko issues before ever sending out the patchset. But in this
> world, a public send is needed to obtain that review.
Note that Sashiko is fully open source and the prompts are available
in third_party/prompts in the git repo:
https://github.com/sashiko-dev/sashiko
So people can run it privately, although they will need to provide
their own LLM credits. This also means that you can use some other
LLM besides Gemini 3.1 Pro.
Cheers,
- Ted