linux/kernel/bpf
YiFei Zhu dfcdf0e9ad bpf/local_storage: Fix build without CONFIG_CGROUP
local_storage.o has its compile guard as CONFIG_BPF_SYSCALL, which
does not imply that CONFIG_CGROUP is on. Including cgroup-internal.h
when CONFIG_CGROUP is off cause a compilation failure.

Fixes: f67cfc233706 ("bpf: Make cgroup storages shared between programs on the same cgroup")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: YiFei Zhu <zhuyifei@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200724211753.902969-1-zhuyifei1999@gmail.com
2020-07-25 20:16:36 -07:00
..
arraymap.c bpf: Implement bpf iterator for array maps 2020-07-25 20:16:33 -07:00
bpf_iter.c bpf: Implement bpf iterator for map elements 2020-07-25 20:16:32 -07:00
bpf_lru_list.c
bpf_lru_list.h
bpf_lsm.c
bpf_struct_ops.c
bpf_struct_ops_types.h
btf.c bpf: Support readonly/readwrite buffers in verifier 2020-07-25 20:16:32 -07:00
cgroup.c bpf: Make cgroup storages shared between programs on the same cgroup 2020-07-25 20:16:35 -07:00
core.c bpf: Make cgroup storages shared between programs on the same cgroup 2020-07-25 20:16:35 -07:00
cpumap.c
devmap.c
disasm.c
disasm.h
dispatcher.c
hashtab.c bpf: Implement bpf iterator for hash maps 2020-07-25 20:16:33 -07:00
helpers.c
inode.c
local_storage.c bpf/local_storage: Fix build without CONFIG_CGROUP 2020-07-25 20:16:36 -07:00
lpm_trie.c
Makefile
map_in_map.c
map_in_map.h
map_iter.c bpf: Implement bpf iterator for array maps 2020-07-25 20:16:33 -07:00
net_namespace.c
offload.c
percpu_freelist.c
percpu_freelist.h
prog_iter.c bpf: Refactor bpf_iter_reg to have separate seq_info member 2020-07-25 20:16:32 -07:00
queue_stack_maps.c
reuseport_array.c
ringbuf.c
stackmap.c bpf: Separate bpf_get_[stack|stackid] for perf events BPF 2020-07-25 20:16:34 -07:00
syscall.c
sysfs_btf.c
task_iter.c bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t 2020-07-25 20:16:32 -07:00
tnum.c
trampoline.c
verifier.c bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work 2020-07-25 20:16:34 -07:00