From b4910cee94b12de1991337e6eeff8de4e5c71cd4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 16 Oct 2024 10:57:59 -0700 Subject: [PATCH] Add F40 and F41 kwin sluggishness fix updates as workarounds All the KDE flakiness lately is likely caused by the recurrence of https://bugzilla.redhat.com/show_bug.cgi?id=2312900 , which came back because the patch to fix it was inadvertently dropped. This adds the F40 and F41 updates that re-introduce the patch as workarounds to address the sluggishness. Signed-off-by: Adam Williamson --- lib/utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 0b295a44..cab7e634 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -474,8 +474,8 @@ sub get_workarounds { my $version = shift || get_var("VERSION"); my %workarounds = ( "39" => [], - "40" => [], - "41" => [], + "40" => ["FEDORA-2024-8ef1271562"], + "41" => ["FEDORA-2024-d7dc366b88"], "42" => [], "eln" => [], );