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 D3A3BC35274 for ; Mon, 18 Dec 2023 19:52: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: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=0ogGULnMrRff+f6/SZGqhCK36Jx+ZZ3kiVXreqeCW80=; b=miI3Sn725JZ7p8 YF60rJr9sUUmI/Ke2effCjLgebM/Uj1+RtSoVeOObJiUHInhnACtkMzplepgW8BT5+8QS0nJFXX8h Qs85tG+056dh49XYKvm//GPF0OqMMgXxUOvh2uBuogv9OpwpEjBxjxs64ZBBFL34QhNJ0ukOaIoq4 ///NjPV/ftZESwG66D5KdG0IggUtXsM/RriDjzwGiHBRcj7uJe5ok9y9mMMHOZuMqK0kDd05uwB0U 3Q+38CWWljA/BtgjZRoM2Ri8XZnXYVA2uiwF4ZNpOFGitE2/tWBcrFGUzvqEXtKV7GkwiORSEWF+6 v3fRPNKcnEXMLmnj5qng==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rFJeO-00Bwu2-1R; Mon, 18 Dec 2023 19:51:40 +0000 Received: from out-180.mta1.migadu.com ([95.215.58.180]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rFJeB-00Bwqi-2X for linux-arm-kernel@lists.infradead.org; Mon, 18 Dec 2023 19:51:38 +0000 Date: Mon, 18 Dec 2023 19:51:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1702929081; 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=MNLDxkyQEIxDaRjSMEFk0lA/gC40y5Szs1CPQAo05zE=; b=mgBTfMCeO2gca9mHwRzBoEND0XJYbbI/9Pc93Ou/hXzyhlMqSSq5J77ufFS/BiVdCjNwn4 q+ntjjCG2qC6SpafIkjQmSqRf/gVxeV2zQkz+EveivZBxoooNZTL+tYES5Wjb/qu1HgCwR Xy4ERO89rE9xibo8BeT0+Aour6fMO3A= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Marc Zyngier Cc: kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Alexandru Elisei , Andre Przywara , Chase Conklin , Christoffer Dall , Ganapatrao Kulkarni , Darren Hart , Jintack Lim , Russell King , Miguel Luis , James Morse , Suzuki K Poulose , Zenghui Yu Subject: Re: [PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only) Message-ID: References: <20231120131027.854038-1-maz@kernel.org> <86sf3zadmp.wl-maz@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <86sf3zadmp.wl-maz@kernel.org> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231218_115128_244514_13B7426B X-CRM114-Status: GOOD ( 10.25 ) 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 Mon, Dec 18, 2023 at 12:39:26PM +0000, Marc Zyngier wrote: > On Mon, 20 Nov 2023 13:09:44 +0000, > Marc Zyngier wrote: > > > > This is the 5th drop of NV support on arm64 for this year, and most > > probably the last one for this side of Christmas. > > Unless someone objects, I'm planning to take the first 10 patches of > this series into 6.8 (with the dependency on ID_AA64MMFR4_EL1.NV_frac > in patch #1 removed). For the first 10 patches: Reviewed-by: Oliver Upton -- Thanks, Oliver _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel