]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix text
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2025 08:05:22 +0000 (09:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2025 08:05:22 +0000 (09:05 +0100)
queue-6.6/x86-resctrl-fix-miscount-of-bandwidth-event-when-reactivating-previously-unavailable-rmid.patch

index d8c2c7b97f454586c4590d0c87964529d9922d43..0b564e5cea58f7556772ae0a3f7ccc5e7f09c1e2 100644 (file)
@@ -7,6 +7,8 @@ Message-ID: <20251023161240.75240-1-babu.moger@amd.com>
 
 From: Babu Moger <babu.moger@amd.com>
 
+commit 15292f1b4c55a3a7c940dbcb6cb8793871ed3d92 upstream.
+
 Users can create as many monitoring groups as the number of RMIDs supported
 by the hardware. However, on AMD systems, only a limited number of RMIDs
 are guaranteed to be actively tracked by the hardware. RMIDs that exceed
@@ -105,7 +107,6 @@ Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
 Tested-by: Reinette Chatre <reinette.chatre@intel.com>
 Cc: stable@vger.kernel.org # needs adjustments for <= v6.17
 Link: https://bugzilla.kernel.org/show_bug.cgi?id=206537 # [2]
-(cherry picked from commit 15292f1b4c55a3a7c940dbcb6cb8793871ed3d92)
 [babu.moger@amd.com: Fix conflict for v6.6 stable]
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---