From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 2E40A39656D; Thu, 2 Jul 2026 16:49:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783010950; cv=none; b=uquTxYFh4dzXHxNes7ORIX/3FiKxTelDzUqdPGg25FOb/BYtsNrkSQiwSPynz1Cc25V3JVpkIXhkIOfNLu/73Azp707gMvTBoUhFm3zRiydcYNuVowmx8ZYfQcRxPdQwA5HXdkAgw2ztBmY3bPmiVl/r9KatTDW7i/3R0k/+Zcw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783010950; c=relaxed/simple; bh=WsrvWMoPnHXJVwvilKdRIrku83diw1qEekYeKqp0MUs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=u/V1Mb7ZtVAXjgc2uButPJof6AWEncMjAARGRqN8x4G3biIwH197UPXn2smcX2N9UA2ebiX2Fu9OQx641GlsGoS9ELwF+2VAFu5Usc9Uq1NQRzT+NbRxBrdM18FUAwmZqXZjIHUiETe1dvDKLs+UapISVpCYRIfCPR7WMfQhOpQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fyt+5dP4; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fyt+5dP4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 553961F00A3A; Thu, 2 Jul 2026 16:49:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783010948; bh=WsrvWMoPnHXJVwvilKdRIrku83diw1qEekYeKqp0MUs=; h=From:To:Cc:Subject:Date; b=fyt+5dP4wmRZ1ZJ8IO1zxfT3E68XhsuXG9CquNRXA3RiSLMatbxXj4HIVDkjh9DWb 4oVGdwznM5FUe3cmKPnRgHjdmJ1pUXSdOk92rqLQXwp/o8vn3J2P9MoFESDsKnTB6L Derggxne6oTnY7ksYYfB6f7jEjNQD+TaKYvuP+QlboUDEdUSS+ZKTc2bYELIL9nzw5 2ctCoCaGtbQ3YZeXW1mV9u4Vb83JJ+5wS8wAIysXCLzi47Xqfo1jKwaXHMsT60yo8g tymkzgzQNwsb4lFOdxzQmGdCFqbZOfOGQirj1n7GeEeeDhi38v4pw3sOI81/4M4E7D h7C0gYcZTtjPw== From: Lorenzo Stoakes To: Jonathan Corbet Cc: Linus Torvalds , Justin Stitt , Laurent Pinchart , Carlos Maiolino , Jakub Kicinski , Jori Koolstra , Krzysztof Kozlowski , Brian Foster , Christoph Hellwig , David Disseldorp , Mark Brown , Jani Nikula , Jens Axboe , David Hildenbrand , Vlastimil Babka , Christian Brauner , Jeff Layton , workflows@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [PATCH] docs: link AI coding assistants and tool-generated content pages Date: Thu, 2 Jul 2026 17:49:01 +0100 Message-ID: <20260702164901.121128-1-ljs@kernel.org> X-Mailer: git-send-email 2.55.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 --- Documentation/process/coding-assistants.rst | 4 ++++ Documentation/process/generated-content.rst | 7 +++++++ 2 files changed, 11 insertions(+) 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 -- 2.55.0