From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753290AbbJOUlT (ORCPT ); Thu, 15 Oct 2015 16:41:19 -0400 Received: from mail-yk0-f180.google.com ([209.85.160.180]:34863 "EHLO mail-yk0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752658AbbJOUlR (ORCPT ); Thu, 15 Oct 2015 16:41:17 -0400 Date: Thu, 15 Oct 2015 16:41:14 -0400 From: Tejun Heo To: lizefan@huawei.com, hannes@cmpxchg.org Cc: cgroups@vger.kernel.org, cyphar@cyphar.com, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCHSET cgroup/for-4.4] cgroup: make zombies retain cgroup membership and fix pids controller Message-ID: <20151015204114.GA3788@htj.duckdns.org> References: <1444447781-16182-1-git-send-email-tj@kernel.org> <20151015013809.GC20884@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151015013809.GC20884@htj.duckdns.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thanks. -- tejun