From: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Linus Torvalds
<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Li Zefan <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [GIT PULL] cgroup fixes for v3.16-rc4
Date: Thu, 10 Jul 2014 11:25:22 -0400 [thread overview]
Message-ID: <20140710152522.GF6609@htj.dyndns.org> (raw)
Hello, again.
Mostly fixes for the fallouts from the recent cgroup core changes.
The decoupled nature of cgroup dynamic hierarchy management
(hierarchies are created dynamically on mount but may or may not be
reused once unmounted depending on remaining usages) led to more
ugliness being added to kernfs. Hopefully, this is the last of it.
Thanks.
The following changes since commit ebe06187bf2aec10d537ce4595e416035367d703:
epoll: fix use-after-free in eventpoll_release_file (2014-06-16 17:21:59 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-3.16-fixes
for you to fetch changes up to 76bb5ab8f6e3e7bebdcefec4146ff305e7d0b465:
cpuset: break kernfs active protection in cpuset_write_resmask() (2014-07-01 16:42:28 -0400)
----------------------------------------------------------------
Gu Zheng (1):
cpuset,mempolicy: fix sleeping function called from invalid context
Li Zefan (4):
cgroup: fix broken css_has_online_children()
cgroup: fix mount failure in a corner case
kernfs: introduce kernfs_pin_sb()
cgroup: fix a race between cgroup_mount() and cgroup_kill_sb()
Tejun Heo (1):
cpuset: break kernfs active protection in cpuset_write_resmask()
fs/kernfs/mount.c | 30 ++++++++++++++++++++++++++
include/linux/kernfs.h | 1 +
kernel/cgroup.c | 58 +++++++++++++++++++++++++++++++++++++++++++-------
kernel/cpuset.c | 20 ++++++++++++++++-
mm/mempolicy.c | 2 --
5 files changed, 100 insertions(+), 11 deletions(-)
--
tejun
reply other threads:[~2014-07-10 15:25 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=20140710152522.GF6609@htj.dyndns.org \
--to=tj-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.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).