Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp4218944pxf; Tue, 16 Mar 2021 08:17:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyC77ns5gcVyU5bIa+55KZjRST9IJyl/lFUBz7+MSu2wQ+KK+RAVHW5eC9SVK/8BwJM64aS X-Received: by 2002:a17:906:2ac1:: with SMTP id m1mr20368120eje.472.1615907852199; Tue, 16 Mar 2021 08:17:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1615907852; cv=none; d=google.com; s=arc-20160816; b=wLDiG1zNai82cPET/Ncl2k+njJj5rQtOalpIgf9MkEuYVwztb/ZRrs49xFYFkwE9fY 7wOd0K8QG1EjKxCUD/TFp5D//dfSXgt1V6HhUXVO27ufAW+k+Ot4ijlv+uRcw70snMWm IJ9Y2xEmAW1lZp0pNLn4vXu+QsVPK414jRkzW/4qHOx28K92JU9KPm1zSSz6OVaYCGAp X425xKUWGahaKCquaek1TaRsvS0kUO1X5HDyeMyl5KRLv1aUGjialTJ8JTXu+Spwbu5s cxBiXIAnnGYGccV7CKZHSvY79KyMQVM62CAHr26GYypaG28ze8+YGhQGT+Lq0uyBDFOD 77Ag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=/Ead4NYAgZlcXhv3c1RbUzthtg90m6Gv+G3I6l3FY48=; b=BNbZZkYYSyIrJCbGr8a4UDN4IzwdzIaVjHUSUW9wDQ9B563j6B3MBSFzSSFWVIBXFu yT1zk9QRyoNBJ5reafPovyKBP5A5/wEq7QLPGbEaj4f4jOkm2bWxvXCqjWaYKqlHOtGV DCfk7VfnL1IhmGp8hv+KFgDluqdRd2YHJXj5/0VqgZ8RLYk2rVXl1ThwQ0Da0s322UEu RcSNK+uBxAUtesC8GLG5CNnlS9EGRKvbEqnKxQyN4MFR4FMr11F+KyNYPFp4TgUcBkZS A+W9vY7gRwALvgzPrfeb04frP4luuZAgCkLTrON/+rg80R2vkm/12He4Kx2G9pTLVrLi 7NMg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id cb21si13681582ejb.170.2021.03.16.08.17.09; Tue, 16 Mar 2021 08:17:32 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234227AbhCPKGw (ORCPT + 99 others); Tue, 16 Mar 2021 06:06:52 -0400 Received: from foss.arm.com ([217.140.110.172]:58288 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233330AbhCPKGW (ORCPT ); Tue, 16 Mar 2021 06:06:22 -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 92DE3D6E; Tue, 16 Mar 2021 03:06:21 -0700 (PDT) Received: from [10.37.8.5] (unknown [10.37.8.5]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8BCF73F70D; Tue, 16 Mar 2021 03:06:19 -0700 (PDT) Subject: Re: [PATCH v16 6/9] arm64: mte: Conditionally compile mte_enable_kernel_*() To: Catalin Marinas Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kasan-dev@googlegroups.com, Andrew Morton , Will Deacon , Dmitry Vyukov , Andrey Ryabinin , Alexander Potapenko , Marco Elver , Evgenii Stepanov , Branislav Rankov , Andrey Konovalov , Lorenzo Pieralisi References: <20210315132019.33202-1-vincenzo.frascino@arm.com> <20210315132019.33202-7-vincenzo.frascino@arm.com> <20210315184152.GC22897@arm.com> From: Vincenzo Frascino Message-ID: <3f0b916b-efa5-ad35-b838-34f1edf2ba3a@arm.com> Date: Tue, 16 Mar 2021 10:06:18 +0000 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: <20210315184152.GC22897@arm.com> 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 On 3/15/21 6:41 PM, Catalin Marinas wrote: > On Mon, Mar 15, 2021 at 01:20:16PM +0000, Vincenzo Frascino wrote: >> mte_enable_kernel_*() are not needed if KASAN_HW is disabled. >> >> Add ash defines around the functions to conditionally compile the >> functions. >> >> Signed-off-by: Vincenzo Frascino > > Acked-by: Catalin Marinas > > (BTW, Andrey now has a different email address; use the one in the > MAINTAINERS file) > I did not notice the change, sorry. Than you for updating the address. -- Regards, Vincenzo