Re: [PATCH] linux-user/riscv: Fix sizeof_reg typo in vdso unwind info

2024-02-04 Thread Richard Henderson
On 2/5/24 14:33, Alistair Francis wrote: On Sat, Jan 13, 2024 at 8:04 AM Richard Henderson wrote: Reported-by: Vineet Gupta Signed-off-by: Richard Henderson Is there a branch with this so I can pull in the binary changes? Already merged as commit

Re: [PATCH] linux-user/riscv: Fix sizeof_reg typo in vdso unwind info

2024-02-04 Thread Alistair Francis
On Sat, Jan 13, 2024 at 8:04 AM Richard Henderson wrote: > > Reported-by: Vineet Gupta > Signed-off-by: Richard Henderson Is there a branch with this so I can pull in the binary changes? Alistair > --- > linux-user/riscv/vdso-32.so | Bin 2900 -> 2900 bytes > linux-user/riscv/vdso-64.so |

Re: [PATCH] linux-user/riscv: Fix sizeof_reg typo in vdso unwind info

2024-01-21 Thread Alistair Francis
On Sat, Jan 13, 2024 at 8:04 AM Richard Henderson wrote: > > Reported-by: Vineet Gupta > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > linux-user/riscv/vdso-32.so | Bin 2900 -> 2900 bytes > linux-user/riscv/vdso-64.so | Bin 3856 -> 3856 bytes >

Re: [PATCH] linux-user/riscv: Fix sizeof_reg typo in vdso unwind info

2024-01-15 Thread Philippe Mathieu-Daudé
On 12/1/24 23:03, Richard Henderson wrote: Fixes: 468c1bb5ca ("linux-user/riscv: Add vdso") Reported-by: Vineet Gupta Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé --- linux-user/riscv/vdso-32.so | Bin 2900 -> 2900 bytes linux-user/riscv/vdso-64.so | Bin 3856

[PATCH] linux-user/riscv: Fix sizeof_reg typo in vdso unwind info

2024-01-12 Thread Richard Henderson
Reported-by: Vineet Gupta Signed-off-by: Richard Henderson --- linux-user/riscv/vdso-32.so | Bin 2900 -> 2900 bytes linux-user/riscv/vdso-64.so | Bin 3856 -> 3856 bytes linux-user/riscv/vdso.S | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git