Re: [PATCH net] bpf: fix rlimit in reuseport net selftest

2018-02-09 Thread Daniel Borkmann
On 02/09/2018 08:11 PM, David Miller wrote:
> From: Daniel Borkmann 
> Date: Fri,  9 Feb 2018 14:49:44 +0100
> 
>> Fix two issues in the reuseport_bpf selftests that were
>> reported by Linaro CI:
>  ...
>> For the former adjust rlimit since this was the cause of
>> failure for loading the BPF prog, and for the latter add
>> SO_REUSEADDR.
>>
>> Reported-by: Naresh Kamboju 
>> Link: https://bugs.linaro.org/show_bug.cgi?id=3502
>> Signed-off-by: Daniel Borkmann 
> 
> Daniel, do you want me to apply this directly or will I get it from
> the bpf tree soon?

Feel free to take it directly, thanks!


Re: [PATCH net] bpf: fix rlimit in reuseport net selftest

2018-02-09 Thread David Miller
From: Daniel Borkmann 
Date: Fri,  9 Feb 2018 14:49:44 +0100

> Fix two issues in the reuseport_bpf selftests that were
> reported by Linaro CI:
 ...
> For the former adjust rlimit since this was the cause of
> failure for loading the BPF prog, and for the latter add
> SO_REUSEADDR.
> 
> Reported-by: Naresh Kamboju 
> Link: https://bugs.linaro.org/show_bug.cgi?id=3502
> Signed-off-by: Daniel Borkmann 

Daniel, do you want me to apply this directly or will I get it from
the bpf tree soon?

Thanks.