Message ID | 20240205103431.1104133-1-maz@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 1A4F3C48298 for <linux-arm-kernel@archiver.kernel.org>; Mon, 5 Feb 2024 10:35:13 +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:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=dFN/EzWkbwy/ugOhGxqMCi3+zovR1NrdAnC+L0UOC30=; b=IrX0HGuv+j4rQJ /uEKPse225unbLJo41nvDYxRh4WS7YXNTCeOoCDFEHXEFWqc0zN+xQF7vnkcCmxg7AGu2HH/OgFQF Un1vutVlpfK5Q/Q30by+KTzgFGafdyYJUahmkg5LSekJ2SL0hk0N5G9804ty9/sMtLPayyz+Ky9uu AbNANsEYLr0pkB10NXe13h2JlYbCcXAhLMYaLd4Bx9EvCkroQ8RAxDGoAZ2hpQiqGmk3UqrtRZ3xg QPZSepfm6eH7OntPnwkQWDbTFjXI+fCxDLRjJefD9VCtFJLh1JDO7NvNvowl6oHfEuILa7h2XWrvx lh0MZ6Ja6sQkTmTwpXsA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rWwJY-00000002pEg-3wfT; Mon, 05 Feb 2024 10:35:00 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rWwJN-00000002p3t-41Bl for linux-arm-kernel@lists.infradead.org; Mon, 05 Feb 2024 10:34:52 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 11CC5CE0C7C; Mon, 5 Feb 2024 10:34:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D44DC433F1; Mon, 5 Feb 2024 10:34:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707129287; bh=kATcKRrqp+KeXZT4MEsXYWVUiosjAVDb43BXlRGcHyQ=; h=From:To:Cc:Subject:Date:From; b=Hi4aFb8XxKqjkzKzDlWbR/OgaPXnsy+v1Xig7Obq3iI2n9b17Y3SfLkVsT3CiYodX 7hIG14CY6mFTls3QGwUpAy3yGoVwG9OpoqFgZjnl67pUGGmzf1DzrSbaCkxQpNT1WU h2PMkDGXM9DZJnRNRI7r1VF/mrH2nE0pt77vhIo/6Oe/UJMWwhq9WhPWSzMU0VSg9r IYi2mJLTEyrNRVy9svI+4qHZ4h2YM1T+QNNQMfZ7b9MUwGzh6kQ5N+D2cLUWXv8/PA F9t0NdJrIqKaGY4fUKpEA7VYAzaEwoisZw+XulfRGeZUsX7mV1G8u34raI0WoPjajI IT4wCkjJeoAow== Received: from sofa.misterjones.org ([185.219.108.64] helo=valley-girl.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from <maz@kernel.org>) id 1rWwJI-000Nc3-PQ; Mon, 05 Feb 2024 10:34:44 +0000 From: Marc Zyngier <maz@kernel.org> To: kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org Cc: James Morse <james.morse@arm.com>, Suzuki K Poulose <suzuki.poulose@arm.com>, Oliver Upton <oliver.upton@linux.dev>, Zenghui Yu <yuzenghui@huawei.com>, Catalin Marinas <catalin.marinas@arm.com>, Will Deacon <will@kernel.org>, Joey Gouly <joey.gouly@arm.com>, Mark Brown <broonie@kernel.org> Subject: [PATCH v3 00/26] KVM/arm64: VM configuration enforcement Date: Mon, 5 Feb 2024 10:34:05 +0000 Message-Id: <20240205103431.1104133-1-maz@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, james.morse@arm.com, suzuki.poulose@arm.com, oliver.upton@linux.dev, yuzenghui@huawei.com, catalin.marinas@arm.com, will@kernel.org, joey.gouly@arm.com, broonie@kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240205_023450_464659_9033B936 X-CRM114-Status: GOOD ( 13.10 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
KVM/arm64: VM configuration enforcement
|
expand
|
Hey Marc, On Mon, Feb 05, 2024 at 10:34:05AM +0000, Marc Zyngier wrote: > This is the third version of this configurationm enforcement series > after some heroic reviewing from Joey (again) and Suzuki. Many thanks > to both. > > I think I have taken most of the feedback into account, but please > shout if I have ignored something. Want to make sure intentions are abundantly clear on this series, as there's been a decent amount of attention from folks on managing VM features. At the very least I plan on taking the first two patches for 6.9 so we have the groundwork to enable new feature work. I'd like to get more eyes on the tail end of the series. I'm going to catch up on the work I need to do for this merge window (including posting my own crap!) then come back to reviewing this afterwards.