All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleksii Kurochko <oleksii.kurochko@gmail.com>
To: xen-devel@lists.xenproject.org
Cc: "Baptiste Le Duc" <baptiste.le-duc@vates.tech>,
	"Oleksii Kurochko" <oleksii.kurochko@gmail.com>,
	"Alistair Francis" <alistair.francis@wdc.com>,
	"Connor Davis" <connojdavis@gmail.com>,
	"Andrew Cooper" <andrew.cooper3@citrix.com>,
	"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>,
	"Bertrand Marquis" <bertrand.marquis@arm.com>
Subject: [PATCH v1 0/3] UBSAN fixes
Date: Tue, 19 May 2026 10:39:25 +0200	[thread overview]
Message-ID: <cover.1779179301.git.oleksii.kurochko@gmail.com> (raw)

During Baptiste Le Duc's work on adding CI stuff for RISC-V several UBSAN
issues were found.

This patch series resolves the found issues.

CI tests: https://gitlab.com/xen-project/people/olkur/xen/-/pipelines/2536470604

Oleksii Kurochko (3):
  xen/riscv: fix switch_stack_and_jump()
  xen/domain: fix UBSAN null pointer dereference in vcpu_info_reset()
  xen/libfdt: fix UBSAN null pointer in fdt_property()

 xen/arch/riscv/include/asm/current.h | 10 +++++-----
 xen/common/domain.c                  |  2 +-
 xen/common/libfdt/fdt_sw.c           |  3 ++-
 3 files changed, 8 insertions(+), 7 deletions(-)

-- 
2.54.0



             reply	other threads:[~2026-05-19  8:40 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-19  8:39 Oleksii Kurochko [this message]
2026-05-19  8:39 ` [PATCH v1 1/3] xen/riscv: fix switch_stack_and_jump() Oleksii Kurochko
2026-05-19  9:28   ` Jan Beulich
2026-05-19 10:50     ` Oleksii Kurochko
2026-05-19 11:48       ` Jan Beulich
2026-05-19 11:50       ` Andrew Cooper
2026-05-19  8:39 ` [PATCH v1 2/3] xen/domain: fix UBSAN null pointer dereference in vcpu_info_reset() Oleksii Kurochko
2026-05-19  9:37   ` Jan Beulich
2026-05-19 10:55     ` Oleksii Kurochko
2026-05-19 11:22       ` Oleksii Kurochko
2026-05-19 11:32         ` Andrew Cooper
2026-05-19 11:48           ` Oleksii Kurochko
2026-05-19 11:51           ` Jan Beulich
2026-05-19 11:56             ` Andrew Cooper
2026-05-19 12:06               ` Jan Beulich
2026-05-19 13:50                 ` Andrew Cooper
2026-05-19 13:52               ` Oleksii Kurochko
2026-05-19 11:53         ` Jan Beulich
2026-05-20 11:33           ` Oleksii Kurochko
2026-05-20 12:03             ` Jan Beulich
2026-05-20 13:40               ` Oleksii Kurochko
2026-05-20 14:21                 ` Jan Beulich
2026-05-20 15:08                   ` Oleksii Kurochko
2026-05-20 15:21                     ` Oleksii Kurochko
2026-05-19  8:39 ` [PATCH v1 3/3] xen/libfdt: fix UBSAN null pointer in fdt_property() Oleksii Kurochko
2026-05-19  8:49   ` Orzel, Michal
2026-05-19  9:16     ` Oleksii Kurochko
2026-05-19  9:37       ` Orzel, Michal
2026-05-20  7:51         ` Oleksii Kurochko
2026-05-20  7:56           ` Orzel, Michal

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=cover.1779179301.git.oleksii.kurochko@gmail.com \
    --to=oleksii.kurochko@gmail.com \
    --cc=alistair.francis@wdc.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=anthony.perard@vates.tech \
    --cc=baptiste.le-duc@vates.tech \
    --cc=bertrand.marquis@arm.com \
    --cc=connojdavis@gmail.com \
    --cc=jbeulich@suse.com \
    --cc=julien@xen.org \
    --cc=michal.orzel@amd.com \
    --cc=roger.pau@citrix.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.