From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:45484 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932189AbcIUOTL (ORCPT ); Wed, 21 Sep 2016 10:19:11 -0400 Date: Wed, 21 Sep 2016 16:19:16 +0200 From: Greg Kroah-Hartman To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , Jonathan Corbet , Mauro Carvalho Chehab , stable@vger.kernel.org Subject: Re: [PATCH] docs-rst: add inter-document cross references Message-ID: <20160921141916.GA23553@kroah.com> References: <5347fc04cf9ee71d428523889e9bd6c324bd9fba.1474458567.git.mchehab@s-opensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5347fc04cf9ee71d428523889e9bd6c324bd9fba.1474458567.git.mchehab@s-opensource.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Sep 21, 2016 at 08:51:05AM -0300, Mauro Carvalho Chehab wrote: > Add cross references for the development process documents > that were converted to ReST: > Documentation/SubmitChecklist > Documentation/SubmittingDrivers > Documentation/SubmittingPatches > Documentation/development-process/development-process.rst > Documentation/stable_kernel_rules.txt > > Signed-off-by: Mauro Carvalho Chehab > --- > > The changes here were at patch 29/29, that did the rename. I opted to > split this change to just add the cross-references without the rename, as > it makes easier if we decide to use symlinks instead of renames. > > As I rebased the rename patch as well, on the top of this one, we can > also use the rename, if people find it better. For the stable_kernel_rules.txt portion: Acked-by: Greg Kroah-Hartman