netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Borkmann <daniel@iogearbox.net>
To: davem@davemloft.net
Cc: ast@fb.com, netdev@vger.kernel.org,
	Daniel Borkmann <daniel@iogearbox.net>
Subject: [PATCH net-next 0/8] Misc BPF updates
Date: Sun, 11 Jun 2017 00:50:39 +0200	[thread overview]
Message-ID: <cover.1497133948.git.daniel@iogearbox.net> (raw)

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

             reply	other threads:[~2017-06-10 22:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-10 22:50 Daniel Borkmann [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1497133948.git.daniel@iogearbox.net \
    --to=daniel@iogearbox.net \
    --cc=ast@fb.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).