OSDN Git Service

RISC-V: vector: export VLENB csr in __sc_riscv_v_state
authorAndy Chiu <andy.chiu@sifive.com>
Wed, 16 Aug 2023 15:54:49 +0000 (15:54 +0000)
committerPalmer Dabbelt <palmer@rivosinc.com>
Tue, 22 Aug 2023 20:55:12 +0000 (13:55 -0700)
commitc35f3aa34509085bfc9800c86bc9998f8954933d
tree327864578d458b922a5a8a17d2d1ab95ffc90675
parente3f9324b231aba1dc707572bfe80be210c2d4cbd
RISC-V: vector: export VLENB csr in __sc_riscv_v_state

VLENB is critical for callers of ptrace to reconstruct Vector register
files from the register dump of NT_RISCV_VECTOR. Also, future systems
may will have a writable VLENB, so add it now to potentially save future
compatibility issue.

Fixes: 0c59922c769a ("riscv: Add ptrace vector support")
Signed-off-by: Andy Chiu <andy.chiu@sifive.com>
Link: https://lore.kernel.org/r/20230816155450.26200-3-andy.chiu@sifive.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/include/asm/vector.h
arch/riscv/include/uapi/asm/ptrace.h