From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) by sourceware.org (Postfix) with ESMTPS id 6EBD5398D024 for ; Thu, 28 Jan 2021 09:58:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6EBD5398D024 Received: by mail-qt1-x833.google.com with SMTP id d15so3606032qtw.12 for ; Thu, 28 Jan 2021 01:58:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=vZ3N8pPpZdTtNGFVRqtGzNdQjArVrwtWWJpulo6gw2M=; b=hjmtUmL30FQH3gK3xaN1CLUha4n1rJYQ7AkMaxPs5425iwZeTXW3ZOY0uT6DgbK1HE 8+EDHs3F6rquoz7QWSUVSkY5zIqFl6ztqCQV21VOz5K6PjoBn8zrWWWsBEbbUnoWDv5n F7vMUjz8nXUwe5agiO7Dzb27ZOdUBVmPMsGIsRzZCyGICOYAWbna9+07y4QwpYdH+GCv w1UB37vuj6Gm8YeH6F7sA9IFicV3NzT9nO5r+UT7dQgoEYnyhtf5z28tJzAIQVy03Shu t3sjE+feYkmokjWas9YGXOu6+UmVv69qaewbK5Rs5cX+kfM4oTSq/kPAUjNOOXzblkHz z+qA== X-Gm-Message-State: AOAM532FU1D59vgj5130An5NUIXJqMcZG6OLzmuncftzPGTyesRrNTZP gacnLXE25Efobt4PtSIG+ZgDWHWLl7t/kw== X-Google-Smtp-Source: ABdhPJzCd2yv4mS9VBh/FgnU6MDUk3KsdPWD4yUuvDD8UZ7Z9ozN/jBIz1e0717fpI0H0EbblxuPpA== X-Received: by 2002:ac8:4d93:: with SMTP id a19mr13398862qtw.356.1611827911991; Thu, 28 Jan 2021 01:58:31 -0800 (PST) Received: from ?IPv6:2804:7f0:8284:874d:b82c:87fc:4324:adab? ([2804:7f0:8284:874d:b82c:87fc:4324:adab]) by smtp.gmail.com with ESMTPSA id v185sm3080661qki.57.2021.01.28.01.58.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 28 Jan 2021 01:58:31 -0800 (PST) Subject: Re: [PATCH v5 07/25] Documentation for memory tagging remote packets To: Eli Zaretskii Cc: gdb-patches@sourceware.org References: <20210127202112.2485702-1-luis.machado@linaro.org> <20210127202112.2485702-8-luis.machado@linaro.org> <83lfcdzqk7.fsf@gnu.org> From: Luis Machado Message-ID: <50e0bae6-4516-b503-a808-9d896edbb0bc@linaro.org> Date: Thu, 28 Jan 2021 06:58:28 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <83lfcdzqk7.fsf@gnu.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Thu, 28 Jan 2021 09:58:33 -0000 Hi Eli, On 1/28/21 12:30 AM, Eli Zaretskii wrote: >> Date: Wed, 27 Jan 2021 17:20:54 -0300 >> From: Luis Machado via Gdb-patches >> >> 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. > > This was already approved in previous versions, right? > That's correct. The doc changes haven't received any updates that aren't trivial command renames. Thanks, Luis