From: "Nicholas Piggin" <npiggin@gmail.com>
To: "Thomas Huth" <thuth@redhat.com>, <kvm@vger.kernel.org>,
"Paolo Bonzini" <pbonzini@redhat.com>
Cc: "Andrew Jones" <andrew.jones@linux.dev>,
"Janosch Frank" <frankja@linux.ibm.com>,
"Claudio Imbrenda" <imbrenda@linux.ibm.com>,
"Nico Böhr" <nrb@linux.ibm.com>
Subject: Re: [kvm-unit-tests PATCH] Bump Fedora version to 40
Date: Fri, 14 Jun 2024 10:49:31 +1000 [thread overview]
Message-ID: <D1ZBSHN37PW8.DY3DATNS27IE@gmail.com> (raw)
In-Reply-To: <20240607065147.63226-1-thuth@redhat.com>
On Fri Jun 7, 2024 at 4:51 PM AEST, Thomas Huth wrote:
> Version 37 is out of date, let's use a supported one instead.
>
> The "xsave" test now tries to execute more tests with TCG, but one
> of them is failing with the QEMU from Fedora 40, so we have to
> disable the xsave test for now.
> The problem will be fixed in QEMU 9.1 with this patch here:
> https://lore.kernel.org/qemu-devel/20240603100405.619418-1-pbonzini@redhat.com/
Could make them kfail and keep it running.
But anyway this works for me.
Acked-by: Nicholas Piggin <npiggin@gmail.com>
> And there is also an additional problem with the "realmode" test. As
> diagnosed by Paolo: "It turns out that with some versions of clang,
> realmode.flat has become big enough that it overlaps the stack used
> by the multiboot option ROM loader. The result is that a couple
> instructions are overwritten." Thus disable the realmode test in the
> Clang build until the problem is fixed.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> .gitlab-ci.yml | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 2af47328..b689a0c9 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,4 +1,4 @@
> -image: fedora:37
> +image: fedora:40
>
> before_script:
> - dnf update -y
> @@ -216,7 +216,6 @@ build-x86_64:
> vmexit_ple_round_robin
> vmexit_tscdeadline
> vmexit_tscdeadline_immed
> - xsave
> | tee results.txt
> - if grep -q FAIL results.txt ; then exit 1 ; fi
>
> @@ -268,7 +267,6 @@ build-clang:
> pks
> pku
> rdpru
> - realmode
> rmap_chain
> setjmp
> sieve
> @@ -289,7 +287,6 @@ build-clang:
> vmexit_ple_round_robin
> vmexit_tscdeadline
> vmexit_tscdeadline_immed
> - xsave
> | tee results.txt
> - grep -q PASS results.txt && ! grep -q FAIL results.txt
>
prev parent reply other threads:[~2024-06-14 0:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-07 6:51 [kvm-unit-tests PATCH] Bump Fedora version to 40 Thomas Huth
2024-06-14 0:49 ` Nicholas Piggin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=D1ZBSHN37PW8.DY3DATNS27IE@gmail.com \
--to=npiggin@gmail.com \
--cc=andrew.jones@linux.dev \
--cc=frankja@linux.ibm.com \
--cc=imbrenda@linux.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=nrb@linux.ibm.com \
--cc=pbonzini@redhat.com \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox