From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A331F24886A; Thu, 2 Jul 2026 00:38:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782952742; cv=none; b=TuAZAzXl0TiX7Scvp0O2cylkTH/pulggHEN4gDtQB4Px+N7Z+uHarBFsx5hp4lIhOCvtzBkx3PLNRj/UkPsOp8Jjo+RRdWoVACgHM0WurvIF8eF0HBFDkiG0vn2bHfXBSn3ZrH0Kp4ReMOERd15qnocqoQs9x7xUs7Zb9XYcQCU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782952742; c=relaxed/simple; bh=nZsZ6XvuWipjd3it5v+4uGw4kgpw5Nl0/STBJ7hjN5k=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Fv9+3i/WU3fZ9uSMCFZ/DE9uiLTJ666oXg1vUEmYcD/Zv3ZCDmsqbW12wWylVj843PAwmgKu+R69dyhDILswojH1H+aBlWLpYLD123oQgv1bgzRCGWX82UaCFOjiK7KforFI1cbdtwnHqTwMn4RWQnGlXqah0BoULI2aCUxU5t8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=I+T9TE6I; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="I+T9TE6I" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72A201F00A3D; Thu, 2 Jul 2026 00:38:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782952737; bh=x/bV7HFJfyzdDuCkRNOH8v9crT+EEgxWSV7YC4KCAEk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=I+T9TE6IKQMVZ23EwjzOMPhKU5WB11Mf0ZUziYjAMvScUBjSgCrryM/Q7/+5ZEsGU JaWcV1yNnoirmY3Lki0oT0X2/nhBuvfQut3AVlpP9b2XQSGKFDu7evEzVybOq1NxER l9F9qwvsNHEIwm502MmF3K5zwIB+BrD3CidN+Lf6m48iygncVcY+nMT3TwdUxfP0vQ oMaNjJ6py51gq/pKdpLjdjFRjjiwjGP3QfYHOAzbgKjttYOZnAHlBs0RC7kNkwXqj8 gna7W84b38/usd98eoK3uHHKu9a/0Hb9d6XCyqOS3Wm8rymZgQAnGK5G1srrIaresj TrSxmGkpxiSFg== From: Sasha Levin To: stable@vger.kernel.org Cc: Sasha Levin , Catalin Marinas , Will Deacon , Marc Zyngier , Oliver Upton , James Morse , Suzuki K Poulose , Zenghui Yu , Mingwei Zhang , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, linux-kernel@vger.kernel.org, Colton Lewis Subject: Re: [PATCH 0/5] Backport ARM64 VHE boot fixes to 6.6.y Date: Wed, 1 Jul 2026 20:38:35 -0400 Message-ID: X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260701204342.2654385-1-coltonlewis@google.com> References: <20260701204342.2654385-1-coltonlewis@google.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit > This series backports VHE CPU boot fixes to the 6.6.y stable branch. > > These fixes are already present in the 6.12.y stable branch (and > newer), but are missing in 6.6.y. They are required to enable booting > L1 guests with nested virtualization enabled (kvm-arm.mode=nested). Ugh, yes, the sha1s don't make sense. While respinning, please also consider whether upstream 3855a7b91d42 ("KVM: arm64: Initialize SCTLR_EL1 in __kvm_hyp_init_cpu()") should join the series. -- Thanks, Sasha