From patchwork Thu Jul 6 20:02:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rodrigo Vivi X-Patchwork-Id: 9828825 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id DFAD8602CA for ; Thu, 6 Jul 2017 20:02:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CEF201FFB9 for ; Thu, 6 Jul 2017 20:02:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C38F828555; Thu, 6 Jul 2017 20:02:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6F23128569 for ; Thu, 6 Jul 2017 20:02:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AA6CF6E1E0; Thu, 6 Jul 2017 20:02:21 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1E7396E1E0 for ; Thu, 6 Jul 2017 20:02:21 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 06 Jul 2017 13:02:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.40,319,1496127600"; d="scan'208"; a="1148691607" Received: from rdvivi-vienna.jf.intel.com ([10.7.196.67]) by orsmga001.jf.intel.com with ESMTP; 06 Jul 2017 13:02:20 -0700 From: Rodrigo Vivi To: intel-gfx@lists.freedesktop.org Date: Thu, 6 Jul 2017 13:02:22 -0700 Message-Id: <1499371342-9195-1-git-send-email-rodrigo.vivi@intel.com> X-Mailer: git-send-email 1.9.1 Cc: Rodrigo Vivi Subject: [Intel-gfx] [maintainer-tools PATCH] drm-intel: Fix links to torvalds documentation. X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP All process related docs has moved to the new "process" folder, but also all .txt migrated to .rst as well. Signed-off-by: Rodrigo Vivi --- drm-intel.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/drm-intel.rst b/drm-intel.rst index 4699171..5dcb7d8 100644 --- a/drm-intel.rst +++ b/drm-intel.rst @@ -188,8 +188,8 @@ The maintainers will cherry-pick labeled patches from drm-intel-next-queued to the appropriate branches. If possible, the commit message should also contain a Fixes: tag as described in -`Documentation/SubmittingPatches -`_ +`Documentation/process/submitting-patches +`_ to aid the maintainers in identifying the right branch. Requesting Fixes Cherry-Pick Afterwards @@ -199,7 +199,7 @@ It's not uncommon for a patch to have been committed before it's identified as a fix needing to be backported. If the patch is already in Linus' tree, please follow `stable kernel rules -`_. +`_. Otherwise, send an email to intel-gfx@lists.freedesktop.org and drm-intel-fixes@lists.freedesktop.org containing the subject of the patch, the @@ -359,8 +359,9 @@ Detail Check List An inexhaustive list of details to check: -* The patch conforms to `Documentation/SubmittingPatches - `_. +* The patch conforms to `Documentation/process/submitting-patches + + `_ * The commit message is sensible, and includes adequate details and references. @@ -409,8 +410,8 @@ On Confidence, Complexity, and Transparency list, IRC, in person, in a meeting) but must be added to the commit. * Reviewed-by. All patches must be reviewed, no exceptions. Please see - "Reviewer's statement of oversight" in `Documentation/SubmittingPatches - `_ + "Reviewer's statement of oversight" in `Documentation/process/submitting-patches + `_ and `review training `_.