From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755908AbcBPS0o (ORCPT ); Tue, 16 Feb 2016 13:26:44 -0500 Received: from mail-yk0-f177.google.com ([209.85.160.177]:34444 "EHLO mail-yk0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755694AbcBPS0n (ORCPT ); Tue, 16 Feb 2016 13:26:43 -0500 Date: Tue, 16 Feb 2016 13:26:41 -0500 From: Tejun Heo To: Johannes Weiner Cc: cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH] cgroup: provide cgroup_nov1= to disable controllers in v1 mounts Message-ID: <20160216182641.GP3741@mtj.duckdns.org> References: <1455145195-7553-1-git-send-email-hannes@cmpxchg.org> <20160211151707.GY3741@mtj.duckdns.org> <20160211183449.GA399@cmpxchg.org> <20160212200334.GA3965@htj.duckdns.org> <20160216182114.GA30548@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160216182114.GA30548@cmpxchg.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 Tue, Feb 16, 2016 at 01:21:14PM -0500, Johannes Weiner wrote: > From 95ae2ca2211e0db4db63d2dd1b187e299d9490fb Mon Sep 17 00:00:00 2001 > From: Johannes Weiner > Date: Tue, 16 Feb 2016 13:19:11 -0500 > Subject: [PATCH] cgroup: document cgroup_no_v1= > > Add cgroup_no_v1= to kernel-parameters.txt, and a small blurb to > cgroup-v2.txt section about transitioning from cgroup to cgroup2. > > Signed-off-by: Johannes Weiner Applied to cgroup/for-4.6. Thanks. -- tejun