aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2021-08-09 17:32:42 +0200
committerBastian Blank <waldi@debian.org>2021-08-09 17:32:42 +0200
commitc8ea6eb199fe4338abd4e12f7cbde041c7d6e867 (patch)
treefad450415334f8d391202e2fa03cc28f99a21df1
parentb01d53b06b6f231c70455f83771b2d28fb8e6a6c (diff)
downloadkernel_replicant_linux-c8ea6eb199fe4338abd4e12f7cbde041c7d6e867.tar.gz
kernel_replicant_linux-c8ea6eb199fe4338abd4e12f7cbde041c7d6e867.tar.bz2
kernel_replicant_linux-c8ea6eb199fe4338abd4e12f7cbde041c7d6e867.zip
Enable CGROUP_MISC
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/config1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a33f22d798e..d1e2c0906237 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ linux (5.13.9-1~exp1) UNRELEASED; urgency=medium
* Re-enable IMA. (closes: #972459)
* [x86] Enable AMD_MEM_ENCRYPT. (closes: #983586, #989040)
* Enable UNICODE. (closes: #985689)
+ * Enable CGROUP_MISC.
-- Bastian Blank <waldi@debian.org> Thu, 27 May 2021 12:25:51 +0200
diff --git a/debian/config/config b/debian/config/config
index c667c12876bc..15e7984e7be3 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -6355,6 +6355,7 @@ CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_BPF=y
+CONFIG_CGROUP_MISC=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y