From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id RXkvB4wXE2Z7YycAWB0awg (envelope-from ) for ; Sun, 07 Apr 2024 18:00:44 -0400 Received: by simark.ca (Postfix, from userid 112) id EB8631E0C0; Sun, 7 Apr 2024 18:00:43 -0400 (EDT) Received: from server2.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 ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id BF00B1E030 for ; Sun, 7 Apr 2024 18:00:41 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 340DD385841E for ; Sun, 7 Apr 2024 22:00:41 +0000 (GMT) Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 1D7E63858C32; Sun, 7 Apr 2024 22:00:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1D7E63858C32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 1D7E63858C32 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712527213; cv=none; b=JzYKt6w6N1uKfCcgOkgA5i5O10bKuPfymQIdYyl1hUg2a5sgwYOCZGk3Fohgd5y9AqRDIyPbmrvPmCesfVEXBzOKU0yWy1h4y0Fpbjip/YnY5B1Oo2yQdeML3Vd2aOJRf3uVd5DX0ezcbH5yA6kP/Mzq5HfX+oOibr0gSae9wNQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712527213; c=relaxed/simple; bh=NtGhw+YYTQdHXaJg7Ohz8+D5MGRm8PZGbaPx0WraBcs=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=ddeBv0lsB9bR1KGAoHEQyzZ44/yAv2uKH3ERRG+1BvE9zNPXSiMotaJ3M4EMV29uDWgUvGzJEZu80f6UP/SeikAw0JM68S25hOmIXAdVpzLtoUgj6X7eXq4F+QrXDvLqOaGRVjHGrGeXmxqt4Jf84F4yfddi5pcvEWOyhmmNGas= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 239D23000595; Mon, 8 Apr 2024 00:00:11 +0200 (CEST) Date: Mon, 8 Apr 2024 00:00:11 +0200 From: Mark Wielaard To: Jonathan Wakely Cc: Christophe Lyon , Binutils , GCC Mailing List , gdb@sourceware.org, Nick Clifton , Richard Biener , Jakub Jelinek , Joel Brobecker , Carlos O'Donell , Maxim Kuvyrkov , Thiago Bauermann , Adhemerval Zanella Subject: Re: Patches submission policy change Message-ID: <20240407220011.GS1292@gnu.wildebeest.org> References: <20240404213501.GL19937@gnu.wildebeest.org> <20240407140215.GO1292@gnu.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" Hi Jonathan, On Sun, Apr 07, 2024 at 03:20:42PM +0100, Jonathan Wakely wrote: > On Sun, 7 Apr 2024, 15:02 Mark Wielaard, wrote: > > The jit mailinglist is the same. It only has one moderator > > (David). Having a second/backup one would probably be nice. Are you ok > > to be added there? > > Sure! I imagine that one is quiet as well. Yes, we like quiet :) It means the spam filters work correctly. > > (I see that both the libstdc++ and jit mailinglist just allow up to > > 5MB patches, which probably means they don't block any legitimate > > ones, but might get a bit more spam than necessary). > > > > It isn't a patches mailinglist, so slightly less urgent, but the > > gcc-help mailinglist doesn't have any moderators. Would you be willing > > to help out with that one? > > Sure, I'm subscribed and active there anyway. Thanks for volunteering, you have been added to both as admin. Cheers, Mark