From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752578AbdI2VbY (ORCPT ); Fri, 29 Sep 2017 17:31:24 -0400 Received: from mail-qt0-f194.google.com ([209.85.216.194]:56499 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752526AbdI2VbW (ORCPT ); Fri, 29 Sep 2017 17:31:22 -0400 X-Google-Smtp-Source: AOwi7QBGBmnqObr4e9SgKjBm0FrolXDM1znWlGCZNf/WUgMZGIMXz0uKWJvBnoX6+ZxRYgoGcWq5tg== Date: Fri, 29 Sep 2017 14:31:14 -0700 From: Tejun Heo 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: Re: [PATCHSET REPOST for-4.15] cgroup, sched: cgroup2 interface for CPU controller (on basic acct) Message-ID: <20170929213113.GA3301751@devbig577.frc2.facebook.com> References: <20170925160019.683562-1-tj@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170925160019.683562-1-tj@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 25, 2017 at 09:00:17AM -0700, Tejun Heo wrote: > 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]. Applied to cgroup/for-4.15. Thanks. -- tejun