From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932068AbcF2N34 (ORCPT ); Wed, 29 Jun 2016 09:29:56 -0400 Received: from mail-io0-f174.google.com ([209.85.223.174]:36341 "EHLO mail-io0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752013AbcF2N3y (ORCPT ); Wed, 29 Jun 2016 09:29:54 -0400 Date: Wed, 29 Jun 2016 09:29:49 -0400 From: Tejun Heo To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Li Zefan , Johannes Weiner , cgroups@vger.kernel.org Subject: [GIT PULL] cgroup fixes for v4.7-rc5 Message-ID: <20160629132949.GD24054@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Linus. Three fix patches. Two are for cgroup / css init failure path. The last one makes css_set_lock irq-safe as the deadline scheduler ends up calling put_css_set() from irq context. Thanks. The following changes since commit ea8ea737c46cffa5d0ee74309f81e55a7e5e9c2a: Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs (2016-05-26 10:33:33 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-4.7-fixes for you to fetch changes up to 82d6489d0fed2ec8a8c48c19e8d8a04ac8e5bb26: cgroup: Disable IRQs while holding css_set_lock (2016-06-23 17:23:12 -0400) ---------------------------------------------------------------- Daniel Bristot de Oliveira (1): cgroup: Disable IRQs while holding css_set_lock Tejun Heo (1): cgroup: set css->id to -1 during init Wenwei Tao (1): cgroup: remove redundant cleanup in css_create kernel/cgroup.c | 148 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 76 insertions(+), 72 deletions(-) -- tejun