From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id n1MSAJjh7mACLgAAWB0awg (envelope-from ) for ; Wed, 14 Jul 2021 09:07:36 -0400 Received: by simark.ca (Postfix, from userid 112) id E46881EDEE; Wed, 14 Jul 2021 09:07:35 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from 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 RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 497511E01B for ; Wed, 14 Jul 2021 09:07:31 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 687DF3983837 for ; Wed, 14 Jul 2021 13:07:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 687DF3983837 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1626268050; bh=xdtBDAN3L5Ff9wRnjU3lH9KkS9qZ6Bo1ZKRo1py3kPM=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=j3e1Mm8DfvxrqAY8tRoeEo1m227RJXseQrEoTesr1Dk7hqXW9TAslN0r7uTCIxW7s hWFKy0Qi6yo/xiDvfzySEi1JuzADfvYUE9+2WE5aWSEKnmzPRhMrs2bVhudM0wL+so 2OQPjNkq+90HXaOXguwTSYSI0gBvoamCgdE7UGKQ= Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by sourceware.org (Postfix) with ESMTPS id A6BC13851C22 for ; Wed, 14 Jul 2021 13:07:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A6BC13851C22 Received: by mail.kernel.org (Postfix) with ESMTPSA id E2774613B9; Wed, 14 Jul 2021 13:07:05 +0000 (UTC) Date: Wed, 14 Jul 2021 14:07:03 +0100 To: Joel Brobecker Subject: Re: [PING][PATCH,v5][AArch64] MTE corefile support Message-ID: <20210714130702.GA9376@arm.com> References: <20210518202047.3492211-1-luis.machado@linaro.org> <20210601174519.4157316-1-luis.machado@linaro.org> <20210711142200.GA637634@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210711142200.GA637634@adacore.com> User-Agent: Mutt/1.10.1 (2018-07-13) 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: , From: Catalin Marinas via Gdb-patches Reply-To: Catalin Marinas Cc: david.spickett@linaro.org, Luis Machado via Gdb-patches Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On Sun, Jul 11, 2021 at 07:22:00AM -0700, Joel Brobecker wrote: > Luis is trying to have this new feature ready for the GDB 11.1 > release. As I understand it, the AArch64-specific part has already > been approved, so he's waiting for someone to review the rest of > the changes. Is there a Global Maintainer who would feel comfortable > doing so and who would have the time? I'm a Linux kernel maintainer, so not much for me to review on the gdb front. But feedback from the gdb maintainers would be appreciated. W.r.t. upstreaming the feature in gdb, I'd wait until the Linux counterpart is merged. We agreed in principle on the ABI but I wouldn't consider it stable until the feature hits a kernel release. -- Catalin