From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id sKjVAxlF+2SUHxMAWB0awg (envelope-from ) for ; Fri, 08 Sep 2023 12:00:25 -0400 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=DrTrrgOo; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id 0D08F1E0C3; Fri, 8 Sep 2023 12:00:25 -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 000F31E092 for ; Fri, 8 Sep 2023 12:00:22 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A670A385841D for ; Fri, 8 Sep 2023 16:00:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A670A385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1694188822; bh=EKkgUcI5aucNx0K/ccCCqcdJK9MKodoI9ukFNqYmudA=; h=Date:Subject:To:Cc:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=DrTrrgOotFjSUkuSUg1ROt+U1Xl2upszaLjxNfK8vJfG9ZRrSEmFiiZG+61D6BC9W 3GKWuRblahZKdHHrIf8FpOlwAPlRjfK3Cs5B8dNskJC3CQ46W029ego0BgCBTfR+MU 3rKPhZl4gRfhoTF8xinJygHvk9KQKFJ66jKnnSTs= Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 67DFD3858D35 for ; Fri, 8 Sep 2023 16:00:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 67DFD3858D35 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 388FxrQQ003476 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 8 Sep 2023 11:59:58 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 388FxrQQ003476 Received: from [172.16.0.192] (192-222-143-198.qc.cable.ebox.net [192.222.143.198]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 418911E092; Fri, 8 Sep 2023 11:59:53 -0400 (EDT) Message-ID: <34bb986a-abf2-4b08-b64c-c85619960e88@polymtl.ca> Date: Fri, 8 Sep 2023 11:59:53 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v5 10/16] [gdb/aarch64] sme: Fixup sigframe gdbarch when vg/svg changes Content-Language: fr To: Luis Machado , gdb-patches@sourceware.org Cc: thiago.bauermann@linaro.org References: <20230907152018.1031257-1-luis.machado@arm.com> <20230907152018.1031257-11-luis.machado@arm.com> <76297091-3417-0086-b1b7-4ecb438d9cd8@arm.com> <08ceb244-9694-46a3-b656-1c169a31bfb4@polymtl.ca> <0b0a97c7-35f8-d841-e9ec-ab72e68f15f8@arm.com> In-Reply-To: <0b0a97c7-35f8-d841-e9ec-ab72e68f15f8@arm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Fri, 8 Sep 2023 15:59:53 +0000 X-Spam-Status: No, score=-3031.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP 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.30 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 Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 9/8/23 11:51, Luis Machado wrote: > On 9/8/23 16:48, Simon Marchi wrote: >> On 9/8/23 07:08, Luis Machado via Gdb-patches wrote: >>> It would be nice to have a global maintainer go through this one, as it touches a small part of generic gdb code. >> >> I don't have time to go in depth in the AArch64-specific bits, but for >> the trad-frame changes: >> >> Approved-By: Simon Marchi >> >> Simon > > Thanks Simon. Would you like me to split that generic bit into its own patch? I personally think it's fine like that, I'm ok with bundling the generic changes with the arch-specific changes that use them, if they are relatively short. As long as they are properly explained in the commit message. Simon