mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-18 15:28:10 +00:00
Merge pull request #956 from devimc/topic/kernel/BPFcgroupsv2
kernel: enable BPF to support libcontainer's cgroups V2 implementation
This commit is contained in:
@@ -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
|
||||
|
@@ -1 +1 @@
|
||||
66
|
||||
67
|
||||
|
Reference in New Issue
Block a user