summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Stoakes <ljs@kernel.org>2026-07-02 19:49:01 +0300
committerJonathan Corbet <corbet@lwn.net>2026-07-22 23:36:03 +0300
commitd699a5da103942fdc0a8a5383359bdec01fc19dd (patch)
tree447c100dfbef708749c435ac682b68a0c315c847
parent7ed594363b5f080e66285ebc2048ae69e5b558f9 (diff)
downloadlinux-d699a5da103942fdc0a8a5383359bdec01fc19dd.tar.xz
docs: link AI coding assistants and tool-generated content pages
Both of these guidelines are complimentary to one another - one specifying guidelines on AI coding assistants, and the other specifying those for tool-generated content. Since they are complimentary to one another, provide a link to each in the other. Signed-off-by: Lorenzo Stoakes <ljs@kernel.org> Acked-by: Vlastimil Babka (SUSE) <vbabka@kernel.org> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: SJ Park <sj@kernel.org> Reviewed-by: David Hildenbrand (Arm) <david@kernel.org> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260702164901.121128-1-ljs@kernel.org>
-rw-r--r--Documentation/process/coding-assistants.rst4
-rw-r--r--Documentation/process/generated-content.rst7
2 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/process/coding-assistants.rst b/Documentation/process/coding-assistants.rst
index 899f4459c52d..6125ee4914c5 100644
--- a/Documentation/process/coding-assistants.rst
+++ b/Documentation/process/coding-assistants.rst
@@ -15,6 +15,10 @@ kernel development process:
* Documentation/process/coding-style.rst
* Documentation/process/submitting-patches.rst
+For guidelines on content generated by AI coding assistants see:
+
+* Documentation/process/generated-content.rst
+
Licensing and Legal Requirements
================================
diff --git a/Documentation/process/generated-content.rst b/Documentation/process/generated-content.rst
index 08621e50a462..aad2caad9f8b 100644
--- a/Documentation/process/generated-content.rst
+++ b/Documentation/process/generated-content.rst
@@ -107,3 +107,10 @@ the resulting changes.
If you do so anyway, maintainers are entitled to reject your series
without detailed review.
+
+References
+==========
+
+For specific guidelines on AI coding assistants, see:
+
+* Documentation/process/coding-assistants.rst