All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/3] BPF pruning follow-up
@ 2017-05-23 16:30 Daniel Borkmann
  2017-05-23 16:30 ` [PATCH net 1/3] bpf: fix incorrect pruning decision when alignment must be tracked Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Daniel Borkmann @ 2017-05-23 16:30 UTC (permalink / raw)
  To: davem; +Cc: ast, netdev, Daniel Borkmann

Follow-up to fix incorrect pruning when alignment tracking is
in use and to properly clear regs after call to not leave stale
data behind. For details, please see individual patches.

Thanks!

Daniel Borkmann (3):
  bpf: fix incorrect pruning decision when alignment must be tracked
  bpf: properly reset caller saved regs after helper call and ld_abs/ind
  bpf: add various verifier test cases

 include/linux/filter.h                      |  10 ++
 kernel/bpf/verifier.c                       |  44 +++--
 tools/include/linux/filter.h                |  10 ++
 tools/testing/selftests/bpf/test_verifier.c | 239 +++++++++++++++++++++++++++-
 4 files changed, 275 insertions(+), 28 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2017-05-24 20:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-23 16:30 [PATCH net 0/3] BPF pruning follow-up Daniel Borkmann
2017-05-23 16:30 ` [PATCH net 1/3] bpf: fix incorrect pruning decision when alignment must be tracked Daniel Borkmann
2017-05-24 20:07   ` David Miller
2017-05-24 20:17     ` Daniel Borkmann
2017-05-23 16:30 ` [PATCH net 2/3] bpf: properly reset caller saved regs after helper call and ld_abs/ind Daniel Borkmann
2017-05-23 16:30 ` [PATCH net 3/3] bpf: add various verifier test cases Daniel Borkmann

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.