From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-181.mta0.migadu.com (out-181.mta0.migadu.com [91.218.175.181]) (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 D5C54388393 for ; Sat, 16 May 2026 22:00:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.181 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778968812; cv=none; b=jUbXQnNZNcX/3+yCZD/PGKkVF9koF/yZMq2WPXp0zYQjtI1vREzEU1QPxCUc+Pe0jnIRJVFhYAzRlUszY2YSlsrTzHudMGVt+waS+xf1uRIihIBgQWizHUUJIMzqHzJSBiK+MVFhcl7k4bOPH90W1lM1oV1YI/ouKyY6OO7LZBY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778968812; c=relaxed/simple; bh=evs3SefPe7zmlbL4lVVeXN67p+GYCKzfw1GIeNqfdj0=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=RiFwjW311f9oQV2tuGR/ux8exjUyBq3xgI8j6U4o5hCSwL8vqd2w9HGstzD7aPnAqm17J6akoTVM+ENFHDA8C4SKq+jIPsYdVtX8dvjR11ow8iGTbOG9rC/ooeYaYlsigkJyR7yyNiefhUrDNvVdVK6S0QleuL1KIIZKTKFf5Lc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=xZeIi0Tl; arc=none smtp.client-ip=91.218.175.181 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="xZeIi0Tl" Content-Type: text/plain; charset=utf-8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1778968798; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=evs3SefPe7zmlbL4lVVeXN67p+GYCKzfw1GIeNqfdj0=; b=xZeIi0Tlqux/y6Id/ouEyJDMMhs36HofgMSFjOtY0uH4H4dxN41BM4AnUOW92emR28d267 Re4XK8X2mj204JOpqLoKGt+8+ruYqMebIs+F6UJY+ZBPcUR4oSeeKJBGOXepyIvyg321Tj IKjuJqjLqx9cJaxmy5uNcr7mD2wLgmI= Content-Transfer-Encoding: quoted-printable Precedence: bulk X-Mailing-List: workflows@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (1.0) Subject: Re: Stop false review statements X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Roman Gushchin In-Reply-To: <4f3d7f48-5766-425b-91f6-0acdb5554584@kernel.org> Date: Sat, 16 May 2026 14:59:44 -0700 Cc: debarbos@redhat.com, Arnaldo Carvalho de Melo , Greg KH , Konstantin Ryabitsev , Guenter Roeck , sashiko-bot@kernel.org, sashiko-reviews@lists.linux.dev, sashiko@lists.linux.dev, Linux Kernel Workflows , Linux Kernel Mailing List , devicetree@vger.kernel.org, kfree@google.com Message-Id: <07602616-412B-4ED8-95D7-588C0D077EE3@linux.dev> References: <4f3d7f48-5766-425b-91f6-0acdb5554584@kernel.org> To: Krzysztof Kozlowski X-Migadu-Flow: FLOW_OUT > On May 16, 2026, at 2:33=E2=80=AFPM, Krzysztof Kozlowski = wrote: >=20 > I find it opposite: clogging commits with useless information, because > some arbitrary and completely closed-source tool did analysis means > nothing to me one year later when I look at the commit in the Git history.= This is simple not true: Sashiko is fully open-source, under Apache 2.0 lice= nse and the code belongs to LF. Yes, the instance behind sashiko.dev is using Gemini 3.1 Pro LLM, which is not open-source, but it=E2=80=99s not a fundame= ntal limitation -=20 Sashiko is supporting various LLMs, including open models - it=E2=80=99s jus= t a practical choice: to my knowledge the quality of open models is not on par with fronti= er closed models and it would require a non-trivial amount of hardware and infrastruct= ure to run an open model at the required scale. Thanks=