Re: [PATCH net-next] Fix inaccurate helper function description

2017-04-30 Thread David Miller
From: Chenbo Feng Date: Wed, 26 Apr 2017 16:41:23 -0700 > From: Chenbo Feng > > The description inside uapi/linux/bpf.h about bpf_get_socket_uid > helper function is no longer valid. It returns overflowuid rather > than 0 when failed. > > Signed-off-by: Chenbo Feng Applied.

Re: [PATCH net-next] Fix inaccurate helper function description

2017-04-27 Thread Alexei Starovoitov
On Thu, Apr 27, 2017 at 01:10:27PM +0200, Daniel Borkmann wrote: > On 04/27/2017 01:41 AM, Chenbo Feng wrote: > > From: Chenbo Feng > > > > The description inside uapi/linux/bpf.h about bpf_get_socket_uid > > helper function is no longer valid. It returns overflowuid rather > > than 0 when failed

Re: [PATCH net-next] Fix inaccurate helper function description

2017-04-27 Thread Daniel Borkmann
On 04/27/2017 01:41 AM, Chenbo Feng wrote: From: Chenbo Feng The description inside uapi/linux/bpf.h about bpf_get_socket_uid helper function is no longer valid. It returns overflowuid rather than 0 when failed. Signed-off-by: Chenbo Feng "bpf: " prefix in patch subject line would have been

[PATCH net-next] Fix inaccurate helper function description

2017-04-26 Thread Chenbo Feng
From: Chenbo Feng The description inside uapi/linux/bpf.h about bpf_get_socket_uid helper function is no longer valid. It returns overflowuid rather than 0 when failed. Signed-off-by: Chenbo Feng --- include/uapi/linux/bpf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a