From patchwork Wed Dec 10 14:53:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 5469591 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E089EBEEA8 for ; Wed, 10 Dec 2014 14:53:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2AF9120121 for ; Wed, 10 Dec 2014 14:53:37 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 3F7DE20125 for ; Wed, 10 Dec 2014 14:53:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6DCF46E47B; Wed, 10 Dec 2014 06:53:35 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by gabe.freedesktop.org (Postfix) with ESMTP id D985A6E47D for ; Wed, 10 Dec 2014 06:53:33 -0800 (PST) Received: by mail-wi0-f169.google.com with SMTP id r20so13570575wiv.0 for ; Wed, 10 Dec 2014 06:53:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=ZMLSDy7O80uOvQzR6j3qItcdsRC7Nbqbeg//dIanpCg=; b=CocEjr5n1rOMGKjXSnW7ny7HbWj3/F9s6lwf7iWTPIgl2Fg6oa1ODsFIEodQR5wjhi 8jAUtVcGq8th67rI7FxHfya1vnYbPkjtbS6wUYrdX00VpWiMWf+ZbK+nG5YmgAhhIvbQ tqqYPbYmTs3UA0pCUmy3riyCfy7TOZ6NwOeE/R63720slfd1i14z+DOzdtcBPQ0xLyAx fGE3yL63Y8jWZTC5ViC2+XOF1M1erV/i20mYXGeaMZq2ON0iC1pcK+yOYA8gshxnqiDX lcj0KwIZQ/JD23iLzgqpdn4xpV2bWeb6uC6c/UVkCNMonDk2wUK3qizb7XflGsHjjOnd QZ4w== X-Gm-Message-State: ALoCoQlrs492ksZB5qShtDyysdnEvco0wk/2mdyJN2cn/Rbg11JvPGgn5Tjr4jBKm0PC9n2KCevK X-Received: by 10.180.108.167 with SMTP id hl7mr13730899wib.68.1418223211495; Wed, 10 Dec 2014 06:53:31 -0800 (PST) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id et4sm6162770wjd.15.2014.12.10.06.53.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Dec 2014 06:53:30 -0800 (PST) From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Wed, 10 Dec 2014 14:53:26 +0000 Message-Id: <1418223208-21955-2-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1418223208-21955-1-git-send-email-thomas.wood@intel.com> References: <1418223208-21955-1-git-send-email-thomas.wood@intel.com> Subject: [Intel-gfx] [PATCH i-g-t 2/4] Add a MAINTAINERS file 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-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Thomas Wood --- CONTRIBUTING | 9 +++------ MAINTAINERS | 2 ++ 2 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 MAINTAINERS diff --git a/CONTRIBUTING b/CONTRIBUTING index 0ad0c3a..a2ddf09 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -33,12 +33,9 @@ A short list of contribution guidelines: - When patches from new contributors (without commit access) are stuck, for anything related to the regular releases, issues with packaging and - integrating platform support or anything else really please contact the i-g-t - maintainer: - - Thomas Wood - - Of course please also cc the intel-gfx mailing list. + integrating platform support or any other intel-gpu-tools issues, please + contact one of the maintainers (listed in the MAINTAIENRS file) and cc the + intel-gfx mailing list. - Especially changes to the testcase should get tested on relevant platforms before committing. For Intel employees that's best done using PRTS, see the diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..7825e1e --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,2 @@ +Daniel Vetter +Thomas Wood