From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id A8A793857418 for ; Tue, 9 Aug 2022 12:08:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A8A793857418 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 470B120A0F; Tue, 9 Aug 2022 12:08:18 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 795A813A9D; Tue, 9 Aug 2022 12:08:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id +9X9GjFO8mK0BwAAMHmgww (envelope-from ); Tue, 09 Aug 2022 12:08:17 +0000 Message-ID: Date: Tue, 9 Aug 2022 14:08:16 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH] [Arm] Fix endianness handling for arm record self tests Content-Language: en-US From: Tom de Vries To: Luis Machado , gdb-patches@sourceware.org Cc: mark@klomp.org, Andrew Burgess References: <20220808101203.168954-1-luis.machado@arm.com> <6fe1ae85-a72a-e256-1c88-f9a9b303c0b8@suse.de> <3e626a17-5ea7-2ad7-d7c6-433b52dc3ea7@suse.de> In-Reply-To: <3e626a17-5ea7-2ad7-d7c6-433b52dc3ea7@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham 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 12:08:23 -0000 On 8/9/22 13:48, Tom de Vries wrote: > On 8/9/22 13:31, Luis Machado wrote: >> I guess, though I was going to rework the patch based on Andrew's >> comments. Didn't get to it yet though. > > Ah, I hadn't seen Andrew's review. > > 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. Thanks, - Tom