[PATCH v1 0/2] Handle multi-letter extensions starting with caps in riscv,isa

Conor Dooley conor.dooley at microchip.com
Wed Apr 26 03:43:23 PDT 2023


Hey,

Following on from [1] in which Yangyu reported kernel panics for a
riscv,isa string containing "rv64ima_Zifencei", as the parser got
confused by the capital letter, here's a small change to the parser to
handle invalid extensions starting with capital & the removal of some
inaccurate wording from the dt-binding.

Cheers,
Conor.

1 - https://lore.kernel.org/all/tencent_1647475C9618C390BEC601BE2CC1206D0C07@qq.com/

CC: Paul Walmsley <paul.walmsley at sifive.com>
CC: Palmer Dabbelt <palmer at dabbelt.com>
CC: Rob Herring <robh+dt at kernel.org>
CC: Krzysztof Kozlowski <krzk+dt at kernel.org>
CC: Wende Tan <twd2.me at gmail.com>
CC: Soha Jin <soha at lohu.info>
CC: Hongren Zheng <i at zenithal.me>
CC: Yangyu Chen <cyy at cyyself.name>
CC: devicetree at vger.kernel.org
CC: linux-riscv at lists.infradead.org

Conor Dooley (2):
  RISC-V: skip parsing multi-letter extensions starting with caps
  dt-bindings: riscv: drop invalid comment about riscv,isa lower-case
    reasoning

 .../devicetree/bindings/riscv/cpus.yaml         |  2 +-
 arch/riscv/kernel/cpufeature.c                  | 17 ++++++++++++++---
 2 files changed, 15 insertions(+), 4 deletions(-)

-- 
2.39.2




More information about the linux-riscv mailing list