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 mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by smtp.lore.kernel.org (Postfix) with ESMTP id 283BFC433FE for ; Mon, 7 Nov 2022 17:20:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id B3A4A4B89F; Mon, 7 Nov 2022 12:20:56 -0500 (EST) X-Virus-Scanned: at lists.cs.columbia.edu Authentication-Results: mm01.cs.columbia.edu (amavisd-new); dkim=softfail (fail, message has been altered) header.i=@redhat.com Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zamwcUbYseKA; Mon, 7 Nov 2022 12:20:55 -0500 (EST) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 720674B869; Mon, 7 Nov 2022 12:20:55 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id D82D44B850 for ; Mon, 7 Nov 2022 12:20:54 -0500 (EST) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9-Ngj56WPgPQ for ; Mon, 7 Nov 2022 12:20:53 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mm01.cs.columbia.edu (Postfix) with ESMTP id E7FA54B84E for ; Mon, 7 Nov 2022 12:20:53 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667841653; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=O1uODv2NTtFh6nrlGSnkHycdHBAbqkNdNpxthhd40ck=; b=OgpvAbzzblB3UhPpUGyAA7ot/b0WIyEoI76sZfVzIAID1yfKlTMNpXsTvHCH5Ov0H9NLNQ BDZznaO/cOS+irOXutP6nNjgAzjH5z+ppgaCFg9Z8juONBUqw/jMf98tqTFsjVZqVx8WWM 3WMpigiNSiSoSHV0eDTIad3x1IoXgvM= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-625-NC8MfLbPPG-dLv78oABmfw-1; Mon, 07 Nov 2022 12:20:47 -0500 X-MC-Unique: NC8MfLbPPG-dLv78oABmfw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 74B1F85A5A6; Mon, 7 Nov 2022 17:20:46 +0000 (UTC) Received: from localhost (unknown [10.39.193.202]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2AC61C15BB5; Mon, 7 Nov 2022 17:20:46 +0000 (UTC) From: Cornelia Huck To: Peter Collingbourne , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu Subject: Re: [PATCH v5 8/8] Documentation: document the ABI changes for KVM_CAP_ARM_MTE In-Reply-To: <20221104011041.290951-9-pcc@google.com> Organization: Red Hat GmbH References: <20221104011041.290951-1-pcc@google.com> <20221104011041.290951-9-pcc@google.com> User-Agent: Notmuch/0.37 (https://notmuchmail.org) Date: Mon, 07 Nov 2022 18:20:44 +0100 Message-ID: <87a6523clv.fsf@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 Cc: kvm@vger.kernel.org, Catalin Marinas , Steven Price , Will Deacon , Marc Zyngier , Vincenzo Frascino , Peter Collingbourne , Evgenii Stepanov X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu On Thu, Nov 03 2022, 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 > --- > Documentation/virt/kvm/api.rst | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Reviewed-by: Cornelia Huck _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm 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 EEC39C4332F for ; Mon, 7 Nov 2022 17:21:58 +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:MIME-Version:Message-ID:Date:References :In-Reply-To:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=IFrr/gkTfNMaUavI9ue4HU4sNkK/crKgnp5SzkJ64Qc=; b=b1jLnyzV/sJoZc 6IQ9zMcg8ZMQI74tkldnAm8rmFL2iE4CrTpg4HD53GvmMpuUdx/fnnh3XfNhzF0NGJG1pDbo+O/gq XaInkpXWng/ZiDm3LFkaYdoiLyT4HVuu4EvmJbgAgcxAOzJQSLPGJ3iUkrBvS72Zwa81SfaudBFaE AoS2xufVM14KMDFh+W9uKvxUUPLd9/Wid6ugP4ysQRG5PjGt/HZfjJ01dsjJf2WrXMT7gjTp2ry+S AsrM2q3ZXYs7jWleYNEp1yIUc9S2IeraN6r062qQOD5nJR/Dq1tx0jp6bwS6tHZCsFCYMFoj+/Qfd 751Y9NK1SUo68/Dw+hrQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1os5nt-00GdBe-Ek; Mon, 07 Nov 2022 17:20:58 +0000 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1os5nn-00Gd8T-Tj for linux-arm-kernel@lists.infradead.org; Mon, 07 Nov 2022 17:20:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667841650; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=O1uODv2NTtFh6nrlGSnkHycdHBAbqkNdNpxthhd40ck=; b=Q/tporzOk4/tlgspDUsDFooI0teALLt1mZd9JQCPjBHdcwT4q/YJnxS03giztiZn3i5E1+ 7BO5/Ph10sknOJEirDtcmFGhTHPsfy87raOP+e3QFavrv8GTQBc0hA6MsIoWGZRXoS2Sii 8fTTNQL2npr5F0KOaw+EtQFLwowrkhA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-625-NC8MfLbPPG-dLv78oABmfw-1; Mon, 07 Nov 2022 12:20:47 -0500 X-MC-Unique: NC8MfLbPPG-dLv78oABmfw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 74B1F85A5A6; Mon, 7 Nov 2022 17:20:46 +0000 (UTC) Received: from localhost (unknown [10.39.193.202]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2AC61C15BB5; Mon, 7 Nov 2022 17:20:46 +0000 (UTC) From: Cornelia Huck To: Peter Collingbourne , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu Cc: Peter Collingbourne , Catalin Marinas , Will Deacon , Marc Zyngier , Evgenii Stepanov , kvm@vger.kernel.org, Steven Price , Vincenzo Frascino Subject: Re: [PATCH v5 8/8] Documentation: document the ABI changes for KVM_CAP_ARM_MTE In-Reply-To: <20221104011041.290951-9-pcc@google.com> Organization: Red Hat GmbH References: <20221104011041.290951-1-pcc@google.com> <20221104011041.290951-9-pcc@google.com> User-Agent: Notmuch/0.37 (https://notmuchmail.org) Date: Mon, 07 Nov 2022 18:20:44 +0100 Message-ID: <87a6523clv.fsf@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221107_092052_066286_F0379F74 X-CRM114-Status: GOOD ( 10.67 ) 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 Thu, Nov 03 2022, 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 > --- > Documentation/virt/kvm/api.rst | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Reviewed-by: Cornelia Huck _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7AE5DC4332F for ; Mon, 7 Nov 2022 17:22:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231767AbiKGRWC (ORCPT ); Mon, 7 Nov 2022 12:22:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232797AbiKGRVx (ORCPT ); Mon, 7 Nov 2022 12:21:53 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6496B1DF2D for ; Mon, 7 Nov 2022 09:20:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667841652; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=O1uODv2NTtFh6nrlGSnkHycdHBAbqkNdNpxthhd40ck=; b=AkzUowkJNYwSSYxbmpK8xZ3j4jbgv0J8B6NjDyyWvFbZurusiCoaTcIeuhdg9SlVOaph3E Rlww2DmRO03S+dHHxRGoyGmJWzmd2Z/0tHJub5T7PAlxApsK/Yr/LErPFanMp1AAF5UYq7 Uz1zG+CQBXXLW5ZoT931SuMM3XN2rJo= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-625-NC8MfLbPPG-dLv78oABmfw-1; Mon, 07 Nov 2022 12:20:47 -0500 X-MC-Unique: NC8MfLbPPG-dLv78oABmfw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 74B1F85A5A6; Mon, 7 Nov 2022 17:20:46 +0000 (UTC) Received: from localhost (unknown [10.39.193.202]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2AC61C15BB5; Mon, 7 Nov 2022 17:20:46 +0000 (UTC) From: Cornelia Huck To: Peter Collingbourne , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu Cc: Peter Collingbourne , Catalin Marinas , Will Deacon , Marc Zyngier , Evgenii Stepanov , kvm@vger.kernel.org, Steven Price , Vincenzo Frascino Subject: Re: [PATCH v5 8/8] Documentation: document the ABI changes for KVM_CAP_ARM_MTE In-Reply-To: <20221104011041.290951-9-pcc@google.com> Organization: Red Hat GmbH References: <20221104011041.290951-1-pcc@google.com> <20221104011041.290951-9-pcc@google.com> User-Agent: Notmuch/0.37 (https://notmuchmail.org) Date: Mon, 07 Nov 2022 18:20:44 +0100 Message-ID: <87a6523clv.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, Nov 03 2022, 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 > --- > Documentation/virt/kvm/api.rst | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Reviewed-by: Cornelia Huck