From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932576AbbBIMug (ORCPT ); Mon, 9 Feb 2015 07:50:36 -0500 Received: from mail-qc0-f180.google.com ([209.85.216.180]:43704 "EHLO mail-qc0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759697AbbBIMuf (ORCPT ); Mon, 9 Feb 2015 07:50:35 -0500 Date: Mon, 9 Feb 2015 07:50:31 -0500 From: Tejun Heo To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, Li Zefan Subject: [GIT PULL] cgroup changes for v3.20-rc1 Message-ID: <20150209125031.GC3220@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Linus. Three mostly trivial patches. The biggest change is that blkio is now initialized before memcg which will be needed to make memcg and blkcg cooperate on writeback IOs. Thanks. The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-3.20 for you to fetch changes up to f3ba53802eff25e3eedb60d7afe5262710e20bd5: cgroup: add dummy css_put() for !CONFIG_CGROUPS (2015-01-06 12:02:46 -0500) ---------------------------------------------------------------- Henrik Austad (1): Update of Documentation/cgroups/00-INDEX Tejun Heo (2): cgroup: reorder SUBSYS(blkio) in cgroup_subsys.h cgroup: add dummy css_put() for !CONFIG_CGROUPS Documentation/cgroups/00-INDEX | 2 ++ include/linux/cgroup.h | 4 ++++ include/linux/cgroup_subsys.h | 8 ++++---- 3 files changed, 10 insertions(+), 4 deletions(-) -- tejun