diff options
author | YiFei Zhu <[email protected]> | 2020-07-24 16:17:53 -0500 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2020-07-25 20:16:36 -0700 |
commit | dfcdf0e9ad2e006196986f363c99b2097aec5ef0 (patch) | |
tree | 2ecce143cc0583c7bf16b1fcafe5f9c8c86d7865 /kernel/bpf/stackmap.c | |
parent | 36f72484820abcaede242a53fde965217e718b2e (diff) |
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 <[email protected]>
Signed-off-by: YiFei Zhu <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'kernel/bpf/stackmap.c')
0 files changed, 0 insertions, 0 deletions