From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 7snpJ55iEGOg7zAAWB0awg (envelope-from ) for ; Thu, 01 Sep 2022 03:43:26 -0400 Received: by simark.ca (Postfix, from userid 112) id 93A4D1E4A7; Thu, 1 Sep 2022 03:43:26 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=PV9ArjD2; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (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 simark.ca (Postfix) with ESMTPS id 4A72B1E222 for ; Thu, 1 Sep 2022 03:43:26 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 82295382DB2B for ; Thu, 1 Sep 2022 07:43:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 82295382DB2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662018205; bh=87i5gOtcfwvnSq7URDUhs9jJKs0kjmgcIx1k+C24118=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=PV9ArjD2qbusHTWSBRSiNyIoJyvQ9uQNHp0P4BDTr88Mkk4e2ErFSjTtggGsbRFU/ Qwov0wxMYoVZewjQrqgxz6qQSe3HJ9GyaYd1GbqZKKqGZsOMIcFsm1Bg26rFhhy3xm imFDZfCZnkeTJkxUtjJJJ1MtEF4kCKgLX0T/BEE4= Received: from mail-sender-0.a4lg.com (mail-sender.a4lg.com [153.120.152.154]) by sourceware.org (Postfix) with ESMTPS id 58DA7382DB0D for ; Thu, 1 Sep 2022 07:42:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 58DA7382DB0D Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id 30662300089; Thu, 1 Sep 2022 07:42:38 +0000 (UTC) Message-ID: Date: Thu, 1 Sep 2022 16:42:36 +0900 Mime-Version: 1.0 Subject: Re: [PATCH] sim: Update mailing list address Content-Language: en-US To: Tom Tromey References: <80bd8d2e1056f04bd1347a9bbcaaf1d0cd847b24.1661566296.git.research_trasio@irq.a4lg.com> <87k06pa755.fsf@tromey.com> In-Reply-To: <87k06pa755.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Tsukasa OI via Gdb-patches Reply-To: Tsukasa OI Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 2022/08/31 4:00, Tom Tromey wrote: >>>>>> Tsukasa OI via Gdb-patches writes: > >> The commit bf1102165389 "* MAINTAINERS: Perform some obvious fixups." >> back in 2009 changed the mailing list address gdb-patches@sources.redhat.com >> to gdb-patches@sourceware.org. > >> This commit does the same to sim/MAINTAINERS. > > Thanks. I think this could go in under the "obvious" rule. > > Tom > Thanks for letting me know. But is this mean... can I just wait or do I need to resubmit as [OB PATCH]? (in general) Tsukasa