On Tue, Jan 08, 2019 at 05:16:33PM -0800, Kees Cook wrote: > On Wed, Dec 12, 2018 at 4:11 PM Tycho Andersen <tycho@xxxxxxxx> wrote: > > > > Add some documentation about how to use SECCOMP_GET_NOTIF_SIZES and what it > > is used for. > > > > Signed-off-by: Tycho Andersen <tycho@xxxxxxxx> > > CC: Kees Cook <keescook@xxxxxxxxxxxx> > > --- > > man2/seccomp.2 | 23 +++++++++++++++++++++++ > > 1 file changed, 23 insertions(+) > > > > diff --git a/man2/seccomp.2 b/man2/seccomp.2 > > index 191ad3582..d69187783 100644 > > --- a/man2/seccomp.2 > > +++ b/man2/seccomp.2 > > @@ -243,6 +243,29 @@ The value of > > must be 0, and > > .IR args > > must be a pointer to an unsigned 32-bit filter return action. > > +.TP > > +.BR SECCOMP_GET_NOTIF_SIZES " (since Linux 4.21)" > > Those I suppose this series should get updated for "5.0" instead of 4.21. :) Yep, I guessed wrong :). Michael, let me know if you want me to re-send, or if you're ok updating when you apply. Cheers, Tycho