summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 14:05:19 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 14:05:19 +1100
commit91c31f54880df6fa007a0bc23d7d9e9947725e1f (patch)
tree20860b0f9b8f823e795f6f1c2066e47db44dd9a4 /init
parentaa5fb8fbfdd7b6b8258c774ef7f812ff95675a58 (diff)
parent63f1ca59453aadae81f702840c7ac6ea8b9f9262 (diff)
Merge remote-tracking branch 'cgroup/for-next'
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 483ad679aa37..c57764fbd8b4 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1078,6 +1078,16 @@ config CGROUP_PIDS
since the PIDs limit only affects a process's ability to fork, not to
attach to a cgroup.
+config CGROUP_RDMA
+ bool "RDMA controller"
+ help
+ Provides enforcement of RDMA resources defined by IB stack.
+ It is fairly easy for consumers to exhaust RDMA resources, which
+ can result into resource unavailability to other consumers.
+ RDMA controller is designed to stop this from happening.
+ Attaching processes with active RDMA resources to the cgroup
+ hierarchy is allowed even if can cross the hierarchy's limit.
+
config CGROUP_FREEZER
bool "Freezer controller"
help