Re: [PATCH] virtiofsd: Add restart_syscall to the seccomp whitelist

2021-02-03 Thread Stefan Hajnoczi
On Mon, Feb 01, 2021 at 08:33:05PM +0100, Greg Kurz wrote: > This is how linux restarts some system calls after SIGSTOP/SIGCONT. > This is needed to avoid virtiofsd termination when resuming execution > under GDB for example. > > Signed-off-by: Greg Kurz > --- > > This has passed Travis and gitl

Re: [PATCH] virtiofsd: Add restart_syscall to the seccomp whitelist

2021-02-01 Thread Dr. David Alan Gilbert
* Greg Kurz (gr...@kaod.org) wrote: > This is how linux restarts some system calls after SIGSTOP/SIGCONT. > This is needed to avoid virtiofsd termination when resuming execution > under GDB for example. Ah! Reviewed-by: Dr. David Alan Gilbert > Signed-off-by: Greg Kurz > --- > > This has pas

[PATCH] virtiofsd: Add restart_syscall to the seccomp whitelist

2021-02-01 Thread Greg Kurz
This is how linux restarts some system calls after SIGSTOP/SIGCONT. This is needed to avoid virtiofsd termination when resuming execution under GDB for example. Signed-off-by: Greg Kurz --- This has passed Travis and gitlab CI without errors. tools/virtiofsd/passthrough_seccomp.c | 1 + 1 file