Re: [RFC v3] linux-user/riscv: Add syscall riscv_hwprobe

2023-06-19 Thread Robbin Ehn
On Thu, 2023-06-15 at 10:12 -0700, Palmer Dabbelt wrote: > On Thu, 08 Jun 2023 00:55:22 PDT (-0700), r...@rivosinc.com wrote: > > This patch adds the new syscall for the > > "RISC-V Hardware Probing Interface" > > (https://docs.kernel.org/riscv/hwprobe.html). > > > > Signed-off-by: Robbin Ehn >

Re: [RFC v3] linux-user/riscv: Add syscall riscv_hwprobe

2023-06-15 Thread Palmer Dabbelt
On Thu, 08 Jun 2023 00:55:22 PDT (-0700), r...@rivosinc.com wrote: > This patch adds the new syscall for the > "RISC-V Hardware Probing Interface" > (https://docs.kernel.org/riscv/hwprobe.html). > > Signed-off-by: Robbin Ehn > --- > v1->v2: Moved to syscall.c > v2->v3: Separate function, get/put

[RFC v3] linux-user/riscv: Add syscall riscv_hwprobe

2023-06-08 Thread Robbin Ehn
This patch adds the new syscall for the "RISC-V Hardware Probing Interface" (https://docs.kernel.org/riscv/hwprobe.html). Signed-off-by: Robbin Ehn --- v1->v2: Moved to syscall.c v2->v3: Separate function, get/put user --- linux-user/riscv/syscall32_nr.h | 1 + linux-user/riscv/syscall64_nr.h