Re: [PATCH 2/6] x86: Enable seccomp architecture tracking

2020-09-24 Thread Kees Cook
On Thu, Sep 24, 2020 at 02:45:45AM +0200, Jann Horn wrote: > On Thu, Sep 24, 2020 at 1:29 AM Kees Cook wrote: > > Provide seccomp internals with the details to calculate which syscall > > table the running kernel is expecting to deal with. This allows for > > efficient architecture pinning and pav

Re: [PATCH 2/6] x86: Enable seccomp architecture tracking

2020-09-23 Thread Jann Horn
On Thu, Sep 24, 2020 at 1:29 AM Kees Cook wrote: > Provide seccomp internals with the details to calculate which syscall > table the running kernel is expecting to deal with. This allows for > efficient architecture pinning and paves the way for constant-action > bitmaps. [...] > diff --git a/arch