Re: [RFC PATCH 02/35] syscalls: use kernel_wait4() instead of sys_wait4()

From: Ingo Molnar
Date: Mon Mar 12 2018 - 03:29:25 EST



* Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> wrote:

> All call sites of sys_wait4() set *rusage to NULL. Therefore, there is
> no need for the copy_to_user() handling of *rusage, and we can use
> kernel_wait4() directly.
>
> CC: Luis R. Rodriguez <mcgrof@xxxxxxxxxx>
> CC: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
> CC: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>

Could you please fix the Cc: tags in all your patches, the canonical form is:

s/CC:/Cc:

Thanks,

Ingo