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 X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE3BBC433DB for ; Tue, 16 Mar 2021 10:07:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B83C06501D for ; Tue, 16 Mar 2021 10:07:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236302AbhCPKGw (ORCPT ); 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