Re: [PATCH 6/6 v3] syscalls: Remove start and number from syscall_set_arguments() args
From: Thomas Gleixner
Date: Thu Apr 04 2019 - 03:53:59 EST
On Mon, 1 Apr 2019, Steven Rostedt wrote:
> From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx>
>
> After removing the start and count arguments of syscall_get_arguments() it
> seems reasonable to remove them from syscall_set_arguments(). Note, as of
> today, there are no users of syscall_set_arguments(). But we are told that
> there will be soon. But for now, at least make it consistent with
> syscall_get_arguments().
>
> Link: http://lkml.kernel.org/r/20190327222014.GA32540@xxxxxxxxxxxx
For x86:
Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>