From patchwork Sun Oct 1 18:44:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 820293 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-463297-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="XaSg9IMX"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3y4vP71Fvbz9t3s for ; Mon, 2 Oct 2017 05:45:13 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; q=dns; s=default; b=rzddAmtJbp9A4reOEOcn13047q8f6AvnEOpV/lD6Dcg3V82qGP A9YA0mKdoD0w0gN96gfDClLzykLqsG5XsnIkKhheKpWHjRMHgw2LBFRFCoNidrNC EfivThnJQaf+O+Eiug7mSOOEF4q34f9kpg1wvpHI24S62zoSe0G93Z4F0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; s= default; bh=az7s3Y0wMGYFvI41CUvy4IWXNhc=; b=XaSg9IMXE1+86IwVZg8S mBqGn2PLDmwHJSiTmZlRHY8qweVvn7qSohUkRvjSpoybpZ6dvvvrsa+A9OUEGO35 EI5gfY2GJveRQHix6LJAjbhLHSr7G91a+wdBzAk+B9aTUF8CO61LPu3ehJlWuHPu 873R1ujM/HdooMrowctA4oo= Received: (qmail 64760 invoked by alias); 1 Oct 2017 18:45:02 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 64698 invoked by uid 89); 1 Oct 2017 18:45:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:D*comcast.net, hinted, alphabetical, yours X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 01 Oct 2017 18:44:58 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 030C03F445; Sun, 1 Oct 2017 14:44:57 -0400 (EDT) Received: from anthias.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 1B4E13F444; Sun, 1 Oct 2017 14:44:55 -0400 (EDT) Date: Sun, 1 Oct 2017 20:44:54 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Mike Stump cc: David Malcolm , Rainer Orth , Sandra Loosemore , Joseph Myers Subject: MAINTAINERS - maintainership also covers web pages, docs, testsuite Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes When talking with David (Malcolm) at the Tools Cauldron, he hinted and/or I realized that documenting the below in our MAINTAINERS file might be a good idea. I went ahead and applied the patch below. (Mike, this is also based on some comments of yours.) Thanks! Gerald 2017-10-01 Gerald Pfeifer * MAINTAINERS: Add a note that maintainership also includes web pages, docs, and testsuite related to that area. Index: MAINTAINERS =================================================================== --- MAINTAINERS (revision 253329) +++ MAINTAINERS (working copy) @@ -37,6 +37,9 @@ the compiler or associated libraries, they still need approval for their own patches from other maintainers or reviewers. +Also note that maintainership of any area covers changes to web pages, +docs, and the testsuite related to that. + CPU Port Maintainers (CPU alphabetical order) aarch64 port Richard Earnshaw