From: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org,
peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org,
mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Cc: longman-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
kernel-team-b10kYP2dOMg@public.gmane.org,
pjt-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org,
luto-kltTT9wpgjJwATOyAt5JVQ@public.gmane.org,
efault-Mmb7MZpHnFY@public.gmane.org,
torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org,
guro-b10kYP2dOMg@public.gmane.org
Subject: [PATCHSET REPOST for-4.15] cgroup, sched: cgroup2 interface for CPU controller (on basic acct)
Date: Mon, 25 Sep 2017 09:00:17 -0700 [thread overview]
Message-ID: <20170925160019.683562-1-tj@kernel.org> (raw)
Hello,
(Rebased on cgroup/for-4.15, no real changes. Once acked, I think
it'd be easiest to route these through the cgroup branch;
alternatively, we can pull cgroup/for-4.15 to a sched branch and
apply these there.)
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, which
has been merged to cgroup/for-4.15, 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-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
[B] http://lkml.kernel.org/r/20170811163754.3939102-1-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
WARNING: multiple messages have this Message-ID (diff)
From: Tejun Heo <tj@kernel.org>
To: lizefan@huawei.com, hannes@cmpxchg.org, peterz@infradead.org,
mingo@redhat.com
Cc: longman@redhat.com, cgroups@vger.kernel.org,
linux-kernel@vger.kernel.org, kernel-team@fb.com, pjt@google.com,
luto@amacapital.net, efault@gmx.de,
torvalds@linux-foundation.org, guro@fb.com
Subject: [PATCHSET REPOST for-4.15] cgroup, sched: cgroup2 interface for CPU controller (on basic acct)
Date: Mon, 25 Sep 2017 09:00:17 -0700 [thread overview]
Message-ID: <20170925160019.683562-1-tj@kernel.org> (raw)
Hello,
(Rebased on cgroup/for-4.15, no real changes. Once acked, I think
it'd be easiest to route these through the cgroup branch;
alternatively, we can pull cgroup/for-4.15 to a sched branch and
apply these there.)
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, which
has been merged to cgroup/for-4.15, 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
next reply other threads:[~2017-09-25 16:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-25 16:00 Tejun Heo [this message]
2017-09-25 16:00 ` [PATCHSET REPOST for-4.15] cgroup, sched: cgroup2 interface for CPU controller (on basic acct) Tejun Heo
[not found] ` <20170925160019.683562-1-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-09-25 16:00 ` [PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface Tejun Heo
2017-09-25 16:00 ` Tejun Heo
2017-09-29 18:29 ` [PATCHSET REPOST for-4.15] cgroup, sched: cgroup2 interface for CPU controller (on basic acct) Peter Zijlstra
2017-09-29 18:29 ` Peter Zijlstra
2017-09-25 16:00 ` [PATCH 2/2] sched: Implement interface for cgroup unified hierarchy Tejun Heo
2017-09-29 15:10 ` [PATCHSET REPOST for-4.15] cgroup, sched: cgroup2 interface for CPU controller (on basic acct) Tejun Heo
2017-09-29 21:31 ` Tejun Heo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170925160019.683562-1-tj@kernel.org \
--to=tj-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=efault-Mmb7MZpHnFY@public.gmane.org \
--cc=guro-b10kYP2dOMg@public.gmane.org \
--cc=hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org \
--cc=kernel-team-b10kYP2dOMg@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=longman-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=luto-kltTT9wpgjJwATOyAt5JVQ@public.gmane.org \
--cc=mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
--cc=pjt-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
--cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.