From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id E434B3858D1E for ; Mon, 20 May 2024 20:31:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E434B3858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E434B3858D1E Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1716237096; cv=none; b=L5PZQrwxMkjVBeTAgrWKkV3+g+xGhSWf8BFpL5jEEWmgZKZczSOOJ34gtx7F/WLc7zDRDu3bG8z/HnbTXR6mBK3Hpgk/5vkcXnvLxUVEP8cMdN3ZlDLv+WGwqSHNGtXhpl03l1WaXwV7N145R00BpoXWwIx09kdiTBHQDhYGDzo= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1716237096; c=relaxed/simple; bh=GplEw3fvt+Yg/zNG5i3rVhDLXe0JmIfwxsGt6YaBcVE=; h=Date:From:To:Subject:Message-ID:MIME-Version:DKIM-Signature; b=mqR+cfq0FwKW/502BbVo+zrAou4H5NF+7HpG+W9DyT8bXJAGaL8oo9t+BoTLZ24B/vvmwDKXqnBW15PwMVuOH+nUEnMcZowyoOnkbZVwj39mpIbl47cjWIAV7Gj8XK96MoVVyV0NMegkkKcH0gOIDrndE3tipOruJnModxavyx4= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 3BF7033E95; Mon, 20 May 2024 16:31:33 -0400 (EDT) Received: from daya.localdomain (188-23-56-169.adsl.highway.telekom.at [188.23.56.169]) (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 hamza.pair.com (Postfix) with ESMTPSA id A334533E8E; Mon, 20 May 2024 16:31:32 -0400 (EDT) Date: Mon, 20 May 2024 22:31:30 +0200 (CEST) From: Gerald Pfeifer To: Joern Wolfgang Rennecke cc: GCC Patches Subject: Re: committed: Stepping down as maintainer for ARC and Epiphany In-Reply-To: <4309f5a7-c761-22c7-0abe-71849cc96019@amylaar.uk> Message-ID: <95b44871-2172-b8df-b26f-3b333db08c94@pfeifer.com> References: <4309f5a7-c761-22c7-0abe-71849cc96019@amylaar.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pfeifer.com; h=date:from:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type; s=pair-202402271039; bh=4US0+TwBUgOA0YE9KuM9Wxnj90MBLK4U+lcGQzowL3Y=; b=FnRjiVJM3q23y0MsKpxqpiIfjrSv1Yti7X8t/Uc7tSRVVuYkvFzLgGrCGrNpVvXRW1jtfmP0ykGRinMdVO7z8nznBTJYxjSrLC2268T2ZzRRJp//8au7piCVo2Q6u9BHakJ3Zjd0OD227NUEzbtOd2Ijr3V8Z8zEH6ntl+4Vyil1VwIXSCpNyfi3dW7iz03h8VpnW1f98UOeW4PKRKXyzuoca5+u1oe+jP7Ag+9DgBiwJTifv1eqQLJhh+6LPEkYkz667moIVj6ADQlPrxw1CfZVQNqMBYlOkt5W9Pm6zrymzVsi6IMHkNDz0MDchzqdGAclkt5ZkrVIsEpBvRRoNw== X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP 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 Fri, 7 Jul 2023, Joern Wolfgang Rennecke wrote: > Stepping down as maintainer for ARC and Epiphany > > * MAINTAINERS (CPU Port Maintainers): Remove myself as ARC end > epiphany maintainer. > (Write After Approval): Add myself. Hmm, is it possible you committed this last year, but never pushed? (I essentially recreated that patch today and pushed it, commit f94598ffaf5affbc9421ff230502357b07c55d9c, before seeing the above.) Gerald