Re: [PATCH net 0/5] BPF map value adjust fix

2017-07-20 Thread David Miller
From: Daniel Borkmann Date: Fri, 21 Jul 2017 00:00:20 +0200 > First patch in the series is the actual fix and the remaining > patches are just updates to selftests. Series applied, thanks.

[PATCH net 0/5] BPF map value adjust fix

2017-07-20 Thread Daniel Borkmann
First patch in the series is the actual fix and the remaining patches are just updates to selftests. Thanks! Daniel Borkmann (4): bpf: fix mixed signed/unsigned derived min/max value bounds bpf: allow to specify log level and reduce it for test_verifier bpf: fix up test cases with mixed sig