From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 98BB520B22; Mon, 30 Mar 2026 09:22:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774862547; cv=none; b=AeeWQpqloFUS1hDQ6nHF/hebJ/5L5EH2nG//vOBqGj7jOu8jzhiodGiBTI3ZyoL+4ZzltbBQ+0MfdeM0TsuD6OYvzskWmtoJvaploNsZ2e/ublF3Xgpp0D9YaSJOmncNhf+WUO58DB5WCt/1Ykmr5k7Cn/OM98nDiKMOolnE0K4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774862547; c=relaxed/simple; bh=ugbjI7yTKQFUFYEMKehwp32e0x62z8HVVFegB17j+3o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QlHKjVWcFXrucdvxYA0dKT6rVs3AGSCbMR8TP7Ap0xD4rhL5M7z3S4ZOiGYn+67Relr4xkKa1ehRwdIX7LqG9w8HpFtg2S2Zx4npbNXHRMmyP2E7XkuR8EpU/T6MrLxA6HRkDxdctYKkdXTou/rF5OAVeV90R8ZkahGv6b+5QAI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=nBLVtwTg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="nBLVtwTg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6621C4CEF7; Mon, 30 Mar 2026 09:22:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1774862547; bh=ugbjI7yTKQFUFYEMKehwp32e0x62z8HVVFegB17j+3o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nBLVtwTg+Mk+pAq2Y/1V3mqP6HfPsDkTaR/sgPx57cTlqsEUX5TpiMVY/uc/OjB+q A11XxMu28JYrvNLV1teSZ0tArgCVTau0ixrRz70CNyCIIs2EXEe6eBBO9WtH8WffRA xCZYKkcs3mcAGaC439B0sqDgXoyoRUrgheq6V5DY= Date: Mon, 30 Mar 2026 11:22:23 +0200 From: Greg KH To: Marc Zyngier Cc: stable@vger.kernel.org, joey.gouly@arm.com, suzuki.poulose@arm.com, stable-commits@vger.kernel.org Subject: Re: Patch "KVM: arm64: Discard PC update state on vcpu reset" has been added to the 5.15-stable tree Message-ID: <2026033051-fidelity-outdated-3211@gregkh> References: <2026032918-porthole-overshoot-bef3@gregkh> <86bjg54t2j.wl-maz@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86bjg54t2j.wl-maz@kernel.org> On Mon, Mar 30, 2026 at 09:31:16AM +0100, Marc Zyngier wrote: > On Sun, 29 Mar 2026 13:48:18 +0100, > wrote: > > > > > > This is a note to let you know that I've just added the patch titled > > > > KVM: arm64: Discard PC update state on vcpu reset > > > > to the 5.15-stable tree which can be found at: > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > The filename of the patch is: > > kvm-arm64-discard-pc-update-state-on-vcpu-reset.patch > > and it can be found in the queue-5.15 subdirectory. > > > > If you, or anyone else, feels it should not be added to the stable tree, > > please let know about it. > > This won't even compile, as the helpers required were only added in > 6.0. Ah, then the "Fixes:" tag was wrong here :( > Please drop this from 5.10 and 5.15 stable branches. Will do, thanks! greg k-h