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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 1D7D5ECAAD5 for ; Fri, 2 Sep 2022 13:50:29 +0000 (UTC) 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=cyoB0PohbmwAuYxlPWtbbmRwB18+QKKd/Of+xuRXt/M=; b=Z4zP+/O/ueH8mq S7F0/nI/TAq5yBC0O64AESRSDwsNrStEWFrjmzVAzNrh168yf8aq827X/80HyEuXNnLIIxID6zHMr 79YXUPxEIuJ0s7j/XHYip5pPgOg3hjcf1+E7RsvQrJ5Xm92vojqasszq+KF9ymADtdRU8znhXQAnY Y8r/4iTUKIzmwpz69d/mFw5EG0EcBWoiO4GSxyAUutCPbu4iG5wsYgv+HY2Pjp9aHePNoAXBgbTpO 7d8tQESRwRTcUS/JYWj9VAx4PhWMvzrG2kKNaZhzoHt5XK4vEV8ueThhTOvSEQH2E7MW+JiC4/sil pDRm7bWN32at8plwEF8A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oU735-005GDa-Oe; Fri, 02 Sep 2022 13:49:31 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oU72z-005GBc-N8 for linux-arm-kernel@lists.infradead.org; Fri, 02 Sep 2022 13:49:29 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 89286618D1; Fri, 2 Sep 2022 13:49:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 31660C433C1; Fri, 2 Sep 2022 13:49:22 +0000 (UTC) Date: Fri, 2 Sep 2022 14:49:18 +0100 From: Catalin Marinas To: Peter Collingbourne Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, Cornelia Huck , Will Deacon , Marc Zyngier , Evgenii Stepanov , kvm@vger.kernel.org, Steven Price , Vincenzo Frascino Subject: Re: [PATCH v3 7/7] Documentation: document the ABI changes for KVM_CAP_ARM_MTE Message-ID: References: <20220810193033.1090251-1-pcc@google.com> <20220810193033.1090251-8-pcc@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220810193033.1090251-8-pcc@google.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220902_064925_810314_3D5D3AD8 X-CRM114-Status: GOOD ( 10.14 ) 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 On Wed, Aug 10, 2022 at 12:30:33PM -0700, Peter Collingbourne wrote: > Document both the restriction on VM_MTE_ALLOWED mappings and > the relaxation for shared mappings. > > Signed-off-by: Peter Collingbourne Acked-by: Catalin Marinas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel