Re: [PATCH v3 1/2] linux-user: add sched_getattr support

2022-01-03 Thread Laurent Vivier
Le 03/01/2022 à 20:31, Tõnis Tiigi a écrit : On Mon, Jan 3, 2022 at 10:37 AM Laurent Vivier wrote: Le 03/01/2022 à 18:07, Tõnis Tiigi a écrit : Ping Laurent. Any suggestions for the follow-up questions? On Thu, Dec 23, 2021 at 3:00 PM Tõnis Tiigi wrote: On Thu, Dec 23, 2021 at 1:03 PM Lau

Re: [PATCH v3 1/2] linux-user: add sched_getattr support

2022-01-03 Thread Tõnis Tiigi
On Mon, Jan 3, 2022 at 10:37 AM Laurent Vivier wrote: > > Le 03/01/2022 à 18:07, Tõnis Tiigi a écrit : > > Ping Laurent. Any suggestions for the follow-up questions? > > > > On Thu, Dec 23, 2021 at 3:00 PM Tõnis Tiigi wrote: > >> > >> On Thu, Dec 23, 2021 at 1:03 PM Laurent Vivier wrote: > >>> >

Re: [PATCH v3 1/2] linux-user: add sched_getattr support

2022-01-03 Thread Laurent Vivier
Le 03/01/2022 à 18:07, Tõnis Tiigi a écrit : Ping Laurent. Any suggestions for the follow-up questions? On Thu, Dec 23, 2021 at 3:00 PM Tõnis Tiigi wrote: On Thu, Dec 23, 2021 at 1:03 PM Laurent Vivier wrote: Le 23/12/2021 à 07:47, Tonis Tiigi a écrit : Please copy here what you explain i

Re: [PATCH v3 1/2] linux-user: add sched_getattr support

2022-01-03 Thread Tõnis Tiigi
Ping Laurent. Any suggestions for the follow-up questions? On Thu, Dec 23, 2021 at 3:00 PM Tõnis Tiigi wrote: > > On Thu, Dec 23, 2021 at 1:03 PM Laurent Vivier wrote: > > > > Le 23/12/2021 à 07:47, Tonis Tiigi a écrit : > > > > Please copy here what you explain in PATCH 0 regarding this patch.

Re: [PATCH v3 1/2] linux-user: add sched_getattr support

2021-12-23 Thread Tõnis Tiigi
On Thu, Dec 23, 2021 at 1:03 PM Laurent Vivier wrote: > > Le 23/12/2021 à 07:47, Tonis Tiigi a écrit : > > Please copy here what you explain in PATCH 0 regarding this patch. > (do the same for PATCH 1) > > > Signed-off-by: Tonis Tiigi > > --- > > linux-user/syscall.c | 94 +

Re: [PATCH v3 1/2] linux-user: add sched_getattr support

2021-12-23 Thread Laurent Vivier
Le 23/12/2021 à 07:47, Tonis Tiigi a écrit : Please copy here what you explain in PATCH 0 regarding this patch. (do the same for PATCH 1) Signed-off-by: Tonis Tiigi --- linux-user/syscall.c | 94 +++ linux-user/syscall_defs.h | 14 ++ 2 files ch

[PATCH v3 1/2] linux-user: add sched_getattr support

2021-12-23 Thread Tonis Tiigi
Signed-off-by: Tonis Tiigi --- linux-user/syscall.c | 94 +++ linux-user/syscall_defs.h | 14 ++ 2 files changed, 108 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index f1cfcc8104..2f5a0fac5a 100644 --- a/linux-user/syscall.c