From: David Hildenbrand <david@redhat.com>
To: qemu-devel@nongnu.org
Cc: Thomas Huth <thuth@redhat.com>,
David Hildenbrand <david@redhat.com>,
Nick Desaulniers <ndesaulniers@google.com>,
Heiko Carstens <hca@linux.ibm.com>,
Cornelia Huck <cohuck@redhat.com>,
Richard Henderson <richard.henderson@linaro.org>,
Christian Borntraeger <borntraeger@de.ibm.com>,
qemu-s390x@nongnu.org, Guenter Roeck <linux@roeck-us.net>
Subject: [PATCH v3 0/5] s390x/tcg: fix booting Linux kernels compiled with clang-11 and clang-12
Date: Mon, 11 Jan 2021 17:38:40 +0100 [thread overview]
Message-ID: <20210111163845.18148-1-david@redhat.com> (raw)
This series fixes booting current upstream Linux kernel compiled by
clang-11 and clang-12 under TCG.
Latest version of the patches available at:
git@github.com:davidhildenbrand/qemu.git clang
v2 -> v3:
- Add 'tests/tcg/s390x: Fix EXRL tests'
-- "make check-tcg" with v2 revealed two buggy tests
- Added RB's/Tested-by's
v1 -> v2:
- Add 's390x/tcg: Don't ignore content in r0 when not specified via "b" or
"x"'
- Add 's390x/tcg: Ignore register content if b1/b2 is zero when handling
EXEUTE'
- "s390x/tcg: Fix ALGSI"
-- Fixup subject
- "s390x/tcg: Fix RISBHG"
-- Rephrase description, stating that it fixes clang-11
David Hildenbrand (5):
s390x/tcg: Fix ALGSI
s390x/tcg: Fix RISBHG
s390x/tcg: Don't ignore content in r0 when not specified via "b" or
"x"
tests/tcg/s390x: Fix EXRL tests
s390x/tcg: Ignore register content if b1/b2 is zero when handling
EXECUTE
target/s390x/insn-data.def | 10 +++++-----
target/s390x/mem_helper.c | 4 ++--
target/s390x/translate.c | 33 +++++++++++++++++----------------
tests/tcg/s390x/exrl-trt.c | 8 ++++----
tests/tcg/s390x/exrl-trtr.c | 8 ++++----
5 files changed, 32 insertions(+), 31 deletions(-)
--
2.29.2
next reply other threads:[~2021-01-11 16:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-11 16:38 David Hildenbrand [this message]
2021-01-11 16:38 ` [PATCH v3 1/5] s390x/tcg: Fix ALGSI David Hildenbrand
2021-01-11 16:38 ` [PATCH v3 2/5] s390x/tcg: Fix RISBHG David Hildenbrand
2021-01-11 16:38 ` [PATCH v3 3/5] s390x/tcg: Don't ignore content in r0 when not specified via "b" or "x" David Hildenbrand
2021-01-11 16:38 ` [PATCH v3 4/5] tests/tcg/s390x: Fix EXRL tests David Hildenbrand
2021-01-12 7:41 ` Thomas Huth
2021-01-12 7:47 ` David Hildenbrand
2021-01-12 8:16 ` Thomas Huth
2021-01-12 10:04 ` David Hildenbrand
2021-01-11 16:38 ` [PATCH v3 5/5] s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTE David Hildenbrand
2021-01-12 10:40 ` [PATCH v3 0/5] s390x/tcg: fix booting Linux kernels compiled with clang-11 and clang-12 Cornelia Huck
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=20210111163845.18148-1-david@redhat.com \
--to=david@redhat.com \
--cc=borntraeger@de.ibm.com \
--cc=cohuck@redhat.com \
--cc=hca@linux.ibm.com \
--cc=linux@roeck-us.net \
--cc=ndesaulniers@google.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=richard.henderson@linaro.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.