Re: [RFC][ATCH 1/3] ptrace: Remove maxargs from task_current_syscall()

From: Steven Rostedt
Date: Tue Nov 08 2016 - 16:13:53 EST


On Tue, 8 Nov 2016 13:06:35 -0800
Andy Lutomirski <luto@xxxxxxxxxxxxxx> wrote:

> Or you could
> embed seccomp_data in a bigger structure.

I was thinking about doing just that.

But for now, I may just use seccomp_data and when we want to add more,
we can do the embedding.

-- Steve