From: Li Zefan <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
To: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCHSET v2 cgroup/for-3.16] cgroup: post unified hierarchy fixes and updates
Date: Tue, 13 May 2014 14:35:18 +0800 [thread overview]
Message-ID: <5371BD26.8080607@huawei.com> (raw)
In-Reply-To: <1399663975-315-1-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
On 2014/5/10 3:32, Tejun Heo wrote:
> Hello,
>
> Changes from the last take[L] are,
>
> * 0002, 0003 and 0007 added.
>
> * Other patches are refreshed without content change.
>
> This patchset contains the following seven patches.
>
> 0001-cgroup-fix-offlining-child-waiting-in-cgroup_subtree.patch
> 0002-cgroup-cgroup_idr_lock-should-be-bh.patch
> 0003-cgroup-css_release-shouldn-t-clear-cgroup-subsys.patch
> 0004-cgroup-update-and-fix-parsing-of-cgroup.subtree_cont.patch
> 0005-cgroup-use-restart_syscall-for-retries-after-offline.patch
> 0006-cgroup-use-release_agent_path_lock-in-cgroup_release.patch
> 0007-cgroup-rename-css_tryget-to-css_tryget_online.patch
>
> 0001 fixes two bugs in cgroup_subtree_control_write().
>
> 0004 fixes and makes subtree_control parsing stricter.
>
> 0005 simplifies cgroup_substree_control_write() retry path by using
> restart_syscall().
>
> 0006 makes cgroup_release_agent_show() use release_path_lock. The
> original conversion missed this one.
>
> 0007 renames css_tryget() to css_tryget_online(). This patch was
> posted separately before - [1] - and acked by Michal and Johannes.
>
> This patchset is on top of cgroup/for-3.16 6e1a046e9458 ("Merge branch
> 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
> into for-3.16") and available in the following git branch.
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-post-unified-updates-v2
>
> diffstat follows.
>
> block/blk-cgroup.c | 2 -
> fs/bio.c | 2 -
> include/linux/cgroup.h | 14 +++----
> kernel/cgroup.c | 88 +++++++++++++++++++++++++------------------------
> kernel/cpuset.c | 6 +--
> kernel/events/core.c | 3 +
> mm/hugetlb_cgroup.c | 2 -
> mm/memcontrol.c | 46 +++++++++++++------------
> 8 files changed, 84 insertions(+), 79 deletions(-)
>
Acked-by: Li Zefan <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
WARNING: multiple messages have this Message-ID (diff)
From: Li Zefan <lizefan@huawei.com>
To: Tejun Heo <tj@kernel.org>
Cc: <cgroups@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCHSET v2 cgroup/for-3.16] cgroup: post unified hierarchy fixes and updates
Date: Tue, 13 May 2014 14:35:18 +0800 [thread overview]
Message-ID: <5371BD26.8080607@huawei.com> (raw)
In-Reply-To: <1399663975-315-1-git-send-email-tj@kernel.org>
On 2014/5/10 3:32, Tejun Heo wrote:
> Hello,
>
> Changes from the last take[L] are,
>
> * 0002, 0003 and 0007 added.
>
> * Other patches are refreshed without content change.
>
> This patchset contains the following seven patches.
>
> 0001-cgroup-fix-offlining-child-waiting-in-cgroup_subtree.patch
> 0002-cgroup-cgroup_idr_lock-should-be-bh.patch
> 0003-cgroup-css_release-shouldn-t-clear-cgroup-subsys.patch
> 0004-cgroup-update-and-fix-parsing-of-cgroup.subtree_cont.patch
> 0005-cgroup-use-restart_syscall-for-retries-after-offline.patch
> 0006-cgroup-use-release_agent_path_lock-in-cgroup_release.patch
> 0007-cgroup-rename-css_tryget-to-css_tryget_online.patch
>
> 0001 fixes two bugs in cgroup_subtree_control_write().
>
> 0004 fixes and makes subtree_control parsing stricter.
>
> 0005 simplifies cgroup_substree_control_write() retry path by using
> restart_syscall().
>
> 0006 makes cgroup_release_agent_show() use release_path_lock. The
> original conversion missed this one.
>
> 0007 renames css_tryget() to css_tryget_online(). This patch was
> posted separately before - [1] - and acked by Michal and Johannes.
>
> This patchset is on top of cgroup/for-3.16 6e1a046e9458 ("Merge branch
> 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
> into for-3.16") and available in the following git branch.
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-post-unified-updates-v2
>
> diffstat follows.
>
> block/blk-cgroup.c | 2 -
> fs/bio.c | 2 -
> include/linux/cgroup.h | 14 +++----
> kernel/cgroup.c | 88 +++++++++++++++++++++++++------------------------
> kernel/cpuset.c | 6 +--
> kernel/events/core.c | 3 +
> mm/hugetlb_cgroup.c | 2 -
> mm/memcontrol.c | 46 +++++++++++++------------
> 8 files changed, 84 insertions(+), 79 deletions(-)
>
Acked-by: Li Zefan <lizefan@huawei.com>
next prev parent reply other threads:[~2014-05-13 6:35 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-09 19:32 [PATCHSET v2 cgroup/for-3.16] cgroup: post unified hierarchy fixes and updates Tejun Heo
2014-05-09 19:32 ` [PATCH 1/7] cgroup: fix offlining child waiting in cgroup_subtree_control_write() Tejun Heo
2014-05-09 19:32 ` [PATCH 2/7] cgroup: cgroup_idr_lock should be bh Tejun Heo
2014-05-09 19:32 ` [PATCH 3/7] cgroup: css_release() shouldn't clear cgroup->subsys[] Tejun Heo
2014-05-09 19:32 ` [PATCH 4/7] cgroup: update and fix parsing of "cgroup.subtree_control" Tejun Heo
[not found] ` <1399663975-315-5-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-05-13 3:51 ` Li Zefan
2014-05-13 3:51 ` Li Zefan
[not found] ` <537196D7.3020302-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2014-05-13 15:18 ` Tejun Heo
2014-05-13 15:18 ` Tejun Heo
2014-05-09 19:32 ` [PATCH 5/7] cgroup: use restart_syscall() for retries after offline waits in cgroup_subtree_control_write() Tejun Heo
[not found] ` <1399663975-315-6-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-05-13 5:00 ` Li Zefan
2014-05-13 5:00 ` Li Zefan
[not found] ` <5371A6DB.2050908-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2014-05-13 15:19 ` Tejun Heo
2014-05-13 15:19 ` Tejun Heo
2014-05-09 19:32 ` [PATCH 6/7] cgroup: use release_agent_path_lock in cgroup_release_agent_show() Tejun Heo
2014-05-09 19:32 ` [PATCH 7/7] cgroup: rename css_tryget*() to css_tryget_online*() Tejun Heo
[not found] ` <1399663975-315-8-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-05-09 19:47 ` [PATCH v2 " Tejun Heo
2014-05-09 19:47 ` Tejun Heo
[not found] ` <1399663975-315-1-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-05-13 6:35 ` Li Zefan [this message]
2014-05-13 6:35 ` [PATCHSET v2 cgroup/for-3.16] cgroup: post unified hierarchy fixes and updates Li Zefan
2014-05-13 16:12 ` Tejun Heo
2014-05-13 16:12 ` Tejun Heo
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=5371BD26.8080607@huawei.com \
--to=lizefan-hv44wf8li93qt0dzr+alfa@public.gmane.org \
--cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=tj-DgEjT+Ai2ygdnm+yROfE0A@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.