From c75c7836d05c11604c5162a1e5477a2e5c85f685 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Wed, 18 Oct 2023 14:50:01 +0100 Subject: [PATCH] bookworm: Extend ARM clock workaround MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Still broken on arndale, serial stop working early, then the machine timeout when working on creating a xen guest with xen-create-guest. Signed-off-by: Anthony PERARD Acked-by: Roger Pau Monné --- Osstest/Debian.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 4f07cde..68f1be6 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -253,8 +253,10 @@ END my @xenkopt = @kopt; push @xenkopt, $xenkopt; # https://bugs.xenproject.org/xen/bug/45 + # #45 - arm: domain 0 disables clocks which are in fact being used + # https://lore.kernel.org/xen-devel/1414672390.2064.31.camel@citrix.com/ push @xenkopt, "clk_ignore_unused" - if $ho->{Suite} =~ m/wheezy|jessie|stretch|buster/; + if $ho->{Suite} =~ m/wheezy|jessie|stretch|buster|bookworm/; $xenkopt = join ' ', @xenkopt; logm("Dom0 Linux options: $xenkopt"); -- 2.39.5