From: Deepak Gupta <debug@rivosinc.com>
To: kvm-riscv@lists.infradead.org
Subject: [PATCH RFC v2 1/3] dt-bindings: riscv: Add Svukte entry
Date: Mon, 30 Sep 2024 10:04:49 -0700 [thread overview]
Message-ID: <ZvraMdZa8Shs/yyQ@debug.ba.rivosinc.com> (raw)
In-Reply-To: <20240927-dev-maxh-svukte-rebase-2-v2-1-9afe57c33aee@sifive.com>
On Fri, Sep 27, 2024 at 09:41:43PM +0800, Max Hsu wrote:
>Add an entry for the Svukte extension to the riscv,isa-extensions
>property.
>
>Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
>Signed-off-by: Max Hsu <max.hsu@sifive.com>
>---
> Documentation/devicetree/bindings/riscv/extensions.yaml | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
>diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Documentation/devicetree/bindings/riscv/extensions.yaml
>index 2cf2026cff574d39793157418a4d4211df87315f..9f730e3aaae949debc18396183b989b504dcb899 100644
>--- a/Documentation/devicetree/bindings/riscv/extensions.yaml
>+++ b/Documentation/devicetree/bindings/riscv/extensions.yaml
>@@ -171,6 +171,15 @@ properties:
> memory types as ratified in the 20191213 version of the privileged
> ISA specification.
>
>+ - const: svukte
>+ description:
>+ The standard Svukte supervisor-level extensions for making 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. Currently under review as Pull
>+ Request number 1564 at commit 81dc9277 ("Svukte v0.3") of
>+ riscv-isa-manual.
Reviewed-by: Deepak Gupta <debug@rivosinc.com>
>+
> - const: svvptc
> description:
> The standard Svvptc supervisor-level extension for
>
>--
>2.43.2
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Deepak Gupta <debug@rivosinc.com>
To: Max Hsu <max.hsu@sifive.com>
Cc: Conor Dooley <conor@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Paul Walmsley <paul.walmsley@sifive.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Anup Patel <anup@brainfault.org>,
Atish Patra <atishp@atishpatra.org>,
Palmer Dabbelt <palmer@sifive.com>,
linux-riscv@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, kvm@vger.kernel.org,
kvm-riscv@lists.infradead.org,
Samuel Holland <samuel.holland@sifive.com>
Subject: Re: [PATCH RFC v2 1/3] dt-bindings: riscv: Add Svukte entry
Date: Mon, 30 Sep 2024 10:04:49 -0700 [thread overview]
Message-ID: <ZvraMdZa8Shs/yyQ@debug.ba.rivosinc.com> (raw)
In-Reply-To: <20240927-dev-maxh-svukte-rebase-2-v2-1-9afe57c33aee@sifive.com>
On Fri, Sep 27, 2024 at 09:41:43PM +0800, Max Hsu wrote:
>Add an entry for the Svukte extension to the riscv,isa-extensions
>property.
>
>Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
>Signed-off-by: Max Hsu <max.hsu@sifive.com>
>---
> Documentation/devicetree/bindings/riscv/extensions.yaml | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
>diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Documentation/devicetree/bindings/riscv/extensions.yaml
>index 2cf2026cff574d39793157418a4d4211df87315f..9f730e3aaae949debc18396183b989b504dcb899 100644
>--- a/Documentation/devicetree/bindings/riscv/extensions.yaml
>+++ b/Documentation/devicetree/bindings/riscv/extensions.yaml
>@@ -171,6 +171,15 @@ properties:
> memory types as ratified in the 20191213 version of the privileged
> ISA specification.
>
>+ - const: svukte
>+ description:
>+ The standard Svukte supervisor-level extensions for making 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. Currently under review as Pull
>+ Request number 1564 at commit 81dc9277 ("Svukte v0.3") of
>+ riscv-isa-manual.
Reviewed-by: Deepak Gupta <debug@rivosinc.com>
>+
> - const: svvptc
> description:
> The standard Svvptc supervisor-level extension for
>
>--
>2.43.2
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Deepak Gupta <debug@rivosinc.com>
To: Max Hsu <max.hsu@sifive.com>
Cc: Conor Dooley <conor@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Paul Walmsley <paul.walmsley@sifive.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Anup Patel <anup@brainfault.org>,
Atish Patra <atishp@atishpatra.org>,
Palmer Dabbelt <palmer@sifive.com>,
linux-riscv@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, kvm@vger.kernel.org,
kvm-riscv@lists.infradead.org,
Samuel Holland <samuel.holland@sifive.com>
Subject: Re: [PATCH RFC v2 1/3] dt-bindings: riscv: Add Svukte entry
Date: Mon, 30 Sep 2024 10:04:49 -0700 [thread overview]
Message-ID: <ZvraMdZa8Shs/yyQ@debug.ba.rivosinc.com> (raw)
In-Reply-To: <20240927-dev-maxh-svukte-rebase-2-v2-1-9afe57c33aee@sifive.com>
On Fri, Sep 27, 2024 at 09:41:43PM +0800, Max Hsu wrote:
>Add an entry for the Svukte extension to the riscv,isa-extensions
>property.
>
>Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
>Signed-off-by: Max Hsu <max.hsu@sifive.com>
>---
> Documentation/devicetree/bindings/riscv/extensions.yaml | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
>diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Documentation/devicetree/bindings/riscv/extensions.yaml
>index 2cf2026cff574d39793157418a4d4211df87315f..9f730e3aaae949debc18396183b989b504dcb899 100644
>--- a/Documentation/devicetree/bindings/riscv/extensions.yaml
>+++ b/Documentation/devicetree/bindings/riscv/extensions.yaml
>@@ -171,6 +171,15 @@ properties:
> memory types as ratified in the 20191213 version of the privileged
> ISA specification.
>
>+ - const: svukte
>+ description:
>+ The standard Svukte supervisor-level extensions for making 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. Currently under review as Pull
>+ Request number 1564 at commit 81dc9277 ("Svukte v0.3") of
>+ riscv-isa-manual.
Reviewed-by: Deepak Gupta <debug@rivosinc.com>
>+
> - const: svvptc
> description:
> The standard Svvptc supervisor-level extension for
>
>--
>2.43.2
>
>
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2024-09-30 17:04 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-27 13:41 [PATCH RFC v2 0/3] riscv: add Svukte extension Max Hsu
2024-09-27 13:41 ` Max Hsu
2024-09-27 13:41 ` Max Hsu
2024-09-27 13:41 ` [PATCH RFC v2 1/3] dt-bindings: riscv: Add Svukte entry Max Hsu
2024-09-27 13:41 ` Max Hsu
2024-09-27 13:41 ` Max Hsu
2024-09-30 17:04 ` Deepak Gupta [this message]
2024-09-30 17:04 ` Deepak Gupta
2024-09-30 17:04 ` Deepak Gupta
2024-09-27 13:41 ` [PATCH RFC v2 2/3] riscv: Add Svukte extension support Max Hsu
2024-09-27 13:41 ` Max Hsu
2024-09-27 13:41 ` Max Hsu
2024-09-28 17:17 ` kernel test robot
2024-09-30 17:10 ` Deepak Gupta
2024-09-30 17:10 ` Deepak Gupta
2024-09-30 17:10 ` Deepak Gupta
2024-09-27 13:41 ` [PATCH RFC v2 3/3] riscv: KVM: Add Svukte extension support for Guest/VM Max Hsu
2024-09-27 13:41 ` Max Hsu
2024-09-27 13:41 ` Max Hsu
2024-10-24 19:16 ` Anup Patel
2024-10-24 19:16 ` Anup Patel
2024-10-24 19:16 ` Anup Patel
2024-11-04 7:44 ` Max Hsu
2024-11-04 7:44 ` Max Hsu
2024-11-04 7:44 ` Max Hsu
2024-11-04 13:19 ` Anup Patel
2024-11-04 13:19 ` Anup Patel
2024-11-04 13:19 ` Anup Patel
2024-11-20 13:52 ` Max Hsu
2024-11-20 13:52 ` Max Hsu
2024-11-20 13:52 ` Max Hsu
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=ZvraMdZa8Shs/yyQ@debug.ba.rivosinc.com \
--to=debug@rivosinc.com \
--cc=kvm-riscv@lists.infradead.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.