From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59229 invoked by alias); 14 Jun 2017 15:49:51 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 59216 invoked by uid 89); 14 Jun 2017 15:49:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Hx-languages-length:1767 X-HELO: mail-pg0-f54.google.com Received: from mail-pg0-f54.google.com (HELO mail-pg0-f54.google.com) (74.125.83.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 Jun 2017 15:49:48 +0000 Received: by mail-pg0-f54.google.com with SMTP id v18so1980522pgb.1 for ; Wed, 14 Jun 2017 08:49:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=ybI7r4T7cUJQOeBrZKMh5oSR9vX5qH20T7jcPV6HGrQ=; b=cTFVW0sT8HDy7SqvT0AJZT/vieof+A4g6QHO5M4slaJYej/EPvZ/vgQFBX9lhniax9 9+tDyq3rdVakC8rn1HXQZFsrlYUtlaXWZ1pJLQ5I6n1OJ96XzTxDYJXINcu3rQxkidiG 8Tcz10Nx4IE/SkTNZQOH4kwX2Sgdnj9new/BdQrPSwCmyBIQf3QTt2hEnVM23Uxmk2dS r+7wlt+NF5a/f3f+Q6ObH2uom+qisnWh1SO2MsbZa9ndQfvbLY8p57Y8GhedbxVuBvPD PrBD2bDiwaZhFNxNrZcQKrmLDGkK5ItGzUci2nRxt6p/479ovX/sHdHdyILy6AqMlixd dhNQ== X-Gm-Message-State: AKS2vOzf35T6R9I5PLko9I2SzTcvR3oUPnfXqX70S7VG93j/gEJPdwue FKMbiiaAWuAPEVPdbQrOZwcYvxUl6e/ClLI= X-Received: by 10.84.217.133 with SMTP id p5mr847297pli.218.1497455391308; Wed, 14 Jun 2017 08:49:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.181.48 with HTTP; Wed, 14 Jun 2017 08:49:50 -0700 (PDT) In-Reply-To: <20170614085049.GR13513@calimero.vinschen.de> References: <1497389420-19708-1-git-send-email-joel@rtems.org> <20170614085049.GR13513@calimero.vinschen.de> From: Jeff Johnston Date: Wed, 14 Jun 2017 15:49:00 -0000 Message-ID: Subject: Re: [PATCH] newlib/MAINTAINERS: Add OS maintainers section and myself for RTEMS and Write After Approval. To: Newlib Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017/txt/msg00424.txt.bz2 It would have been nicer to ask first, but that said, I am ok with a clarification added to the definition. For an OS maintainer, changes that add OS-specific changes to existing shared files need approval. That means you may make changes to an existing RTEMS section of a header file, but you cannot add an RTEMS section to a header or source file that did not have such a section without approval. I don't want to have RTEMS stuff added all over the place to save you having to have your own version in your directory. -- Jeff J. On Wed, Jun 14, 2017 at 4:50 AM, Corinna Vinschen wrote: > On Jun 13 16:30, Joel Sherrill wrote: >> --- >> newlib/MAINTAINERS | 7 +++++++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/newlib/MAINTAINERS b/newlib/MAINTAINERS >> index 6117ff4..0bd93ff 100644 >> --- a/newlib/MAINTAINERS >> +++ b/newlib/MAINTAINERS >> @@ -45,6 +45,12 @@ aarch64 Richard Earnshaw richard.earnshaw@arm.com >> msp430 DJ Delorie dj@redhat.com >> Nick Clifton nickc@redhat.com >> >> + OS Port Maintainers (OS alphabetical order) >> + >> +OS port maintainers may make changes in OS-specific directories, as >> +well as OS-specific portions of the build system, without approval. >> + >> +RTEMS Joel Sherrill joel.sherrill@oarcorp.com >> >> Write After Approval >> >> @@ -57,3 +63,4 @@ Nick Clifton nickc@redhat.com >> Eric Blake eblake@redhat.com >> Will Newton will.newton@linaro.org >> Sebastian Huber sebastian.huber@embedded-brains.de >> +Joel Sherrill joel.sherrill@oarcorp.com >> -- >> 1.8.3.1 > > On hold. I'm still discussing this with Jeff. > > > Corinna > > -- > Corinna Vinschen > Cygwin Maintainer > Red Hat