From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751922AbcAEQsD (ORCPT ); Tue, 5 Jan 2016 11:48:03 -0500 Received: from mail-yk0-f172.google.com ([209.85.160.172]:34795 "EHLO mail-yk0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751601AbcAEQsA (ORCPT ); Tue, 5 Jan 2016 11:48:00 -0500 Date: Tue, 5 Jan 2016 11:47:58 -0500 From: Tejun Heo To: Ingo Molnar , Peter Zijlstra , Li Zefan , Johannes Weiner , Paul Turner Cc: linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, Andrew Morton , Linus Torvalds , kernel-team@fb.com Subject: [PATCHSET REPOST] sched, cgroup: implement cgroup v2 interface for cpu controller Message-ID: <20160105164758.GD5995@mtj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, This patchset implements cgroup v2 interface for cpu controller and a repost of the following. http://lkml.kernel.org/g/1438641689-14655-1-git-send-email-tj@kernel.org The first patch is folded and applied into v2 documentation. The second patch is unchanged. The third is unchanged from the posted v2. The patchset got blocked by discussion on in-process hierarchical resource contorl. The following message is to restart the discussion. http://lkml.kernel.org/g/20160105154503.GC5995@mtj.duckdns.org While the conclusion hasn't been reached, none of the issues being debated affects the system level interface and there's no technical reason to hold off these patches especially given that cgroup v2 is being released in the coming merge window for memory and io controllers. Can we please go ahead with these? diffstat follows. kernel/sched/core.c | 149 +++++++++++++++++++++++++++++++++++++++++++++++-- kernel/sched/cpuacct.c | 57 ++++++++++++------ kernel/sched/cpuacct.h | 5 + 3 files changed, 189 insertions(+), 22 deletions(-) Thanks. -- tejun