qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/6] Introduce svukte ISA extension
@ 2024-11-20  7:48 Fea.Wang
  2024-11-20  7:48 ` [PATCH v4 1/6] target/riscv: Add svukte extension capability variable Fea.Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Fea.Wang @ 2024-11-20  7:48 UTC (permalink / raw)
  To: qemu-devel, qemu-riscv
  Cc: Palmer Dabbelt, Alistair Francis, Bin Meng, Weiwei Li,
	Daniel Henrique Barboza, Liu Zhiwei, Fea.Wang

The Svukte ISA extension has been approved for fast-track development.
https://lf-riscv.atlassian.net/browse/RVS-2977 
And there are Linux patches for the Svukte that are under review.
https://lore.kernel.org/kvm/20240920-dev-maxh-svukte-rebase-v1-0-7864a88a62bd@sifive.com/T/#mf70fcb22cd2987ad268c0efee9b8583197d3cb4f

Svukte provides a means to make user-mode accesses to supervisor memory
raise page faults in constant time, mitigating attacks that attempt to
discover the supervisor software's address-space layout.

Refer to the draft of svukte extension from:
https://github.com/riscv/riscv-isa-manual/pull/1564

base-commit: 27652f9ca9d831c67dd447346c6ee953669255f0

[v4]
* Add a svukte extension check in RV32.
* Refine the code.

[v3]
* Fix some typos
* Refine code by separating a function into two dedicated functions.
* Follow the riscv,isa order

[v2]
* Refactor the code

[v1]
* Add svukte extension


Fea.Wang (6):
  target/riscv: Add svukte extension capability variable
  target/riscv: Support senvcfg[UKTE] bit when svukte extension is
    enabled
  target/riscv: Support hstatus[HUKTE] bit when svukte extension is
    enabled
  target/riscv: Check memory access to meet svukte rule
  target/riscv: Expose svukte ISA extension
  target/riscv: Check svukte is not enabled in RV32

 target/riscv/cpu.c         |  2 ++
 target/riscv/cpu_bits.h    |  2 ++
 target/riscv/cpu_cfg.h     |  1 +
 target/riscv/cpu_helper.c  | 55 ++++++++++++++++++++++++++++++++++++++
 target/riscv/csr.c         |  7 +++++
 target/riscv/tcg/tcg-cpu.c |  5 ++++
 6 files changed, 72 insertions(+)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-11-25  8:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20  7:48 [PATCH v4 0/6] Introduce svukte ISA extension Fea.Wang
2024-11-20  7:48 ` [PATCH v4 1/6] target/riscv: Add svukte extension capability variable Fea.Wang
2024-11-20  7:48 ` [PATCH v4 2/6] target/riscv: Support senvcfg[UKTE] bit when svukte extension is enabled Fea.Wang
2024-11-20  7:48 ` [PATCH v4 3/6] target/riscv: Support hstatus[HUKTE] " Fea.Wang
2024-11-20  7:48 ` [PATCH v4 4/6] target/riscv: Check memory access to meet svukte rule Fea.Wang
2024-11-22  4:58   ` Alistair Francis
2024-11-20  7:48 ` [PATCH v4 5/6] target/riscv: Expose svukte ISA extension Fea.Wang
2024-11-20  7:48 ` [PATCH v4 6/6] target/riscv: Check svukte is not enabled in RV32 Fea.Wang
2024-11-22  5:00   ` Alistair Francis
2024-11-25  8:36     ` Fea Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).