Files
kernel_xiaomi_sm8250/include/uapi/linux
Roman Gushchin de9cbbaadb bpf: introduce cgroup storage maps
This commit introduces BPF_MAP_TYPE_CGROUP_STORAGE maps:
a special type of maps which are implementing the cgroup storage.

>From the userspace point of view it's almost a generic
hash map with the (cgroup inode id, attachment type) pair
used as a key.

The only difference is that some operations are restricted:
  1) a user can't create new entries,
  2) a user can't remove existing entries.

The lookup from userspace is o(log(n)).

Signed-off-by: Roman Gushchin <guro@fb.com>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-08-03 00:47:32 +02:00
..
2018-08-03 00:47:32 +02:00
2018-05-24 14:22:59 -07:00
2018-06-12 15:06:35 +02:00
2018-04-11 10:28:37 -07:00
2018-03-05 10:43:37 -05:00
2018-07-24 14:44:00 -07:00
2018-05-24 22:55:07 -04:00
2018-06-15 18:10:01 -03:00
2018-05-31 00:13:56 +08:00
2018-03-20 03:17:41 +02:00
2018-04-14 11:59:31 -04:00
2018-07-23 21:17:44 -07:00
2018-04-11 10:28:37 -07:00
2018-04-11 10:28:37 -07:00
2018-04-26 15:08:04 -04:00
2018-03-26 13:22:58 -06:00