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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 747D8C433E6 for ; Thu, 21 Jan 2021 11:33:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2FA83238EE for ; Thu, 21 Jan 2021 11:33:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730535AbhAULdY (ORCPT ); Thu, 21 Jan 2021 06:33:24 -0500 Received: from foss.arm.com ([217.140.110.172]:60942 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730449AbhAULc3 (ORCPT ); Thu, 21 Jan 2021 06:32:29 -0500 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 795BD11B3; Thu, 21 Jan 2021 03:31:43 -0800 (PST) Received: from [10.37.8.32] (unknown [10.37.8.32]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8ABC03F719; Thu, 21 Jan 2021 03:31:41 -0800 (PST) Subject: Re: [PATCH v4 0/5] arm64: ARMv8.5-A: MTE: Add async mode support To: Andrey Konovalov Cc: Linux ARM , LKML , kasan-dev , Catalin Marinas , Will Deacon , Dmitry Vyukov , Andrey Ryabinin , Alexander Potapenko , Marco Elver , Evgenii Stepanov , Branislav Rankov References: <20210118183033.41764-1-vincenzo.frascino@arm.com> From: Vincenzo Frascino Message-ID: Date: Thu, 21 Jan 2021 11:35:32 +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: 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 1/19/21 6:09 PM, Andrey Konovalov wrote: > Hi Vincenzo, > > This change has multiple conflicts with the KASAN testing patches that > are currently in the mm tree. If Andrew decides to send all of them > during RC, then this should be good to go through arm64. Otherwise, I > guess this will need to go through mm as well. So you probably need to > rebase this on top of those patches in any case. > Could you please let me know on which tree do you want me to rebase my patches? I almost completed the requested changes. Thank you! > Thanks! -- Regards, Vincenzo