All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf 0/2] Fix record_func_key to perform backtracking on r3
@ 2019-12-19 21:19 Daniel Borkmann
  2019-12-19 21:19 ` [PATCH bpf 1/2] bpf: " Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daniel Borkmann @ 2019-12-19 21:19 UTC (permalink / raw)
  To: ast; +Cc: netdev, bpf, Daniel Borkmann

Fixes pruning behavior when record_func_key() is used. See main
description in patch 1, test cases added in patch 2.

Thanks!

Daniel Borkmann (2):
  bpf: Fix record_func_key to perform backtracking on r3
  bpf: Add further test_verifier cases for record_func_key

 kernel/bpf/verifier.c                         |   8 +-
 tools/testing/selftests/bpf/test_verifier.c   |  43 ++---
 .../selftests/bpf/verifier/ref_tracking.c     |   6 +-
 .../selftests/bpf/verifier/runtime_jit.c      | 151 ++++++++++++++++++
 4 files changed, 183 insertions(+), 25 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-12-19 21:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-19 21:19 [PATCH bpf 0/2] Fix record_func_key to perform backtracking on r3 Daniel Borkmann
2019-12-19 21:19 ` [PATCH bpf 1/2] bpf: " Daniel Borkmann
2019-12-19 21:19 ` [PATCH bpf 2/2] bpf: Add further test_verifier cases for record_func_key Daniel Borkmann
2019-12-19 21:43 ` [PATCH bpf 0/2] Fix record_func_key to perform backtracking on r3 Alexei Starovoitov

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.