Re: [PATCH v2 3/3] riscv: cpufeature: Clarify ISA spec version for canonical order
From: Paul Walmsley
Date: Thu Aug 06 2026 - 14:11:25 EST
On Sun, 25 Jan 2026, Guodong Xu wrote:
> Specify that chapter 27 refers to version 20191213 of the RISC-V ISA
> Unprivileged Architecture. The chapter numbering differs across
> specification versions - for example, in version 20250508, the ISA
> Extension Naming Conventions is chapter 36, not chapter 27.
>
> Historical versions of the RISC-V specification can be found via Link [1].
>
> Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
> Link: https://riscv.org/specifications/ratified/ [1]
> Fixes: 99e2266f2460 ("RISC-V: clarify ISA string ordering rules in cpu.c")
> Signed-off-by: Guodong Xu <guodong@xxxxxxxxxxxx>
Thanks, queued for v7.3.
- Paul