From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 252CE2C3251 for ; Tue, 31 Mar 2026 12:21:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=18.9.28.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774959693; cv=none; b=twYz8tbYSxTZwZEmusop1r9atsliJ5Dp0tJE5mX/0Q7n3pnqRstwKoiM3ngQVfteL05t/lMZZY3CnPnyknvHLVPiYXZ5or978fKzllrsgSXieZSUqa51YZKjkMNiDy/S0TnYhO3z4ho9GWGH+QIjP4DGAV+ZqFHD8djQjKkTjxk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774959693; c=relaxed/simple; bh=tLKKlkBPHGBCLGEsREkfW9B6Lbeag78/9yaa4ykOKOw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VaqOJo8h4c8Xq1ad3YqsEG1GZUdscAm2QOJgrnIOdo4YOmHnGJzmFWWDfaMS5/08ZBjFbgCxCQqm+g4zBOBmHM2iwR7bKsVTaIyA6Oym9dREeKMym/k2wlID+FKlQsXU7MMbjh2fCrnk7wNvxzxY07gZQrvXLYvg3lFnyQ97DCg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu; spf=pass smtp.mailfrom=mit.edu; dkim=pass (2048-bit key) header.d=mit.edu header.i=@mit.edu header.b=OTalYU3c; arc=none smtp.client-ip=18.9.28.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mit.edu Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=mit.edu header.i=@mit.edu header.b="OTalYU3c" Received: from macsyma.thunk.org (pool-173-48-112-174.bstnma.fios.verizon.net [173.48.112.174]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 62VCKh5d020429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 31 Mar 2026 08:20:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1774959647; bh=NgNcg+u1NBRoAeJ0X2EC7mko2ww9hZ9u4YDqZn07NJA=; h=Date:From:Subject:Message-ID:MIME-Version:Content-Type; b=OTalYU3cH/zbxpYh+VufB1Rr+bdCrgFKwM738zGplWvymBF6OUgZu9hWPAzjeHaDM GeZHgEIvEybyWZGOtv+Aj2qOgDjEcpW4xk60ILOXsKPV6t6YOZRK2Ruyd+JkqnjKG1 SXqRJNxi99vuNRrTlgUSuvgv1l9iWZCPTiAVLx11jTT5RULo2j7D6OL13XUPICc3nC sgfCVF3MVZY/aXuhKkqvrlneGO/4nOIuz5QboAJzrPh8Z6yH/qn4SVuRTaknr/1id+ n29o5SXu06wFfiEmG1v8oFk44lf+PNZw/X+Eh5H4zMYZW+CIB2KQ1ms2pTM5ngFLOi bVHabiPWhVKfQ== Received: by macsyma.thunk.org (Postfix, from userid 15806) id 5D6D560291BE; Tue, 31 Mar 2026 08:19:43 -0400 (EDT) Date: Tue, 31 Mar 2026 08:19:43 -0400 From: "Theodore Tso" To: Andrew Morton Cc: SeongJae Park , Greg KH , "Liam R. Howlett" , "# 5 . 19 . x" , David Hildenbrand , Jonathan Corbet , Lorenzo Stoakes , Michal Hocko , Mike Rapoport , Shuah Khan , Suren Baghdasaryan , Vlastimil Babka , damon@lists.linux.dev, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Roman Gushchin Subject: Re: (sashiko status) [PATCH 0/2] Docs/admin-guide/mm/damon: warn commit_inputs vs other params race Message-ID: <20260331121943.GA74409@macsyma-wired.lan> References: <2026032915-library-embolism-b48c@gregkh> <20260329193226.59025-1-sj@kernel.org> <20260330142205.e7c7d7b47ec15a634f6eebf4@linux-foundation.org> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260330142205.e7c7d7b47ec15a634f6eebf4@linux-foundation.org> 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