From patchwork Mon Mar 21 15:28:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandru Elisei X-Patchwork-Id: 12787399 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 B8B69C4332F for ; Mon, 21 Mar 2022 15:29:22 +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:Subject:To :From:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=8gZExZcO6UURXRbaX3AhrsofcPaqSBW9zqZWlVdbRI4=; b=lGmVJxIhvcDRjQ C5SbuzXiicVN+6Dezurfy4T/BhhlVl8cOBrwhaf2KVjBypYtBe2TH3IDisEUPrBhrYqmwCjswjX12 281d7oXwo3tvS0A9zHwR9ndjNC1Jz4lk3mjqikckIwvvvaEvFR2DjRDxYHo1+507n0+QzY+Ia6G1U vJ1feN19IhwsQViujGFYevnpvc5JIhYHtcE50wn+dXOqNkXLwLLU5YOD/urImgN+fWGmI300jLdSq kl7rUNROp986cU3jI8FZiOOkDt+tlE1yskMws9Vts/OYgOYf/pFFSh2yzt8q96AUkYFGSfbhnhH1z r3fg5vhNKgrsvjSglpUQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWJx8-008DNU-8R; Mon, 21 Mar 2022 15:28:14 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWJx4-008DLc-RA for linux-arm-kernel@lists.infradead.org; Mon, 21 Mar 2022 15:28:12 +0000 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 4DAD31042; Mon, 21 Mar 2022 08:28:07 -0700 (PDT) Received: from monolith.localdoman (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id F19B13F73D; Mon, 21 Mar 2022 08:28:05 -0700 (PDT) From: Alexandru Elisei To: will@kernel.org, kvm@vger.kernel.org, julien.thierry.kdev@gmail.com, linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com, steven.price@arm.com, vladimir.murzin@arm.com Subject: [kvmtool PATCH 0/2] arm64: Add MTE support Date: Mon, 21 Mar 2022 15:28:18 +0000 Message-Id: <20220321152820.246700-1-alexandru.elisei@arm.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220321_082810_948225_6919927B X-CRM114-Status: UNSURE ( 7.85 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series does what it says on the can: adds Memory Tagging Extension (MTE) support in kvmtool. Alexandru Elisei (2): update_headers: Sync ABI headers with Linux v5.17-rc8 aarch64: Add support for MTE arm/aarch32/include/kvm/kvm-arch.h | 3 +++ arm/aarch64/include/asm/kvm.h | 5 +++++ arm/aarch64/include/kvm/kvm-arch.h | 1 + arm/aarch64/include/kvm/kvm-config-arch.h | 2 ++ arm/aarch64/kvm.c | 13 +++++++++++++ arm/include/arm-common/kvm-config-arch.h | 1 + arm/kvm.c | 3 +++ include/linux/kvm.h | 18 ++++++++++++++++++ x86/include/asm/kvm.h | 19 ++++++++++++++++++- 9 files changed, 64 insertions(+), 1 deletion(-)