Re: [PATCH 0/5] Handle seccomp notification preemption

2021-03-23 Thread Rodrigo Campos
On Thu, Mar 18, 2021 at 6:17 AM Sargun Dhillon wrote: > Changes since v1[1]: > * Fix some documentation > * Add Rata's patches to allow for direct return from addfd > > [1]: https://lore.kernel.org/lkml/20210220090502.7202-1-sar...@sargun.me/ > [2]:

[PATCH 0/5] Handle seccomp notification preemption

2021-03-17 Thread Sargun Dhillon
This patchset addresses a race condition we've dealt with recently with seccomp. Specifically programs interrupting syscalls while they're in progress. This was exacerbated by Golang's recent adoption of "async preemption", in which they try to interrupt any syscall that's been running for more

[PATCH 0/5] Handle seccomp notification preemption

2021-03-17 Thread Sargun Dhillon
This patchset addresses a race condition we've dealt with recently with seccomp. Specifically programs interrupting syscalls while they're in progress. This was exacerbated by Golang's recent adoption of "async preemption", in which they try to interrupt any syscall that's been running for more