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

2023-07-02 Thread Alistair Francis
On Tue, Jun 27, 2023 at 10:35 PM Robbin Ehn wrote: > > On Fri, 2023-06-23 at 12:24 +1000, Alistair Francis wrote: > > On Mon, Jun 19, 2023 at 6:25 PM Robbin Ehn wrote: > > > > > > This patch adds the new syscall for the > > > "RISC-V Hardware Probing Interface" > > > (https://docs.kernel.org/risc

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

2023-06-27 Thread Robbin Ehn
On Fri, 2023-06-23 at 12:24 +1000, Alistair Francis wrote: > On Mon, Jun 19, 2023 at 6:25 PM Robbin Ehn wrote: > > > > This patch adds the new syscall for the > > "RISC-V Hardware Probing Interface" > > (https://docs.kernel.org/riscv/hwprobe.html). > > > > Reviewed-by: Palmer Dabbelt > > Signed

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

2023-06-22 Thread Alistair Francis
On Mon, Jun 19, 2023 at 6:25 PM Robbin Ehn wrote: > > This patch adds the new syscall for the > "RISC-V Hardware Probing Interface" > (https://docs.kernel.org/riscv/hwprobe.html). > > Reviewed-by: Palmer Dabbelt > Signed-off-by: Robbin Ehn Thanks for the patch! Do you mind re-sending this when

[PATCH] linux-user/riscv: Add syscall riscv_hwprobe

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