From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id YstvM6i+EGMMIDEAWB0awg (envelope-from ) for ; Thu, 01 Sep 2022 10:16:08 -0400 Received: by simark.ca (Postfix, from userid 112) id C699A1E4A7; Thu, 1 Sep 2022 10:16:08 -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=gqp+RASn; 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=-4.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.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 7CDCC1E13B for ; Thu, 1 Sep 2022 10:16:08 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4776B3858286 for ; Thu, 1 Sep 2022 14:16:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4776B3858286 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662041767; bh=jkA8ZyqqkzCZhaVJg60J0Vd2j/RAlWkJ0YxLhj2uTbI=; 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=gqp+RASnEibRjBs8rbcVO2//uLdE2ISCMTTdiaCPBQacrUBPxRsZrc9JJnSwzf2TQ 6B8QH4P42/zivB2+bBK6n/PR3TdRjtZezGxbnhCGZfPz9s8E2jAj4RWwmkyOw/4B0F /dvmHDsbHU5m6bMP9q8X5+g8KSdqxnGUY093IpzU= Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 6B2433858D1E for ; Thu, 1 Sep 2022 14:15:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6B2433858D1E Received: from [172.16.0.64] (192-222-180-24.qc.cable.ebox.net [192.222.180.24]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 635FB1E13B; Thu, 1 Sep 2022 10:15:46 -0400 (EDT) Message-ID: <2a97ff52-3938-442a-fd44-6d991a21022e@simark.ca> Date: Thu, 1 Sep 2022 10:15:46 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH] sim: Update mailing list address Content-Language: fr To: Tsukasa OI , Tom Tromey References: <80bd8d2e1056f04bd1347a9bbcaaf1d0cd847b24.1661566296.git.research_trasio@irq.a4lg.com> <87k06pa755.fsf@tromey.com> In-Reply-To: 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: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 9/1/22 03:42, Tsukasa OI via Gdb-patches wrote: > 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 Hi, Tom meant that the patch was OK to push, and that in his opinion you could have pushed it directly, since it was obvious. However, you might not have push access, is that right? In any case, I pushed the patch for you. Simon