aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwmat <wmat@riscv.org>2024-04-09 15:41:33 -0400
committerwmat <wmat@riscv.org>2024-04-09 15:41:33 -0400
commit9cd40830f7c137cc093c94723574410620731a06 (patch)
tree18522043738eb6b0698a0d5e1abab5011c59f2f0
parentd125ebd61769cefce9f4327aa839a65018a84975 (diff)
downloadriscv-isa-manual-9cd40830f7c137cc093c94723574410620731a06.zip
riscv-isa-manual-9cd40830f7c137cc093c94723574410620731a06.tar.gz
riscv-isa-manual-9cd40830f7c137cc093c94723574410620731a06.tar.bz2
Cleaning up version numbers.
Adding missing version numbers.
-rw-r--r--src/cmo.adoc2
-rw-r--r--src/smepmp.adoc2
-rw-r--r--src/zc.adoc2
-rw-r--r--src/zicond.adoc2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/cmo.adoc b/src/cmo.adoc
index 08dde4b..5f7087e 100644
--- a/src/cmo.adoc
+++ b/src/cmo.adoc
@@ -1,5 +1,5 @@
[[cmo]]
-== Extensions for Base Cache Management Operation ISA
+== "CMO" Extensions for Base Cache Management Operation ISA, Version 1.0.0
=== Pseudocode for instruction semantics
diff --git a/src/smepmp.adoc b/src/smepmp.adoc
index 44142d4..aa5c58c 100644
--- a/src/smepmp.adoc
+++ b/src/smepmp.adoc
@@ -1,5 +1,5 @@
[[smepmp]]
-== "Smepmp" Enhancements for memory access and execution prevention on Machine mode
+== "Smepmp" Enhancements for memory access and execution prevention on Machine mode, Version 1.0.0
=== Introduction
Being able to access the memory of a process running at a high privileged execution mode, such as the Supervisor or Machine mode, from a lower privileged mode such as the User mode, introduces an obvious attack vector since it allows for an attacker to perform privilege escalation, and tamper with the code and/or data of that process. A less obvious attack vector exists when the reverse happens, in which case an attacker instead of tampering with code and/or data that belong to a high-privileged process, can tamper with the memory of an unprivileged / less-privileged process and trick the high-privileged process to use or execute it.
diff --git a/src/zc.adoc b/src/zc.adoc
index 28135c2..5bbac90 100644
--- a/src/zc.adoc
+++ b/src/zc.adoc
@@ -1,5 +1,5 @@
[#Zc]
-== "Zc*" Extension for Code Size Reduction
+== "Zc*" Extension for Code Size Reduction, Version 1.0.0
=== Zc* Overview
diff --git a/src/zicond.adoc b/src/zicond.adoc
index c909092..bd57878 100644
--- a/src/zicond.adoc
+++ b/src/zicond.adoc
@@ -1,5 +1,5 @@
[[Zicond]]
-== "Zicond" Extension for Integer Conditional Operations
+== "Zicond" Extension for Integer Conditional Operations, Version 1.0.0
[[intro]]
=== Introduction