From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id CF8FC3856DC2 for ; Tue, 9 Aug 2022 15:24:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CF8FC3856DC2 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id B733F30012BF; Tue, 9 Aug 2022 17:24:14 +0200 (CEST) Date: Tue, 9 Aug 2022 17:24:14 +0200 From: Mark Wielaard To: Tom de Vries Cc: Luis Machado , gdb-patches@sourceware.org, Andrew Burgess Subject: Re: [PATCH] [Arm] Fix endianness handling for arm record self tests Message-ID: <20220809152414.GD553@gnu.wildebeest.org> References: <20220808101203.168954-1-luis.machado@arm.com> <6fe1ae85-a72a-e256-1c88-f9a9b303c0b8@suse.de> <3e626a17-5ea7-2ad7-d7c6-433b52dc3ea7@suse.de> <05ec382d-d10b-2dba-4948-ae4ec98b8d2d@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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-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: , X-List-Received-Date: Tue, 09 Aug 2022 15:24:18 -0000 Hi, On Tue, Aug 09, 2022 at 02:13:53PM +0200, Tom de Vries wrote: > On 8/9/22 14:09, Luis Machado wrote: > >On 8/9/22 13:08, Tom de Vries wrote: > >>On 8/9/22 13:48, Tom de Vries wrote: > >>>For some reason I wasn't cc-ed, perhaps that infuriating > >>>mailman CC rewriting again. > >> > >>I've logged into the "Gdb-patches mailing list membership > >>configuration"  and switched off "Avoid duplicate copies of > >>messages", hopefully that will help. > > > >Oh, is that the setting that makes things work OK? I'll have to try that. > > I think this ( > https://bugs.launchpad.net/mailman/+bug/1845751/comments/2 ) is a > good description of the problem, and what the setting does. Yeah, that is a good description of the problem with the "Filter out duplicate messages" option. Unfortunately it seems to be on for almost all list members because it is the default for new list members. It might be a good idea to as the gdb/gdb-patches list owner (or overseers) to turn that off by default (and maybe for all list members, although I am not sure if some people have actively opted in to this). Cheers, Mark