commit | 25025e0aab2f91a93a1557b299a79814559b4dc2 | [log] [tgz] |
---|---|---|
author | Roman Gushchin <guro@fb.com> | Fri Sep 28 14:45:48 2018 +0000 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Mon Oct 01 16:18:33 2018 +0200 |
tree | 42db3da23a030bde3fc823653df00779f95cbb92 | |
parent | c6fdcd6e0cc4dc316e3eb261025fb0abd69540b9 [diff] |
bpf: sync include/uapi/linux/bpf.h to tools/include/uapi/linux/bpf.h The sync is required due to the appearance of a new map type: BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE, which implements per-cpu cgroup local storage. Signed-off-by: Roman Gushchin <guro@fb.com> Acked-by: Song Liu <songliubraving@fb.com> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>