Skip to content

Commit

Permalink
Enable cgroups for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
U2FsdGVkX1 authored and guoren83 committed Feb 27, 2024
1 parent 38cb416 commit 3d3086c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/riscv/configs/32-bit.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ CONFIG_ARCH_RV32I=y
CONFIG_32BIT=y
# CONFIG_PORTABLE is not set
CONFIG_NONPORTABLE=y
CONFIG_CGROUPS=n
1 change: 0 additions & 1 deletion arch/riscv/configs/64ilp32.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ CONFIG_ARCH_RV64ILP32=y
CONFIG_32BIT=y
# CONFIG_PORTABLE is not set
CONFIG_NONPORTABLE=y
CONFIG_CGROUPS=n
7 changes: 7 additions & 0 deletions arch/riscv/configs/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,10 @@ CONFIG_BLK_DEV_NBD=y
CONFIG_FUSE_FS=y
CONFIG_STRICT_KERNEL_RWX=n
CONFIG_STRICT_MODULE_RWX=n
CONFIG_CGROUPS=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_PIDS=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y

0 comments on commit 3d3086c

Please sign in to comment.