All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/2] bpf: Support variable offset stack access from helpers
@ 2019-03-29  1:01 Andrey Ignatov
  2019-03-29  1:01 ` [PATCH bpf-next 1/2] " Andrey Ignatov
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andrey Ignatov @ 2019-03-29  1:01 UTC (permalink / raw)
  To: netdev; +Cc: Andrey Ignatov, ast, daniel, kernel-team

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


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

end of thread, other threads:[~2019-04-02  8:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-29  1:01 [PATCH bpf-next 0/2] bpf: Support variable offset stack access from helpers Andrey Ignatov
2019-03-29  1:01 ` [PATCH bpf-next 1/2] " 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

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.