Merge pull request #956 from devimc/topic/kernel/BPFcgroupsv2

kernel: enable BPF to support libcontainer's cgroups V2 implementation
This commit is contained in:
Julio Montes
2020-02-27 07:12:29 -06:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -20,3 +20,7 @@ CONFIG_SOCK_CGROUP_DATA=y
CONFIG_SWAP=y
CONFIG_MEMCG_SWAP=y
CONFIG_MEMCG_SWAP_ENABLED=y
# Needed for cgroups v2
CONFIG_BPF_SYSCALL=y
CONFIG_CGROUP_BPF=y

View File

@@ -1 +1 @@
66
67