From: Greg Kroah-Hartman Date: Mon, 27 Oct 2025 08:05:22 +0000 (+0100) Subject: fix text X-Git-Tag: v5.4.301~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05195b10670e1fbbca06ab7442e539bfdb51a175;p=thirdparty%2Fkernel%2Fstable-queue.git fix text --- diff --git a/queue-6.6/x86-resctrl-fix-miscount-of-bandwidth-event-when-reactivating-previously-unavailable-rmid.patch b/queue-6.6/x86-resctrl-fix-miscount-of-bandwidth-event-when-reactivating-previously-unavailable-rmid.patch index d8c2c7b97f..0b564e5cea 100644 --- a/queue-6.6/x86-resctrl-fix-miscount-of-bandwidth-event-when-reactivating-previously-unavailable-rmid.patch +++ b/queue-6.6/x86-resctrl-fix-miscount-of-bandwidth-event-when-reactivating-previously-unavailable-rmid.patch @@ -7,6 +7,8 @@ Message-ID: <20251023161240.75240-1-babu.moger@amd.com> From: Babu Moger +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 Tested-by: Reinette Chatre 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 ---