From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id D328C3858401 for ; Wed, 24 Jan 2024 14:43:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D328C3858401 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D328C3858401 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706107407; cv=none; b=jR+iRqZZWOPvn85el0PrFsKSw780o8NOFiUy5/H8RIyNJVxD7cL1Ll3eUCy84v6aWvvhiqA3ukJrX/r29Uo8SHVsA/WQpDmrQTHcRVRs5VnS9FPKGXdS4HWV8plhOTAnpYvXdP9t0sws3tjBAmOUjosbn41BQMC7/eo3Mk2GajQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706107407; c=relaxed/simple; bh=Dkffw43kpj4U9ALJ5v1Qvf31shKHQR6krPw5q6K+XpY=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=niZvUGsDPZbsL2LLKT/NFMrMlaFplWfz5enhEpEQDGbfbJ1ZI3cwfZ++XyyV3uJo9mfEUp6FlhGuSaQxeS2hRbAp+FHa1ozw6wd8WHKiv4+1dY0wJvu8WF7NF3W0QT3Ej1ZlyVgz3keAl3t3LPldL7lxThgTTK+xu5xlgaW4wBg= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1706107405; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=CfSmY4MDnJOQBBKXx7srCJbOE9JWqeodTlXlMLh/DZ4=; b=V5K26QKZFNHMOi4flbCz1x7xPW33dGiK/hpAFog7jeV+qPWM+pwMQbrrfCB/l3rEfC28nj QERWU17QIcc7h11p0covc2BnAZnfWB3JRe3l2OkLb6MILiZAe6i7RckFeKgiT7j/5V1/EE jCjr2G0Mi8HXjEu6SquH2C4mNKgE+Ck= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-542-Ve5gVLmxPz6d9Urf6mo1zw-1; Wed, 24 Jan 2024 09:43:24 -0500 X-MC-Unique: Ve5gVLmxPz6d9Urf6mo1zw-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0FC533C0C4BB for ; Wed, 24 Jan 2024 14:43:23 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.192.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E2A82492BFD for ; Wed, 24 Jan 2024 14:43:22 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id C34D3A80B93; Wed, 24 Jan 2024 15:43:21 +0100 (CET) Date: Wed, 24 Jan 2024 15:43:21 +0100 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH] libgloss: start a MAINTAINERS file Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20240124043335.26605-1-vapier@gentoo.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Jan 24 08:54, Mike Frysinger wrote: > On 24 Jan 2024 12:17, Corinna Vinschen wrote: > > On Jan 23 23:33, Mike Frysinger wrote: > > > --- /dev/null > > > +++ b/libgloss/MAINTAINERS > > > @@ -0,0 +1,13 @@ > > > + libgloss Maintainers > > > + > > > +libgloss is part of Newlib project, so see the file newlib/MAINTAINERS > > > +for more people. This file is intended to find libgloss-specific people > > > +where it makes sense. > > > + > > > + > > > + Blanket Write Privileges > > > + > > > +The official maintainers of libgloss: > > > + > > > +Jeff Johnston jjohnstn@redhat.com > > > +Mike Frysinger vapier@gentoo.org > > > > Great, sure! You can also add me as backup. > > i was trying to say that newlib/MAINTAINERS functions as the fallback so we > didn't have to duplicate all the sections. should i rephrase the intro text > to be more clear ? No, it's ok. I just missed to pay attention to the comment *blush*... > i didn't put you here because, from the other thread, it sounded like you > didn't generally pay attention to libgloss changes. I do, I just don't feel qualified, so I usually wait for an ACK from a reviewer. Anyway, just push as is. Thanks, Corinna