lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 14 Jan 2016 15:46:05 +0200
From:	Rami Rosen <rami.rosen@...el.com>
To:	cgroups@...r.kernel.org
Cc:	tj@...nel.org, lizefan@...wei.com, hannes@...xchg.org,
	linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
	corbet@....net, Rami Rosen <rami.rosen@...el.com>
Subject: [PATCH] Documentation: cgroup v1: remove section about subsystem as a module.

This patch removes the text relating to compiling cgroup as a module,
since commit  3ed80a62bf95 ("cgroup: drop module support") makes this text not
relevant anymore.

Signed-off-by: Rami Rosen <rami.rosen@...el.com>
---
 Documentation/cgroup-v1/cgroups.txt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Documentation/cgroup-v1/cgroups.txt b/Documentation/cgroup-v1/cgroups.txt
index c6256ae..176f95e 100644
--- a/Documentation/cgroup-v1/cgroups.txt
+++ b/Documentation/cgroup-v1/cgroups.txt
@@ -525,11 +525,6 @@ Each subsystem should:
 - add an entry in linux/cgroup_subsys.h
 - define a cgroup_subsys object called <name>_subsys
 
-If a subsystem can be compiled as a module, it should also have in its
-module initcall a call to cgroup_load_subsys(), and in its exitcall a
-call to cgroup_unload_subsys(). It should also set its_subsys.module =
-THIS_MODULE in its .c file.
-
 Each subsystem may export the following methods. The only mandatory
 methods are css_alloc/free. Any others that are null are presumed to
 be successful no-ops.
-- 
2.4.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ