Re: [PATCH] linux-user: implement pgid field of /proc/self/stat

2025-05-27 Thread Richard Henderson
On 5/20/25 15:07, Andreas Schwab wrote: Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 8820ca4dfd..5536e364dc 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -8235,

Re: [PATCH] linux-user: implement pgid field of /proc/self/stat

2025-05-24 Thread Richard Henderson
On 5/20/25 15:07, Andreas Schwab wrote: Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 8820ca4dfd..5536e364dc 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -8235,

[PATCH] linux-user: implement pgid field of /proc/self/stat

2025-05-20 Thread Andreas Schwab
Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 8820ca4dfd..5536e364dc 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -8235,6 +8235,9 @@ static int open_self_stat(CPUAr