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 3037A385829F for ; Tue, 23 Jan 2024 09:04:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3037A385829F 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 3037A385829F 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=1706000649; cv=none; b=e2pLWFK9t94NYS29/HAuaOX+0730G2zsCWq6N66KlRhxGNIkQUQzwpdPdmO9stEUlpWJ0ieZDS0NTBqMOuVIoe8+sETQQV4gonLG45J2FbkbdtmpFbk1U0VPZuC1yp5MFXEIborjPsLKPyPmkg4PbXFVeKW8aCHbE12JVOsZVWo= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706000649; c=relaxed/simple; bh=Vmz0OxGIAPZNrEG7ZwtitBwNF6ZVpmXM/BFfIWA8DYs=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=qiLZBHM3PUx27pPol7Wk1GyKX1iC1ilmIJ9BYFwx4MuPhSbVaDAViDZ7AjJKZX+ndXL1JlmPpC9f3I4Ujg3cuC0RrsPvsoIh+JiM89NoggRrePoiD+FDSU8OetKBjT/xtjxvMN4De03Knx7nnsEKltExaG1OEQygjoWWL4v+2/o= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1706000648; 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=VrfMvPy9CE4z/UjXfE7q/RGYgFhPhbiaFQ475OPLRss=; b=KwpDIPMLisyM5TS8JALP/wJi60R10LiMvY4ZC+6tRhxx7h8x+5wK5nwsPHHtUD3qRYoEiE DNBQuTQq7N0bHxAoKHSsNGvif+bXjd2fPUjc5CnzDI77InVB8St+XMkQ7q/sXXOsSq/a+Y qRCPJrWh+4zaNnwTIfuE+Gp0u4+G/5c= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-532-30BzExhbOBS3naSuNQEdJQ-1; Tue, 23 Jan 2024 04:04:03 -0500 X-MC-Unique: 30BzExhbOBS3naSuNQEdJQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (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 5C721101A526; Tue, 23 Jan 2024 09:04:03 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.192.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 395B32166B33; Tue, 23 Jan 2024 09:04:03 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 18284A80890; Tue, 23 Jan 2024 10:04:02 +0100 (CET) Date: Tue, 23 Jan 2024 10:04:02 +0100 From: Corinna Vinschen To: Mike Frysinger , Jeff Johnston Cc: Dimitar Dimitrov , newlib@sourceware.org Subject: Re: [PATCH v3 2/2] libgloss: pru: Trim crt0-minrt.o Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: Mike Frysinger , Jeff Johnston , Dimitar Dimitrov , newlib@sourceware.org References: <20240104171952.1409897-1-dimitar@dinux.eu> <20240104171952.1409897-2-dimitar@dinux.eu> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 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.5 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 22 12:27, Mike Frysinger wrote: > On 22 Jan 2024 11:04, Corinna Vinschen wrote: > > On Jan 20 13:57, Mike Frysinger wrote: > > > On 20 Jan 2024 17:15, Dimitar Dimitrov wrote: > > > > On Sat, Jan 20, 2024 at 08:46:36AM -0500, Mike Frysinger wrote: > > > > > should you be listed in newlib/MAINTAINERS for pru ? > > > > > > > > Yes, I would be honoured. > > > > > > > > I've been running and monitoring CI for the GNU toolchain for PRU, > > > > including newlib, for a few years. And I intend to continue doing so. > > > > > > send a patch for Corinna & Jeff to approve :) > > > > > > do you have push access to newlib now ? might be worth asking for that too > > > so you can be added to the "write privileges after getting approval" section. > > > > libgloss isn't my playfield, so I was deferring this to Jeff. > > any value in carving out a more specific libgloss/MAINTAINERS ? > i'd be happy to be a "global" maintainer there ... just not in newlib :). That sounds really good to me. Jeff? Corinna