]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'bpf-stacktrace-map-next-key-support'
authorDaniel Borkmann <daniel@iogearbox.net>
Sat, 6 Jan 2018 22:52:23 +0000 (23:52 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Sat, 6 Jan 2018 22:52:23 +0000 (23:52 +0100)
commit9be99badee761f0b2c065ecbd8bd54a96cbd0fa0
tree33efbd17272bf7e54425103a21e7b31856bc7683
parent11d16edb04f113348b0c1d0c26cb666e9baaa7d3
parent3ced9b600234e6bb13cb25654ce44c4896485cf2
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: Daniel Borkmann <daniel@iogearbox.net>