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.129.124]) by sourceware.org (Postfix) with ESMTPS id CC65A385E456 for ; Wed, 24 Jan 2024 11:17:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CC65A385E456 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 CC65A385E456 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706095060; cv=none; b=VhIODJbuJ2a5iMtvoufbCGTRF7461QDfmVFEOBh2NutVrNiTb9ajmtDj/DyDWHjt1KcXn5FsJIkNIEDWod57bz/kx06XkJ8UgNsNbDnjfzwpcxbvzThSrp2HU00Zu2ZqrwiNg6UXdLruZleIMkXmi9XUkxvi9Gd1txlx9959BiI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706095060; c=relaxed/simple; bh=nkt15mfnFLp3q4V+Oc/s36/t5ozmqNx7ApMu5gX+hMo=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=oPZ8N2esaEm4kIRgz2kJAF0aoFRnktkmJpJWq7GuMqTeCXKPllhCImU7ibXU8m2E0zb+9qiEjJo5hsASdzXXjVmd/I5x24w5hf9/PmVQsCeVffE9zgaxpSYZH6hV3ExUmMwf/L/Fu9PpuwByxtdpFS6TRQvQJFOiJp+yqRQiFvE= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1706095054; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=UvQonIrAezJeR4WLsM4F6L7haNbaYjItZrch4wT7J9E=; b=VDxFtTRxWMAFeubIcsmk72fDK/tc4sGm/MPuRJlHpQgRxYJmJ09nGLXV3IUfRjLbdOzj8U K0rLLn5VmhUbdZVtVzu1FkbqELjCiBkGgFq2dNTFGr9fn8UF+CePeO/Q11ETGU4akCywbj rh+cxk+hx2ujbvwAywNg0WYVxuq+2Y0= 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-25-o9eM1qHRNsG-lI_j9TYjLQ-1; Wed, 24 Jan 2024 06:17:31 -0500 X-MC-Unique: o9eM1qHRNsG-lI_j9TYjLQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (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 2B4663C0F1A5; Wed, 24 Jan 2024 11:17:31 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.192.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 081443C2E; Wed, 24 Jan 2024 11:17:31 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 03B17A80B93; Wed, 24 Jan 2024 12:17:30 +0100 (CET) Date: Wed, 24 Jan 2024 12:17:29 +0100 From: Corinna Vinschen To: Mike Frysinger Cc: newlib@sourceware.org Subject: Re: [PATCH] libgloss: start a MAINTAINERS file Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: Mike Frysinger , newlib@sourceware.org References: <20240124043335.26605-1-vapier@gentoo.org> MIME-Version: 1.0 In-Reply-To: <20240124043335.26605-1-vapier@gentoo.org> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 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=-11.8 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,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 23 23:33, Mike Frysinger wrote: > --- > libgloss/MAINTAINERS | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > create mode 100644 libgloss/MAINTAINERS > > diff --git a/libgloss/MAINTAINERS b/libgloss/MAINTAINERS > new file mode 100644 > index 000000000000..7c64baabc115 > --- /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. Thanks, Corinna