Re: [PATCH net] bpf: fix bpf_setsockopts return value

2017-08-24 Thread David Miller
From: Yuchung Cheng Date: Thu, 24 Aug 2017 15:48:21 -0700 > This patch fixes a bug causing any sock operations to always return EINVAL. > > Fixes: a5192c52377e ("bpf: fix to bpf_setsockops"). > Reported-by: Neal Cardwell > Signed-off-by: Yuchung Cheng > Acked-by: Neal Cardwell > Acked-by: Cra

Re: [PATCH net] bpf: fix bpf_setsockopts return value

2017-08-24 Thread Lawrence Brakmo
On 8/24/17, 4:37 PM, "Daniel Borkmann" wrote: On 08/25/2017 12:48 AM, Yuchung Cheng wrote: > This patch fixes a bug causing any sock operations to always return EINVAL. > > Fixes: a5192c52377e ("bpf: fix to bpf_setsockops"). > Reported-by: Neal Cardwell > Signed-off-by

Re: [PATCH net] bpf: fix bpf_setsockopts return value

2017-08-24 Thread Daniel Borkmann
On 08/25/2017 12:48 AM, Yuchung Cheng wrote: This patch fixes a bug causing any sock operations to always return EINVAL. Fixes: a5192c52377e ("bpf: fix to bpf_setsockops"). Reported-by: Neal Cardwell Signed-off-by: Yuchung Cheng Acked-by: Neal Cardwell Acked-by: Craig Gallek Ohh well, than

[PATCH net] bpf: fix bpf_setsockopts return value

2017-08-24 Thread Yuchung Cheng
This patch fixes a bug causing any sock operations to always return EINVAL. Fixes: a5192c52377e ("bpf: fix to bpf_setsockops"). Reported-by: Neal Cardwell Signed-off-by: Yuchung Cheng Acked-by: Neal Cardwell Acked-by: Craig Gallek --- net/core/filter.c | 1 - 1 file changed, 1 deletion(-) di