]> git.baikalelectronics.ru Git - kernel.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)
commitb8b4e1a9b7115fa42dbc24d5904abaf34ee2932e
tree33efbd17272bf7e54425103a21e7b31856bc7683
parent6b20060a586a6377fb8acbaac7895d3d800d1faa
parent88430c8e8b83e82c975139647e6d6782f2be557b
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>