[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 23/36] bookworm: Extend ARM clock workaround
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 <anthony.perard@xxxxxxxxxx> --- Osstest/Debian.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 4f07cdef..68f1be60 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@xxxxxxxxxx/ 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"); -- Anthony PERARD
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |