Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752024AbdHGSYV (ORCPT ); Mon, 7 Aug 2017 14:24:21 -0400 Received: from www62.your-server.de ([213.133.104.62]:60101 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751508AbdHGSYS (ORCPT ); Mon, 7 Aug 2017 14:24:18 -0400 Message-ID: <5988B050.3010203@iogearbox.net> Date: Mon, 07 Aug 2017 20:24:16 +0200 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: =?UTF-8?B?TWlja2HDq2wgU2FsYcO8bg==?= , linux-kernel@vger.kernel.org CC: Alexei Starovoitov , "David S . Miller" , Kees Cook , Martin KaFai Lau , netdev@vger.kernel.org, Alexei Starovoitov Subject: Re: [PATCH net-next v1 1/2] bpf: Move check_uarg_tail_zero() upward References: <20170807163605.14194-1-mic@digikod.net> In-Reply-To: <20170807163605.14194-1-mic@digikod.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 516 Lines: 13 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 > Cc: Alexei Starovoitov > Cc: Daniel Borkmann > Cc: David S. Miller > Cc: Kees Cook > Cc: Martin KaFai Lau Acked-by: Daniel Borkmann