diff options
author | Radim Krčmář <rkrcmar@ventanamicro.com> | 2025-07-25 19:54:10 +0300 |
---|---|---|
committer | Paul Walmsley <pjw@kernel.org> | 2025-09-06 00:31:24 +0300 |
commit | f4ea67a722e8c9e1fb8109adebb9fb881ff0793a (patch) | |
tree | fc3bad6179de95dee416f591434154ed0b3c7d96 /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | 8a16586fa7b8a01360890d284896b90c217dca44 (diff) | |
download | linux-f4ea67a722e8c9e1fb8109adebb9fb881ff0793a.tar.xz |
riscv: use lw when reading int cpu in asm_per_cpu
REG_L is wrong, because thread_info.cpu is 32-bit, not xlen-bit wide.
The struct currently has a hole after cpu, so little endian accesses
seemed fine.
Fixes: be97d0db5f44 ("riscv: VMAP_STACK overflow detection thread-safe")
Cc: stable@vger.kernel.org
Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Signed-off-by: Radim Krčmář <rkrcmar@ventanamicro.com>
Link: https://lore.kernel.org/r/20250725165410.2896641-5-rkrcmar@ventanamicro.com
Signed-off-by: Paul Walmsley <pjw@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions