On Mon, Nov 7, 2016 at 1:26 PM, Steven Rostedt <[email protected]> wrote: > From: Steven Rostedt <[email protected]> > > task_current_syscall() has a single user that passes in 6 for maxargs, which > is the maximum arguments that can be used to get system calls from > syscall_get_arguments(). Instead of passing in a number of arguments to > grab, just get 6 arguments. The args argument even specifies that it's an > array of 6 items. > > This will also allow changing syscall_get_arguments() to not get a variable > number of arguments, but always grab 6.
Reviewed-by: Andy Lutomirski <[email protected]>

