summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-07-27 18:03:27 -0700
committerJakub Kicinski <kuba@kernel.org>2026-07-27 18:03:27 -0700
commitfdd9ed67e5ca5c52d2a85c3cd96115ee42098a14 (patch)
treeab6895829b3dcf8a4005e0d76fae34e6adc38fe4
parente019f2198db810b93140458fc9b162722f80c689 (diff)
parentc82ff94592fb68f529afe63ca7f5ddb7dae4ba83 (diff)
downloadlinux-next-fdd9ed67e5ca5c52d2a85c3cd96115ee42098a14.tar.gz
linux-next-fdd9ed67e5ca5c52d2a85c3cd96115ee42098a14.zip
Merge branch 'docs-netdev-a-couple-of-updates'
Paolo Abeni says: ==================== docs: netdev: a couple of updates Explicitly covers a couple of relevant spots currently left out in the dark. Likely the first one was too obvious to ever spell out loud and the latter too new. Both cases are increasingly relevant, at least to me. Keep the update in the netdev subsystem, as others may have slightly different preferences. ==================== Link: https://patch.msgid.link/cover.1784884817.git.pabeni@redhat.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--Documentation/process/maintainer-netdev.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/process/maintainer-netdev.rst b/Documentation/process/maintainer-netdev.rst
index ec7b9aa2877f..1739d9f856c3 100644
--- a/Documentation/process/maintainer-netdev.rst
+++ b/Documentation/process/maintainer-netdev.rst
@@ -203,6 +203,22 @@ For RFC postings specifically, if nobody responded in a week - reviewers
either missed the posting or have no strong opinions. If the code is ready,
repost as a PATCH.
+There are 2 services actively providing LLM-generated review on posted patches:
+
+- https://sashiko.dev/
+- https://netdev-ai.bots.linux.dev/sashiko/
+
+both use the Sashiko infrastructure on top of different models. Reviews are
+available after 24h. Patch authors are expected to proactively look into the
+AI-generated reviews and handle such feedback as any other kind of review:
+either debate it or address it. In both cases a reply on the mailing list is
+expected.
+
+Authors are strongly encouraged to run LLM reviews on the posted patches in
+advance of the actual post. Large series triggering a significant amount of
+AI-generated feedback will likely get little attention from maintainers and
+reviewers.
+
Emails saying just "ping" or "bump" are considered rude. If you can't figure
out the status of the patch from patchwork or where the discussion has
landed - describe your best guess and ask if it's correct. For example::
@@ -210,6 +226,10 @@ landed - describe your best guess and ask if it's correct. For example::
I don't understand what the next steps are. Person X seems to be unhappy
with A, should I do B and repost the patches?
+Don't reach out to maintainers or reviewers via private email and/or other
+communications channels: all the discussion must remain public, and
+requesting special attention is unfair towards the community, at best.
+
.. _Changes requested:
Changes requested