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:   Tue, 20 Dec 2016 16:08:19 -0500
From:   Tejun Heo <tj@...nel.org>
To:     lizefan@...wei.com, hannes@...xchg.org
Cc:     linux-kernel@...r.kernel.org, cgroups@...r.kernel.org,
        kernel-team@...com
Subject: [PATCHSET] cgroup: reorganize cgroup source files

cgroup source files are getting a bit too unwieldy.  Let's reorganize
them.

* Move cgroup files in kernel to kernel/cgroup.

* Split cgroup.c into multiple files.

The only functional change this patchset causes is loss of a
WARN_ON(); otherwise, everything remains identical.

This patchset contains the following eight patches.

 0001-cgroup-reorder-css_set-fields.patch
 0002-cgroup-move-cgroup-files-under-kernel-cgroup.patch
 0003-cgroup-move-cgroup-v1-specific-code-to-kernel-cgroup.patch
 0004-cgroup-refactor-mount-path-and-clearly-distinguish-v.patch
 0005-cgroup-separate-out-cgroup1_kf_syscall_ops.patch
 0006-cgroup-move-v1-mount-functions-to-kernel-cgroup-cgro.patch
 0007-cgroup-rename-functions-for-consistency.patch
 0008-cgroup-move-namespace-code-to-kernel-cgroup-namespac.patch

The patchset is available in the following git branch

 git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-cgroup-reorg

and on top of the following git branch

 git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-cgroup2-procs

diffstat follows.  Thanks.

 include/linux/cgroup-defs.h     |   54 -
 kernel/Makefile                 |    5 
 kernel/cgroup/Makefile          |    5 
 kernel/cgroup/cgroup-internal.h |  155 +++
 kernel/cgroup/cgroup-v1.c       | 1395 ++++++++++++++++++++++++++++
 kernel/cgroup/cgroup.c          | 1940 +++-------------------------------------
 kernel/cgroup/namespace.c       |  155 +++
 7 files changed, 1907 insertions(+), 1802 deletions(-)

--
tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ