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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_NONE,URIBL_BLOCKED,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 9B385C4338F for ; Tue, 27 Jul 2021 18:29:38 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6630C60F91 for ; Tue, 27 Jul 2021 18:29:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6630C60F91 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=4/oD+r1AHUoKQYSgL2/43ilCO70eji1A64y2iAz9XPA=; b=GNcwSQAjdizH6b TKXPmpqgW+2COL1Fp5Hl4Xm5imNlqUN1AuYPHetrGw5PwBQ1MEZvDwVaZoQRJTCEgjs6ILuBDVmhF JAqghOc1fKiDPiPztz8Tm3mqWz6mIRQK2UT11Zk0EhKitY4wQhsGEmAfXVzRCrn4cO3YoWz1ZTU35 tJ9+Q8fvMg5FOKai6lkX9icXYt68gjcV7Sax8zG7+DJ9y/w3bMb0MeJhh0ROqfsNpHCN7z/egXrAI DqA6509wLFXnL3zjK2ohH1S1/wYsuU5xKaW4mhk1uq64yn8VDZMqtlkK83prURM6PHu8HsMjtKCMi /maCWZTa1yN2hplpc90g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m8Rms-00FrLM-Eg; Tue, 27 Jul 2021 18:26:44 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m8RgW-00FobF-Mv for linux-arm-kernel@lists.infradead.org; Tue, 27 Jul 2021 18:20:10 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 019B960F59; Tue, 27 Jul 2021 18:20:06 +0000 (UTC) Date: Tue, 27 Jul 2021 19:20:04 +0100 From: Catalin Marinas To: Peter Collingbourne Cc: Vincenzo Frascino , Will Deacon , Evgenii Stepanov , Szabolcs Nagy , Tejas Belagod , linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman Subject: Re: [PATCH v10 0/5] arm64: mte: allow async MTE to be upgraded to sync on a per-CPU basis Message-ID: <20210727182004.GS13920@arm.com> References: <20210713234801.3858018-1-pcc@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210713234801.3858018-1-pcc@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210727_112008_805290_1ACA0F6F X-CRM114-Status: UNSURE ( 8.79 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Peter, On Tue, Jul 13, 2021 at 04:47:56PM -0700, Peter Collingbourne wrote: > Peter Collingbourne (5): > arm64: mte: rename gcr_user_excl to mte_ctrl > arm64: mte: change ASYNC and SYNC TCF settings into bitfields > arm64: move preemption disablement to prctl handlers > arm64: mte: introduce a per-CPU tag checking mode preference > Documentation: document the preferred tag checking mode feature Could you please rebase these patches on top of arm64 for-next/mte (based on 5.14-rc3)? They don't apply cleanly. You may want to update the other GCR_EL1 and double ISB patches as well in case there's a specific order in which they need to be applied. Thanks. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel