Re: [PATCH] linux-user/riscv: Add Zicboz block size to hwprobe

2023-11-20 Thread Alistair Francis
On Sat, Nov 11, 2023 at 3:52 AM Palmer Dabbelt wrote: > > Support for probing the Zicboz block size landed in Linux 6.6, which was > released a few weeks ago. This provides the user-configured block size > when Zicboz is enabled. > > Signed-off-by: Palmer Dabbelt Thanks! Applied to

Re: [PATCH] linux-user/riscv: Add Zicboz block size to hwprobe

2023-11-20 Thread Alistair Francis
On Sat, Nov 11, 2023 at 3:52 AM Palmer Dabbelt wrote: > > Support for probing the Zicboz block size landed in Linux 6.6, which was > released a few weeks ago. This provides the user-configured block size > when Zicboz is enabled. > > Signed-off-by: Palmer Dabbelt Reviewed-by: Alistair Francis

Re: [PATCH] linux-user/riscv: Add Zicboz block size to hwprobe

2023-11-11 Thread Daniel Henrique Barboza
On 11/10/23 14:37, Palmer Dabbelt wrote: Support for probing the Zicboz block size landed in Linux 6.6, which was released a few weeks ago. This provides the user-configured block size when Zicboz is enabled. Signed-off-by: Palmer Dabbelt --- Reviewed-by: Daniel Henrique Barboza

[PATCH] linux-user/riscv: Add Zicboz block size to hwprobe

2023-11-10 Thread Palmer Dabbelt
Support for probing the Zicboz block size landed in Linux 6.6, which was released a few weeks ago. This provides the user-configured block size when Zicboz is enabled. Signed-off-by: Palmer Dabbelt --- linux-user/syscall.c | 6 ++ 1 file changed, 6 insertions(+) diff --git