From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965370AbdGTSsW (ORCPT ); Thu, 20 Jul 2017 14:48:22 -0400 Received: from mail-qk0-f193.google.com ([209.85.220.193]:38530 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935793AbdGTSsR (ORCPT ); Thu, 20 Jul 2017 14:48:17 -0400 From: Tejun Heo To: lizefan@huawei.com, hannes@cmpxchg.org, peterz@infradead.org, mingo@redhat.com, longman@redhat.com Cc: 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 for-4.14] cgroup, sched: cgroup2 interface for CPU controller Date: Thu, 20 Jul 2017 14:48:06 -0400 Message-Id: <20170720184808.1433868-1-tj@kernel.org> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, These are two patches to implement the cgroup2 CPU controller interface. It's separated from the [L] previous version of combined cgroup2 threaded mode + CPU controller patchset. * "cpu.weight.nice" added which allows reading and setting weights using nice values so that it's easier to configure when threaded cgroups are competing against threads. * Doc and other misc updates. 0001-sched-Misc-preps-for-cgroup-unified-hierarchy-interf.patch 0002-sched-Implement-interface-for-cgroup-unified-hierarc.patch The patchset is on top of "cgroup: implement cgroup2 thread mode, v4" patchset [T] and also available in the following git branch. git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-cgroup2-cpu-on-v4 Documentation/cgroup-v2.txt | 36 ++------ kernel/sched/core.c | 186 +++++++++++++++++++++++++++++++++++++++++++- kernel/sched/cpuacct.c | 53 +++++++++--- kernel/sched/cpuacct.h | 5 + 4 files changed, 241 insertions(+), 39 deletions(-) -- tejun [L] http://lkml.kernel.org/r/20170610140351.10703-1-tj@kernel.org [T] http://lkml.kernel.org/r/20170719194439.2915602-1-tj@kernel.org