From: Oleksii Kurochko <oleksii.kurochko@gmail.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>,
Xen-devel <xen-devel@lists.xenproject.org>
Cc: "Anthony PERARD" <anthony.perard@vates.tech>,
"Michal Orzel" <michal.orzel@amd.com>,
"Jan Beulich" <jbeulich@suse.com>,
"Julien Grall" <julien@xen.org>,
"Roger Pau Monné" <roger.pau@citrix.com>,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Volodymyr Babchuk" <Volodymyr_Babchuk@epam.com>,
"Bertrand Marquis" <bertrand.marquis@arm.com>,
"Shawn Anastasio" <sanastasio@raptorengineering.com>
Subject: Re: [PATCH for-4.20 0/3] RISCV: Bugfixes and UBSAN
Date: Mon, 10 Feb 2025 10:05:30 +0100 [thread overview]
Message-ID: <359347d3-9a5f-4672-98d6-4c497d960059@gmail.com> (raw)
In-Reply-To: <20250207220122.380214-1-andrew.cooper3@citrix.com>
[-- Attachment #1: Type: text/plain, Size: 1300 bytes --]
On 2/7/25 11:01 PM, Andrew Cooper wrote:
> One bugfix, and two minor patches to get UBSAN working with RISCV. They
> should be considered for 4.20 at this juncture.
Considering that RISC-V port isn't really usable and changes are quite straightforward
and low risk:
Release-Acked-By: Oleksii Kurochko<oleksii.kurochko@gmail.com>
Thanks.
~ Oleksii
>
> I tried to get this working everywhere, but:
>
> 1) ARM32 has some problem with dump_execution_state() and dies with an
> undefined instruction error.
>
> 2) PPC doesn't get any console output, and also appears to have no exception
> handling either. Also, when it doesn't succeed, it takes ages to fail.
>
> Andrew Cooper (3):
> RISCV/boot: Run constructors during setup
> RISCV/asm: Use CALL rather than JAL
> RISCV: Activate UBSAN in testing
>
> automation/gitlab-ci/build.yaml | 3 +++
> xen/arch/riscv/Kconfig | 1 +
> xen/arch/riscv/entry.S | 2 +-
> xen/arch/riscv/include/asm/processor.h | 2 ++
> xen/arch/riscv/riscv64/head.S | 12 ++++++------
> xen/arch/riscv/setup.c | 2 ++
> xen/arch/riscv/traps.c | 2 +-
> xen/common/ubsan/ubsan.c | 5 ++++-
> 8 files changed, 20 insertions(+), 9 deletions(-)
>
[-- Attachment #2: Type: text/html, Size: 1877 bytes --]
prev parent reply other threads:[~2025-02-10 9:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-07 22:01 [PATCH for-4.20 0/3] RISCV: Bugfixes and UBSAN Andrew Cooper
2025-02-07 22:01 ` [PATCH for-4.20 1/3] RISCV/boot: Run constructors during setup Andrew Cooper
2025-02-10 8:49 ` Oleksii Kurochko
2025-02-07 22:01 ` [PATCH for-4.20 2/3] RISCV/asm: Use CALL rather than JAL Andrew Cooper
2025-02-10 8:57 ` Oleksii Kurochko
2025-02-07 22:01 ` [PATCH for-4.20 3/3] RISCV: Activate UBSAN in testing Andrew Cooper
2025-02-08 2:39 ` Stefano Stabellini
2025-02-10 9:03 ` Oleksii Kurochko
2025-02-10 23:39 ` Andrew Cooper
2025-02-10 9:05 ` Oleksii Kurochko [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=359347d3-9a5f-4672-98d6-4c497d960059@gmail.com \
--to=oleksii.kurochko@gmail.com \
--cc=Volodymyr_Babchuk@epam.com \
--cc=andrew.cooper3@citrix.com \
--cc=anthony.perard@vates.tech \
--cc=bertrand.marquis@arm.com \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--cc=michal.orzel@amd.com \
--cc=roger.pau@citrix.com \
--cc=sanastasio@raptorengineering.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/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.