Re: [PATCH v8 02/22] RISC-V: Add Sxcsrind ISA extension CSR definitions

From: Paul Walmsley

Date: Tue Aug 04 2026 - 19:44:15 EST


On Tue, 4 Aug 2026, Paul Walmsley wrote:

> Thanks. It's easier for folks to grep and cross-reference if the official
> RISC-V extension names are used whenever possible, rather than something
> like Sxcsrind. Queued the following patch for v7.3.

...

>
> RISC-V: Add Smcsrind and Sscrind ISA extension CSR definitions
>
> From: Kaiwen Xue <kaiwenx@xxxxxxxxxxxx>
>
> This adds definitions of new CSRs and bits defined in the Smcsrind and
> Sscrinq ISA extensions.

This was a slightly earlier version of the patch here; what was actually
queued reads:

> RISC-V: Add Smcsrind and Sscsrind ISA extension CSR definitions
>
> From: Kaiwen Xue <kaiwenx@xxxxxxxxxxxx>
>
> This adds definitions of new CSRs and bits defined in the Smcsrind and
> Sscsrind ISA extensions.


- Paul