From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933515AbcINXHM (ORCPT ); Wed, 14 Sep 2016 19:07:12 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:46971 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764800AbcINXGW (ORCPT ); Wed, 14 Sep 2016 19:06:22 -0400 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , Jonathan Corbet , Mauro Carvalho Chehab , Richard Weinberger , Markus Heiser , Jani Nikula , LKML Subject: [PATCH 16/17] stable_kernel_rules.rst: Add cross-references to other ReST files Date: Wed, 14 Sep 2016 20:06:01 -0300 Message-Id: <9a819ea3d39cacdf6917de0b8570b59b66bb38d8.1473893776.git.mchehab@s-opensource.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add two references for files that were already converted to ReST. Signed-off-by: Mauro Carvalho Chehab --- Documentation/development-process/stable_kernel_rules.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/development-process/stable_kernel_rules.rst b/Documentation/development-process/stable_kernel_rules.rst index 533be00260e6..daa1073b65df 100644 --- a/Documentation/development-process/stable_kernel_rules.rst +++ b/Documentation/development-process/stable_kernel_rules.rst @@ -26,7 +26,9 @@ Rules on what kind of patches are accepted, and which ones are not, into the race can be exploited is also provided. - It cannot contain any "trivial" fixes in it (spelling changes, whitespace cleanups, etc). - - It must follow the Documentation/development-process/SubmittingPatches.rst rules. + - It must follow the + :ref:`Documentation/development-process/SubmittingPatches.rst ` + rules. - It or an equivalent fix must already exist in Linus' tree (upstream). @@ -37,7 +39,8 @@ Procedure for submitting patches to the -stable tree submission guidelines as described in Documentation/networking/netdev-FAQ.txt - Security patches should not be handled (solely) by the -stable review - process but should follow the procedures in Documentation/development-process/SecurityBugs.rst. + process but should follow the procedures in + :ref:`Documentation/development-process/SecurityBugs.rst `. For all other submissions, choose one of the following procedures ----------------------------------------------------------------- -- 2.7.4