Re: [PATCH 3/3] linux-user: Implement PR_GET_TID_ADDRESS

2024-03-04 Thread Peter Maydell
On Sat, 2 Mar 2024 at 04:13, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 3/3] linux-user: Implement PR_GET_TID_ADDRESS

2024-03-01 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/syscall.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index efa200878f..a50a18b008 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -6468,8 +6468,10 @@ static a