Messages in this thread |  | | Date | Mon, 07 Aug 2017 20:24:16 +0200 | From | Daniel Borkmann <> | Subject | Re: [PATCH net-next v1 1/2] bpf: Move check_uarg_tail_zero() upward |
| |
On 08/07/2017 06:36 PM, Mickaël Salaün wrote: > The function check_uarg_tail_zero() may be useful for other part of the > code in the syscall.c file. Move this function at the beginning of the > file. > > Signed-off-by: Mickaël Salaün <mic@digikod.net> > Cc: Alexei Starovoitov <ast@kernel.org> > Cc: Daniel Borkmann <daniel@iogearbox.net> > Cc: David S. Miller <davem@davemloft.net> > Cc: Kees Cook <keescook@chromium.org> > Cc: Martin KaFai Lau <kafai@fb.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
|  |