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 82F2D15AEA; Tue, 28 Nov 2023 08:12:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="UDuAcWI1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5677AC433CA; Tue, 28 Nov 2023 08:12:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1701159134; bh=UC19cLX/am1tyUVqgR7l/ypb5xe0CmMMa/OY10J/5UM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UDuAcWI1u+j5easUv0wpld9clHbsBbup5GDOqUAen7GsMUaxC6ENr6h+sS4AdRali unMf+rElT41B6sE1W8x6AZQz2wigbNHchM7SyA3o5VgBQ/0pEHElXVETb3Q6PK8cG5 gGVbi71DzV9+Rs0qw5Yz2t6dlJYKKKX2PFU+a/rI= Date: Tue, 28 Nov 2023 08:12:10 +0000 From: Greg KH To: Zenghui Yu Cc: stable@vger.kernel.org, sashal@kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, andrew.murray@arm.com, mark.rutland@arm.com, suzuki.poulose@arm.com, wanghaibin.wang@huawei.com, will@kernel.org Subject: Re: [for-4.19 0/2] backport "KVM: arm64: limit PMU version to PMUv3 for ARMv8.1" Message-ID: <2023112831-preachy-unshaved-790d@gregkh> References: <20231128074633.646-1-yuzenghui@huawei.com> 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: <20231128074633.646-1-yuzenghui@huawei.com> On Tue, Nov 28, 2023 at 03:46:31PM +0800, Zenghui Yu wrote: > We need to backport patch #1 as well because it introduced a helper used > by patch #2. > > Andrew Murray (2): > arm64: cpufeature: Extract capped perfmon fields > KVM: arm64: limit PMU version to PMUv3 for ARMv8.1 We can not just take these in an old stable tree and not newer ones as that would mean you could upgrade and have a regression. Please provide backports for all applicable stable trees and we will be glad to take them. thanks, greg k-h