All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/3] Two BPF fixes for range marking
@ 2017-10-21  0:34 Daniel Borkmann
  2017-10-21  0:34 ` [PATCH net 1/3] bpf: fix off by one for range markings with L{T,E} patterns Daniel Borkmann
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Daniel Borkmann @ 2017-10-21  0:34 UTC (permalink / raw)
  To: davem; +Cc: alexei.starovoitov, john.r.fastabend, netdev, Daniel Borkmann

The set contains two fixes for direct packet access range
markings and test cases for all direct packet access patterns
that the verifier matches on.

They are targeted for net tree, note that once net gets merged
into net-next, there will be a minor merge conflict due to
signature change of the function find_good_pkt_pointers() as
well as data_meta patterns present in net-next tree. You can
just add bool false to the data_meta patterns and I will
follow-up with properly converting the patterns for data_meta
in a similar way.

Thanks a lot!

Daniel Borkmann (3):
  bpf: fix off by one for range markings with L{T,E} patterns
  bpf: fix pattern matches for direct packet access
  bpf: add test cases to bpf selftests to cover all access tests

 kernel/bpf/verifier.c                       |  57 +++-
 tools/testing/selftests/bpf/test_verifier.c | 480 ++++++++++++++++++++++++++++
 2 files changed, 525 insertions(+), 12 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2017-10-22  0:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-21  0:34 [PATCH net 0/3] Two BPF fixes for range marking Daniel Borkmann
2017-10-21  0:34 ` [PATCH net 1/3] bpf: fix off by one for range markings with L{T,E} patterns Daniel Borkmann
2017-10-21 16:39   ` John Fastabend
2017-10-21  0:34 ` [PATCH net 2/3] bpf: fix pattern matches for direct packet access Daniel Borkmann
2017-10-21 16:39   ` John Fastabend
2017-10-21  0:34 ` [PATCH net 3/3] bpf: add test cases to bpf selftests to cover all access tests Daniel Borkmann
2017-10-21 16:40   ` John Fastabend
2017-10-22  0:13 ` [PATCH net 0/3] Two BPF fixes for range marking 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.