From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755849AbbLAQtV (ORCPT ); Tue, 1 Dec 2015 11:49:21 -0500 Received: from mail-yk0-f179.google.com ([209.85.160.179]:32831 "EHLO mail-yk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750931AbbLAQtT (ORCPT ); Tue, 1 Dec 2015 11:49:19 -0500 Date: Tue, 1 Dec 2015 11:49:16 -0500 From: Tejun Heo To: Marcelo Tosatti Cc: Mike Galbraith , linux-kernel@vger.kernel.org, Luiz Capitulino , Chao Peng , Vikas Shivappa Subject: Re: [PATCH] cgroups: move cpuset specific checks from generic code to cpuset_can_attach (v2) Message-ID: <20151201164916.GE12922@mtj.duckdns.org> References: <20151125220117.GA990@amt.cnet> <1448539767.7954.214.camel@gmail.com> <20151126223230.GA16962@amt.cnet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151126223230.GA16962@amt.cnet> 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 Thu, Nov 26, 2015 at 08:32:32PM -0200, Marcelo Tosatti wrote: > > Move PF_NO_SETAFFINITY and kthreadd_task checks to cpuset cgroups, > where they belong. This makes it possible to attach PF_NO_SETAFFINITY > tasks to Intel CAT cgroup. > > Reported-by: Luiz Capitulino > Signed-off-by: Marcelo Tosatti > Reviewed-by: Chao Peng > > v2: "PF_NO_SETAFFINITY check" -> "PF_NO_SETAFFINITY and kthreadd_task > checks" This wasn't just for cpuset. It's for all controllers. Thanks. -- tejun