linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Li Zefan <lizefan@huawei.com>,
	Johannes Weiner <hannes@cmpxchg.org>,
	cgroups@vger.kernel.org
Subject: [GIT PULL] cgroup fixes for v4.7-rc5
Date: Wed, 29 Jun 2016 09:29:49 -0400	[thread overview]
Message-ID: <20160629132949.GD24054@htj.duckdns.org> (raw)

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

                 reply	other threads:[~2016-06-29 13:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160629132949.GD24054@htj.duckdns.org \
    --to=tj@kernel.org \
    --cc=cgroups@vger.kernel.org \
    --cc=hannes@cmpxchg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizefan@huawei.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).