Re: [PATCH v2 1/5] target/riscv: Add svukte extension capability variable

2024-11-11 Thread Daniel Henrique Barboza
On 11/8/24 5:52 AM, Fea.Wang wrote: Refer to the draft of svukte extension from: https://github.com/riscv/riscv-isa-manual/pull/1564 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 supe

[PATCH v2 1/5] target/riscv: Add svukte extension capability variable

2024-11-08 Thread Fea.Wang
Refer to the draft of svukte extension from: https://github.com/riscv/riscv-isa-manual/pull/1564 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.