Re: [PATCH] linux-user/riscv: Add new extensions to hwprobe

2023-08-31 Thread Alistair Francis
On Tue, Aug 29, 2023 at 12:58 AM Robbin Ehn wrote: > > This patch adds the new extensions in > linux 6.5 to the hwprobe syscall. > > And fixes RVC check to OR with correct value. > The previous variable contains 0 therefore it > did work. > > Signed-off-by: Robbin Ehn Thanks! Applied to riscv-t

Re: [PATCH] linux-user/riscv: Add new extensions to hwprobe

2023-08-31 Thread Alistair Francis
On Tue, Aug 29, 2023 at 12:58 AM Robbin Ehn wrote: > > This patch adds the new extensions in > linux 6.5 to the hwprobe syscall. > > And fixes RVC check to OR with correct value. > The previous variable contains 0 therefore it > did work. > > Signed-off-by: Robbin Ehn Acked-by: Alistair Francis

Re: [PATCH] linux-user/riscv: Add new extensions to hwprobe

2023-08-28 Thread Richard Henderson
On 8/28/23 07:56, Robbin Ehn wrote: This patch adds the new extensions in linux 6.5 to the hwprobe syscall. And fixes RVC check to OR with correct value. The previous variable contains 0 therefore it did work. Signed-off-by: Robbin Ehn --- linux-user/syscall.c | 14 +- 1 file cha

[PATCH] linux-user/riscv: Add new extensions to hwprobe

2023-08-28 Thread Robbin Ehn
This patch adds the new extensions in linux 6.5 to the hwprobe syscall. And fixes RVC check to OR with correct value. The previous variable contains 0 therefore it did work. Signed-off-by: Robbin Ehn --- linux-user/syscall.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-)