Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1709841
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHSET for-4.14] cgroup, sched: cgroup2 interface for CPU controller (on basic acct) |
| Date | 2017-08-11 18:50 +0200 |
| Message-ID | <udlih-5Uh-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello, These are two patches to implement the cgroup2 CPU controller interface. Changes from the last revision[L]. * Updated on top of the cgroup2 basic resource accounting patchset[B] and now uses cgroup2's CPU accounting instead of cpuacct as stat source. * cpuacct is no longer necessary and not converted. This patchset contains the following two patches. 0001-sched-Misc-preps-for-cgroup-unified-hierarchy-interf.patch 0002-sched-Implement-interface-for-cgroup-unified-hierarc.patch It's on top of the cgroup2 basic resource accounting patchset and available in the following git branch. git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-cgroup2-cpu-on-basic-acct diffstat follows. Thanks. Documentation/cgroup-v2.txt | 36 ++------ kernel/sched/core.c | 179 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 187 insertions(+), 28 deletions(-) -- tejun [L] http://lkml.kernel.org/r/20170720184808.1433868-1-tj@kernel.org [B] http://lkml.kernel.org/r/20170811163754.3939102-1-tj@kernel.org
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCHSET for-4.14] cgroup, sched: cgroup2 interface for CPU controller (on basic acct) Tejun Heo <tj@kernel.org> - 2017-08-11 18:50 +0200 [PATCH 2/2] sched: Implement interface for cgroup unified hierarchy Tejun Heo <tj@kernel.org> - 2017-08-11 18:50 +0200
csiph-web