From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B7C4C433EF for ; Mon, 4 Oct 2021 15:39:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4236061354 for ; Mon, 4 Oct 2021 15:39:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235062AbhJDPkx (ORCPT ); Mon, 4 Oct 2021 11:40:53 -0400 Received: from foss.arm.com ([217.140.110.172]:52738 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233881AbhJDPkv (ORCPT ); Mon, 4 Oct 2021 11:40:51 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 87568D6E; Mon, 4 Oct 2021 08:39:02 -0700 (PDT) Received: from [10.57.53.1] (unknown [10.57.53.1]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 061213F70D; Mon, 4 Oct 2021 08:38:59 -0700 (PDT) Subject: Re: [PATCH 4/5] arm64: mte: Add asymmetric mode support To: Andrey Konovalov Cc: Linux ARM , LKML , kasan-dev , Andrew Morton , Catalin Marinas , Will Deacon , Dmitry Vyukov , Andrey Ryabinin , Alexander Potapenko , Marco Elver , Evgenii Stepanov , Branislav Rankov , Lorenzo Pieralisi References: <20210913081424.48613-1-vincenzo.frascino@arm.com> <20210913081424.48613-5-vincenzo.frascino@arm.com> From: Vincenzo Frascino Message-ID: Date: Mon, 4 Oct 2021 17:39:16 +0200 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: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrey, On 10/3/21 7:15 PM, Andrey Konovalov wrote: > This part is confusing: mte_async_mode gets enabled for the asymm > mode, which contradicts the comment next to the mte_async_mode > definition. Good point I will fix the comment near by the mte_async_mode definition. Thanks! -- Regards, Vincenzo