All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/5] BPF map value adjust fix
@ 2017-07-20 22:00 Daniel Borkmann
  2017-07-20 22:00 ` [PATCH net 1/5] bpf: fix mixed signed/unsigned derived min/max value bounds Daniel Borkmann
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Daniel Borkmann @ 2017-07-20 22:00 UTC (permalink / raw)
  To: davem; +Cc: ast, ecree, josef, netdev, 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 signed/unsigned bounds
  bpf: more tests for mixed signed and unsigned bounds checks

Edward Cree (1):
  bpf: add test for mixed signed and unsigned bounds checks

 include/linux/bpf_verifier.h                |   1 +
 kernel/bpf/verifier.c                       | 108 ++++++-
 tools/lib/bpf/bpf.c                         |   4 +-
 tools/lib/bpf/bpf.h                         |   2 +-
 tools/testing/selftests/bpf/test_align.c    |   2 +-
 tools/testing/selftests/bpf/test_verifier.c | 480 +++++++++++++++++++++++++++-
 6 files changed, 574 insertions(+), 23 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-07-20 22:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-20 22:00 [PATCH net 0/5] BPF map value adjust fix Daniel Borkmann
2017-07-20 22:00 ` [PATCH net 1/5] bpf: fix mixed signed/unsigned derived min/max value bounds Daniel Borkmann
2017-07-20 22:19   ` Alexei Starovoitov
2017-07-20 22:00 ` [PATCH net 2/5] bpf: allow to specify log level and reduce it for test_verifier Daniel Borkmann
2017-07-20 22:00 ` [PATCH net 3/5] bpf: fix up test cases with mixed signed/unsigned bounds Daniel Borkmann
2017-07-20 22:00 ` [PATCH net 4/5] bpf: add test for mixed signed and unsigned bounds checks Daniel Borkmann
2017-07-20 22:00 ` [PATCH net 5/5] bpf: more tests " Daniel Borkmann
2017-07-20 22:20 ` [PATCH net 0/5] BPF map value adjust fix David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.