From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id ioqkN/zl7F86EwAAWB0awg (envelope-from ) for ; Wed, 30 Dec 2020 15:41:32 -0500 Received: by simark.ca (Postfix, from userid 112) id CD2D21F0AA; Wed, 30 Dec 2020 15:41:32 -0500 (EST) 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 2DF461E965 for ; Wed, 30 Dec 2020 15:41:32 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B6C663851C25; Wed, 30 Dec 2020 20:41:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B6C663851C25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1609360891; bh=llJoFa+Y57wXTt6WEhBhyC2Rvif4npwnL+OQ+HFltjw=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=LxNqvzKKeRbdfBLF1BiSl+9ho1crx7MWHzF8SFO88EB2sTCrdr8a8zkSBoWoUeXBG t5QZl+Cls5XAPg5TlvggtArznGZ9HGY4wvK2FxgV6JmJokInw8Pc9qBvYeAKLkjO7I FuU1C9yDh+OUAdjWbGOmF6qpmI2aM7YnMaZjpM38= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 318DE3851C25 for ; Wed, 30 Dec 2020 20:41:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 318DE3851C25 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34325) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kuiHg-0002Qx-CY; Wed, 30 Dec 2020 15:41:28 -0500 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4754 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kuiHe-0004GN-Rd; Wed, 30 Dec 2020 15:41:27 -0500 Date: Wed, 30 Dec 2020 22:41:21 +0200 Message-Id: <83eej7hvri.fsf@gnu.org> To: Luis Machado In-Reply-To: <20201230153916.1586725-8-luis.machado@linaro.org> (message from Luis Machado via Gdb-patches on Wed, 30 Dec 2020 12:38:58 -0300) Subject: Re: [PATCH v4 07/25] Documentation for memory tagging remote packets References: <20201230153916.1586725-1-luis.machado@linaro.org> <20201230153916.1586725-8-luis.machado@linaro.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: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: david.spickett@linaro.org, gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > Date: Wed, 30 Dec 2020 12:38:58 -0300 > From: Luis Machado via Gdb-patches > Cc: david.spickett@linaro.org > > Updates on v4: > > - Add documentation for ARM-specific memory tag types. > > Updates on v3: > > - Made packet description more clear. > - Fixed Misc formatting/references issues. > > Updates on v2: > > - Update documentation to mention the packet's type field. > > -- > > Document the remote packet changes to support memory tagging. > > gdb/doc/ChangeLog: > > YYYY-MM-DD Luis Machado > > * gdb.texinfo (General Query Packets): Document qMemTags and > QMemTags. Document the "memory-tagging" feature. > (ARM-Specific Protocol Details): Document memory tag types. Thanks, this is OK.