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 A6EF82E3B07; Thu, 3 Jul 2025 12:54:37 +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=1751547279; cv=none; b=no9kc3ux2C91ypbfGomOot/b1c7s9+N8uChlXFhC38lCwBSLo4/FXmPLMZWvg89sbxfs+6mzUaEoVshgkMh77Lf6fNUGq/K3jv4WyCjpMmpwJzYz6agDhCfDm0roWVdsQpVdXxIxCZ4XDZzDPSOSW3bfeFg6OLU7Lsa+6AlCkWs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751547279; c=relaxed/simple; bh=ze4SaQOFArB01MNd8YrR+zTdChwqwAAWc0eSVRtAzo0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YZWEqcYQbY1BFBMeFOP5wgXGfIYk3Jb6nMP4NJb0L6fFMNKW/VOGYQ+O3gy+33SnEPMvQNRTv111v21GLAL0RiiD3E2RQnItP+HuzJWmD5TYVx2zWHWPBm4HPZlnxTzljeLnZq8K3/GRfVQppu48wD3BKEmeShz473ENwSlL+bE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NxlorSTA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NxlorSTA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 00531C4CEF0; Thu, 3 Jul 2025 12:54:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751547277; bh=ze4SaQOFArB01MNd8YrR+zTdChwqwAAWc0eSVRtAzo0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NxlorSTACSMHMB9P6HyhJAvvpF3DZcccmJJXemG5114WfVxwDZ7BoVJaESLRhEAYh XeHNToUQuca05VvXwxo4ZPWOfVm7u0Xz4Voj37OmiCo2C991z/nmD3pRDZCyjmVR/2 X2Pwtn+KdGlugIStpEEJPD71x4aRRopl4UwmbA7n0Q2+JFryCUT407RnL5xBdeyTwM bj+PRIV5DakuW+bX3/KK3wwSGClQdYXPpv55ifzv+FmKb81N++QPUaPrW0EU6+15t3 esl34fraBOeH/tKQ/ceLeg+p3tqT2SBEUoyEIJu42VTcqx1oyydtR1BbTa3weomMCy xpz58m1QZunVA== Date: Thu, 3 Jul 2025 08:54:35 -0400 From: Sasha Levin To: Marc Zyngier Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org, Oliver Upton , Joey Gouly , Suzuki K Poulose , Zenghui Yu , Catalin Marinas , Will Deacon Subject: Re: Patch "KVM: arm64: Set HCR_EL2.TID1 unconditionally" has been added to the 6.12-stable tree Message-ID: References: <20250703015257.2692314-1-sashal@kernel.org> <867c0pbqym.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; format=flowed Content-Disposition: inline In-Reply-To: <867c0pbqym.wl-maz@kernel.org> On Thu, Jul 03, 2025 at 09:48:01AM +0100, Marc Zyngier wrote: >On Thu, 03 Jul 2025 02:52:57 +0100, >Sasha Levin wrote: >> >> This is a note to let you know that I've just added the patch titled >> >> KVM: arm64: Set HCR_EL2.TID1 unconditionally >> >> to the 6.12-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-set-hcr_el2.tid1-unconditionally.patch >> and it can be found in the queue-6.12 subdirectory. >> >> If you, or anyone else, feels it should not be added to the stable tree, >> please let know about it. >> >> >> >> commit 0510d3297a23920caf74a63e3f38c0ede70d6555 >> Author: Sasha Levin > >Really? Sorry, I was working on fixing up backports of stable@ tagged commits that didn't get backported when they should, and I've committed this with "git commit" instead of "git rebase --continue" which apparently overwrites the author information. I'll just drop it for now. -- Thanks, Sasha