From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751489AbdHRL34 (ORCPT ); Fri, 18 Aug 2017 07:29:56 -0400 Received: from mail-qt0-f178.google.com ([209.85.216.178]:38745 "EHLO mail-qt0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846AbdHRL3z (ORCPT ); Fri, 18 Aug 2017 07:29:55 -0400 Date: Fri, 18 Aug 2017 04:29:50 -0700 From: Tejun Heo To: Waiman Long Cc: Li Zefan , Johannes Weiner , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/2] cpuset: Allow v2 behavior in v1 cgroup Message-ID: <20170818112950.GC491396@devbig577.frc2.facebook.com> References: <1502998390-25283-1-git-send-email-longman@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1502998390-25283-1-git-send-email-longman@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 17, 2017 at 03:33:08PM -0400, Waiman Long wrote: > v2->v3: > - Change the generic CGRP_ROOT_V2_MODE flag to a cpuset specific > CGRP_ROOT_CPUSET_V2_MODE flag. > > v1->v2: > - Drop the kernel command line option and use cgroupfs mount option > instead to enable v2 controller behavior in v1 cgroup. > > v1: https://lkml.org/lkml/2017/8/15/570 Waiman, patches look good to me but can you please take care of the kbuild warnings on 32bit and maybe merge the two patches into one? Thanks. -- tejun