netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] Misc BPF updates
@ 2017-06-10 22:50 Daniel Borkmann
  2017-06-10 22:50 ` [PATCH net-next 1/8] bpf: avoid excessive stack usage for perf_sample_data Daniel Borkmann
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Daniel Borkmann @ 2017-06-10 22:50 UTC (permalink / raw)
  To: davem; +Cc: ast, netdev, Daniel Borkmann

This set contains a couple of misc updates: stack usage reduction
for perf_sample_data in tracing progs, reduction of stale data in
verifier on register state transitions that I still had in my queue
and few selftest improvements as well as bpf_set_hash() helper for
tc programs.

Thanks!

Daniel Borkmann (8):
  bpf: avoid excessive stack usage for perf_sample_data
  bpf: don't check spilled reg state for non-STACK_SPILLed type slots
  bpf: reset id on CONST_IMM transition
  bpf: reset id on spilled regs in clear_all_pkt_pointers
  bpf, tests: add a test for htab lookup + update traversal
  bpf, tests: set rlimit also for test_align, so it doesn't fail
  bpf: remove cg_skb_func_proto and use sk_filter_func_proto directly
  bpf: add bpf_set_hash helper for tc progs

 include/uapi/linux/bpf.h                 |  8 ++++-
 kernel/bpf/verifier.c                    |  8 +++--
 kernel/trace/bpf_trace.c                 | 10 ++++---
 net/core/filter.c                        | 28 +++++++++++++-----
 tools/include/uapi/linux/bpf.h           |  8 ++++-
 tools/testing/selftests/bpf/test_align.c |  5 ++++
 tools/testing/selftests/bpf/test_maps.c  | 50 ++++++++++++++++++++++++++++++++
 7 files changed, 102 insertions(+), 15 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2017-06-10 23:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-10 22:50 [PATCH net-next 0/8] Misc BPF updates Daniel Borkmann
2017-06-10 22:50 ` [PATCH net-next 1/8] bpf: avoid excessive stack usage for perf_sample_data Daniel Borkmann
2017-06-10 22:50 ` [PATCH net-next 2/8] bpf: don't check spilled reg state for non-STACK_SPILLed type slots Daniel Borkmann
2017-06-10 22:50 ` [PATCH net-next 3/8] bpf: reset id on CONST_IMM transition Daniel Borkmann
2017-06-10 22:50 ` [PATCH net-next 4/8] bpf: reset id on spilled regs in clear_all_pkt_pointers Daniel Borkmann
2017-06-10 22:50 ` [PATCH net-next 5/8] bpf, tests: add a test for htab lookup + update traversal Daniel Borkmann
2017-06-10 22:50 ` [PATCH net-next 6/8] bpf, tests: set rlimit also for test_align, so it doesn't fail Daniel Borkmann
2017-06-10 22:50 ` [PATCH net-next 7/8] bpf: remove cg_skb_func_proto and use sk_filter_func_proto directly Daniel Borkmann
2017-06-10 22:50 ` [PATCH net-next 8/8] bpf: add bpf_set_hash helper for tc progs Daniel Borkmann
2017-06-10 23:06 ` [PATCH net-next 0/8] Misc BPF updates David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).