From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752593AbdFNUxe (ORCPT ); Wed, 14 Jun 2017 16:53:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51886 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752080AbdFNUxc (ORCPT ); Wed, 14 Jun 2017 16:53:32 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2ED604DD4B Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=longman@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 2ED604DD4B Subject: Re: [PATCHSET] cgroup: Make debug controller useful for debugging To: Tejun Heo Cc: lizefan@huawei.com, hannes@cmpxchg.org, peterz@infradead.org, mingo@redhat.com, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com References: <20170614200842.15174-1-tj@kernel.org> From: Waiman Long Organization: Red Hat Message-ID: <74634035-9740-e000-0cc3-3540e9f6e90d@redhat.com> Date: Wed, 14 Jun 2017 16:53:20 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170614200842.15174-1-tj@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Wed, 14 Jun 2017 20:53:22 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/14/2017 04:08 PM, Tejun Heo wrote: > Hello, Waiman. > > I dropped the thread mode part of the patches so that these aren't > blocked on thread mode, made the debug controller an implicit one on > cgroup2 which is enabled by "cgroup_debug" boot param (we can't mask > it on cgroup1 with the boot param at this point), and fixed the > lockdep warnings. > > I applied the updated patches + follow up changes to cgroup/for-4.13. > > git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-4.13 > > I'd really appreciate if you can go over the patches and check that I > didn't do anything stupid. > > Thanks. > > -- > tejun Thanks for fixing issues in my debug controller patchset. I am fine with the changes. Acked-by: Waiman Long -Longman