From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753321AbbJSIsz (ORCPT ); Mon, 19 Oct 2015 04:48:55 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:50078 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753122AbbJSIsx (ORCPT ); Mon, 19 Oct 2015 04:48:53 -0400 Subject: Re: [PATCHSET cgroup/for-4.4] cgroup: make zombies retain cgroup membership and fix pids controller To: Tejun Heo , References: <1444447781-16182-1-git-send-email-tj@kernel.org> <20151015013809.GC20884@htj.duckdns.org> <20151015204114.GA3788@htj.duckdns.org> CC: , , , From: Zefan Li Message-ID: <5624AE56.3010407@huawei.com> Date: Mon, 19 Oct 2015 16:48:22 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20151015204114.GA3788@htj.duckdns.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.19.236] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tejun, On 2015/10/16 4:41, Tejun Heo wrote: > On Wed, Oct 14, 2015 at 09:38:09PM -0400, Tejun Heo wrote: >> Hello, >> >> On Fri, Oct 09, 2015 at 11:29:27PM -0400, Tejun Heo wrote: >>> The patchset is pretty lightly tested and I need to verify that the >>> corner cases behave as expected. >> >> Fixed several bugs while testing. Updated patches posted. Seems to >> work fine now. git branch has been refreshed with the updated >> patches. >> >> git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-zombies >> >> Li, can you please go over the changes? > > I want this series to be in -next at least for a couple weeks before > the merge window opens, so I'm applying it to cgroup/for-4.4 now. > Please let me know if you spot something wrong. Let's fix it up > incrementally. > Sorry for the late reply. I was travelling last week. I'll review those changes within this week.