Skip to content
Commit 9be99bad authored by Daniel Borkmann's avatar Daniel Borkmann
Browse files

Merge branch 'bpf-stacktrace-map-next-key-support'



Yonghong Song says:

====================
The patch set implements bpf syscall command BPF_MAP_GET_NEXT_KEY
for stacktrace map. Patch #1 is the core implementation
and Patch #2 implements a bpf test at tools/testing/selftests/bpf
directory. Please see individual patch comments for details.

Changelog:
  v1 -> v2:
   - For invalid key (key pointer is non-NULL), sets next_key to be the first valid key.
====================

Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parents 11d16edb 3ced9b60
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment