From: Andrey Ignatov <rdna@fb.com>
To: <netdev@vger.kernel.org>
Cc: Andrey Ignatov <rdna@fb.com>, <ast@kernel.org>,
<daniel@iogearbox.net>, <kernel-team@fb.com>
Subject: [PATCH bpf-next 0/2] bpf: Support variable offset stack access from helpers
Date: Thu, 28 Mar 2019 18:01:56 -0700 [thread overview]
Message-ID: <cover.1553821057.git.rdna@fb.com> (raw)
The patch set adds support for stack access with variable offset from helpers.
Patch 1 is the main patch in the set and provides more details.
Patch 2 adds selftests for new functionality.
Andrey Ignatov (2):
bpf: Support variable offset stack access from helpers
selftests/bpf: Test variable offset stack access
kernel/bpf/verifier.c | 75 +++++++++++++-----
.../testing/selftests/bpf/verifier/var_off.c | 79 ++++++++++++++++++-
2 files changed, 131 insertions(+), 23 deletions(-)
--
2.17.1
next reply other threads:[~2019-03-29 1:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-29 1:01 Andrey Ignatov [this message]
2019-03-29 1:01 ` [PATCH bpf-next 1/2] bpf: Support variable offset stack access from helpers Andrey Ignatov
2019-03-29 1:01 ` [PATCH bpf-next 2/2] selftests/bpf: Test variable offset stack access Andrey Ignatov
2019-03-29 19:10 ` [PATCH bpf-next 0/2] bpf: Support variable offset stack access from helpers Alexei Starovoitov
2019-04-01 16:09 ` Daniel Borkmann
2019-04-01 17:23 ` Alexei Starovoitov
2019-04-01 18:57 ` Daniel Borkmann
2019-04-02 2:45 ` Andrey Ignatov
2019-04-02 8:54 ` Daniel Borkmann
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.1553821057.git.rdna@fb.com \
--to=rdna@fb.com \
--cc=ast@kernel.org \
--cc=daniel@iogearbox.net \
--cc=kernel-team@fb.com \
--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 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.