From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=polymtl.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=polymtl.ca 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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polymtl.ca; s=default; t=1694188798; bh=EKkgUcI5aucNx0K/ccCCqcdJK9MKodoI9ukFNqYmudA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=EEKMSFs0xhpcYsfcH+g2P2lFWEMZ79E/dHgSbkXTf3SJ4NjiNPKO7B73aqd8+kpY+ UbswT1T1t71iEBliFXJ7TWcVq+/HTa+Mn32szCwA6yc0SX4XRlHGz89FsE2DE0fPOm kTYESn0hlaBpq6AB93iptK802T+NYWm/wybLFRsw= 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> From: Simon Marchi 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 List-Id: 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